jak-project/goal_src/jak2/build/all_objs.json
ManDude fe491c2b5e
[opengoal] make none a child of object (#3001)
Previously, `object` and `none` were both top-level types. This made
decompilation rather messy as they have no LCA and resulted in a lot of
variables coming out as type `none` which is very very wrong and
additionally there were plenty of casts to `object`. This changes it so
`none` becomes a child of `object` (it is still represented by
`NullType` which remains unusable in compilation).

This change makes `object` the sole top-level type, and the type that
can represent *any* GOAL object. I believe this matches the original
GOAL built-in type structure. A function that has a return type of
`object` can now return an integer or a `none` at the same time.
However, keep in mind that the return value of `(none)` is still
undefined, just as before. This also makes a cast to `object`
meaningless in 90% of the situations it showed up in (as every single
thing is already an `object`) and the decompiler will no longer emit
them. Casts to `none` are also reduced. Yay!

Additionally, state handlers also don't get the final `(none)` printed
out anymore. The return type of a state handler is completely
meaningless outside the event handler (which is return type `object`
anyway) so there are no limitations on what the last form needs to be. I
did this instead of making them return `object` to trick the decompiler
into not trying to output a variable to be used as a return value
(internally, in the decompiler they still have return type `none`, but
they have `object` elsewhere).

Fixes #1703 
Fixes #830 
Fixes #928
2023-09-22 10:54:49 +01:00

2101 lines
240 KiB
JSON

[
["dir-tpages-ART", "dir-tpages", 4, ["ART"], "levels/common"],
["dir-tpages-GAME", "dir-tpages", 4, ["GAME"], "levels/common"],
["tpage-11", "tpage-11", 4, ["ART", "GAME"], "levels/common"],
["tpage-31", "tpage-31", 4, ["ART", "GAME"], "levels/common"],
["tpage-1804", "tpage-1804", 4, ["ART", "GAME"], "levels/common"],
["texture-upload", "texture-upload", 3, ["ART", "GAME"], "engine/gfx/texture"],
["tpage-12", "tpage-12", 4, ["ART", "GAME"], "levels/common"],
["tpage-917", "tpage-917", 4, ["ART", "GAME"], "levels/common"],
["tpage-918", "tpage-918", 4, ["ART", "GAME"], "levels/common"],
["tpage-1106", "tpage-1106", 4, ["ART", "GAME"], "levels/common"],
["tpage-1141", "tpage-1141", 4, ["ART", "GAME"], "levels/common"],
["tpage-1658", "tpage-1658", 4, ["ART", "GAME"], "levels/common"],
["tpage-2841", "tpage-2841", 4, ["ART", "GAME"], "levels/common"],
["tpage-2932", "tpage-2932", 4, ["ART", "GAME"], "levels/common"],
["tpage-3076", "tpage-3076", 4, ["ART", "GAME"], "levels/common"],
["texture-finish", "texture-finish", 3, ["ART", "GAME"], "engine/gfx/texture"],
["collectables-ag", "collectables", 4, ["ART", "GAME"], "levels/common"],
["ctywide-arrow-ag", "ctywide-arrow", 4, ["ART", "GAME"], "levels/common"],
["crate-ag", "crate", 4, ["ART", "GAME"], "levels/common"],
["talk-box-ag", "talk-box", 4, ["ART", "GAME"], "levels/common"],
["scenecamera-ag", "scenecamera", 4, ["ART", "GAME"], "levels/common"],
["eco-canister-ag", "eco-canister", 4, ["ART", "GAME"], "levels/common"],
["hud-ring-ag", "hud-ring", 4, ["ART", "GAME"], "levels/common"],
["jakb-ag", "jakb", 4, ["ART", "GAME"], "levels/common"],
["daxter-ag", "daxter", 4, ["ART", "GAME"], "levels/common"],
["board-ag", "board", 4, ["ART", "GAME"], "levels/common"],
["gun-ag", "gun", 4, ["ART", "GAME"], "levels/common"],
["jak-gun+0-ag", "jak-gun+0", 4, ["ART", "GAME"], "levels/common"],
["jak-board+0-ag", "jak-board+0", 4, ["ART", "GAME"], "levels/common"],
["jak-dark+0-ag", "jak-dark+0", 4, ["ART", "GAME"], "levels/common"],
["jak-swim+0-ag", "jak-swim+0", 4, ["ART", "GAME"], "levels/common"],
["blocking-plane-ag", "blocking-plane", 4, ["ART", "GAME"], "levels/common"],
["gcommon", "gcommon", 3, ["KERNEL"], "kernel"],
["gstring-h", "gstring-h", 3, ["KERNEL"], "kernel"],
["gkernel-h", "gkernel-h", 3, ["KERNEL"], "kernel"],
["gkernel", "gkernel", 3, ["KERNEL"], "kernel"],
["pskernel", "pskernel", 3, ["KERNEL"], "kernel"],
["gstring", "gstring", 3, ["KERNEL"], "kernel"],
["dgo-h", "dgo-h", 3, ["KERNEL"], "kernel"],
["gstate", "gstate", 3, ["KERNEL"], "kernel"],
["types-h", "types-h", 3, ["ENGINE", "GAME"], "engine/util"],
["vu1-macros", "vu1-macros", 3, ["ENGINE", "GAME"], "engine/ps2"],
["math", "math", 3, ["ENGINE", "GAME"], "engine/math"],
["vector-h", "vector-h", 3, ["ENGINE", "GAME"], "engine/math"],
["gravity-h", "gravity-h", 3, ["ENGINE", "GAME"], "engine/physics"],
["bounding-box-h", "bounding-box-h", 3, ["ENGINE", "GAME"], "engine/geometry"],
["matrix-h", "matrix-h", 3, ["ENGINE", "GAME"], "engine/math"],
["quaternion-h", "quaternion-h", 3, ["ENGINE", "GAME"], "engine/math"],
["euler-h", "euler-h", 3, ["ENGINE", "GAME"], "engine/math"],
["transform-h", "transform-h", 3, ["ENGINE", "GAME"], "engine/math"],
["geometry-h", "geometry-h", 3, ["ENGINE", "GAME"], "engine/geometry"],
["trigonometry-h", "trigonometry-h", 3, ["ENGINE", "GAME"], "engine/math"],
["transformq-h", "transformq-h", 3, ["ENGINE", "GAME"], "engine/math"],
["bounding-box", "bounding-box", 3, ["ENGINE", "GAME"], "engine/geometry"],
["matrix", "matrix", 3, ["ENGINE", "GAME"], "engine/math"],
["transform", "transform", 3, ["ENGINE", "GAME"], "engine/math"],
["quaternion", "quaternion", 3, ["ENGINE", "GAME"], "engine/math"],
["euler", "euler", 3, ["ENGINE", "GAME"], "engine/math"],
["trigonometry", "trigonometry", 3, ["ENGINE", "GAME"], "engine/math"],
["gsound-h", "gsound-h", 3, ["ENGINE", "GAME"], "engine/sound"],
["timer-h", "timer-h", 3, ["ENGINE", "GAME"], "engine/ps2"],
["vif-h", "vif-h", 3, ["ENGINE", "GAME"], "engine/ps2"],
["dma-h", "dma-h", 3, ["ENGINE", "GAME"], "engine/dma"],
["video-h", "video-h", 3, ["ENGINE", "GAME"], "engine/gfx/hw"],
["vu1-user-h", "vu1-user-h", 3, ["ENGINE", "GAME"], "engine/gfx"],
["profile-h", "profile-h", 3, ["ENGINE", "GAME"], "engine/util"],
["dma", "dma", 3, ["ENGINE", "GAME"], "engine/dma"],
["dma-buffer", "dma-buffer", 3, ["ENGINE", "GAME"], "engine/dma"],
["dma-bucket", "dma-bucket", 3, ["ENGINE", "GAME"], "engine/dma"],
["dma-disasm", "dma-disasm", 3, ["ENGINE", "GAME"], "engine/dma"],
["pad", "pad", 3, ["ENGINE", "GAME"], "engine/ps2"],
["gs", "gs", 3, ["ENGINE", "GAME"], "engine/gfx/hw"],
["display-h", "display-h", 3, ["ENGINE", "GAME"], "engine/gfx/hw"],
["geometry", "geometry", 3, ["ENGINE", "GAME"], "engine/geometry"],
["timer", "timer", 3, ["ENGINE", "GAME"], "engine/ps2"],
["vector", "vector", 3, ["ENGINE", "GAME"], "engine/math"],
["file-io", "file-io", 3, ["ENGINE", "GAME"], "engine/load"],
["loader-h", "loader-h", 3, ["ENGINE", "GAME"], "engine/load"],
["texture-h", "texture-h", 3, ["ENGINE", "GAME"], "engine/gfx/texture"],
["texture-anim-h", "texture-anim-h", 3, ["ENGINE", "GAME"], "engine/gfx/texture"],
["lights-h", "lights-h", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["mood-h", "mood-h", 3, ["ENGINE", "GAME"], "engine/gfx/mood"],
["level-h", "level-h", 3, ["ENGINE", "GAME"], "engine/level"],
["capture-h", "capture-h", 3, ["ENGINE", "GAME"], "engine/util"],
["math-camera-h", "math-camera-h", 3, ["ENGINE", "GAME"], "engine/gfx"],
["math-camera", "math-camera", 3, ["ENGINE", "GAME"], "engine/gfx"],
["font-h", "font-h", 3, ["ENGINE", "GAME"], "engine/gfx"],
["decomp-h", "decomp-h", 3, ["ENGINE", "GAME"], "engine/load"],
["profile", "profile", 3, ["ENGINE", "GAME"], "engine/util"],
["display", "display", 3, ["ENGINE", "GAME"], "engine/gfx/hw"],
["connect", "connect", 3, ["ENGINE", "GAME"], "engine/engine"],
["text-id-h", "text-id-h", 3, ["ENGINE", "GAME"], "engine/ui"],
["text-h", "text-h", 3, ["ENGINE", "GAME"], "engine/ui"],
["camera-defs-h", "camera-defs-h", 3, ["ENGINE", "GAME"], "engine/camera"],
["trail-h", "trail-h", 3, ["ENGINE", "GAME"], "levels/city/common"],
["minimap-h", "minimap-h", 3, ["ENGINE", "GAME"], "engine/ui"],
["bigmap-h", "bigmap-h", 3, ["ENGINE", "GAME"], "engine/ui"],
["settings-h", "settings-h", 3, ["ENGINE", "GAME"], "engine/game"],
["capture", "capture", 3, ["ENGINE", "GAME"], "engine/util"],
["memory-usage-h", "memory-usage-h", 3, ["ENGINE", "GAME"], "engine/debug"],
["blit-displays-h", "blit-displays-h", 3, ["ENGINE", "GAME"], "engine/gfx"],
["texture", "texture", 3, ["ENGINE", "GAME"], "engine/gfx/texture"],
["main-h", "main-h", 3, ["ENGINE", "GAME"], "engine/game"],
["mspace-h", "mspace-h", 3, ["ENGINE", "GAME"], "engine/anim"],
["drawable-h", "drawable-h", 3, ["ENGINE", "GAME"], "engine/draw"],
["drawable-group-h", "drawable-group-h", 3, ["ENGINE", "GAME"], "engine/draw"],
["drawable-inline-array-h", "drawable-inline-array-h", 3, ["ENGINE", "GAME"], "engine/draw"],
["draw-node-h", "draw-node-h", 3, ["ENGINE", "GAME"], "engine/draw"],
["drawable-tree-h", "drawable-tree-h", 3, ["ENGINE", "GAME"], "engine/draw"],
["drawable-actor-h", "drawable-actor-h", 3, ["ENGINE", "GAME"], "engine/draw"],
["region-h", "region-h", 3, ["ENGINE", "GAME"], "engine/level"],
["traffic-h", "traffic-h", 3, ["ENGINE", "GAME"], "engine/ai"],
["game-task-h", "game-task-h", 3, ["ENGINE", "GAME"], "engine/game/task"],
["task-control-h", "task-control-h", 3, ["ENGINE", "GAME"], "engine/game/task"],
["generic-h", "generic-h", 3, ["ENGINE", "GAME"], "engine/gfx/generic"],
["sky-h", "sky-h", 3, ["ENGINE", "GAME"], "engine/gfx/sky"],
["ocean-h", "ocean-h", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["ocean-trans-tables", "ocean-trans-tables", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["ocean-tables", "ocean-tables", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["ocean-frames", "ocean-frames", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["time-of-day-h", "time-of-day-h", 3, ["ENGINE", "GAME"], "engine/gfx/mood"],
["art-h", "art-h", 3, ["ENGINE", "GAME"], "engine/data"],
["generic-vu1-h", "generic-vu1-h", 3, ["ENGINE", "GAME"], "engine/gfx/generic"],
["merc-h", "merc-h", 3, ["ENGINE", "GAME"], "engine/gfx/foreground/merc"],
["generic-merc-h", "generic-merc-h", 3, ["ENGINE", "GAME"], "engine/gfx/foreground/merc"],
["generic-tie-h", "generic-tie-h", 3, ["ENGINE", "GAME"], "engine/gfx/background/tie"],
["generic-work-h", "generic-work-h", 3, ["ENGINE", "GAME"], "engine/gfx/generic"],
["shadow-cpu-h", "shadow-cpu-h", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["shadow-vu1-h", "shadow-vu1-h", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["memcard-h", "memcard-h", 3, ["ENGINE", "GAME"], "engine/ps2"],
["game-info-h", "game-info-h", 3, ["ENGINE", "GAME"], "engine/game"],
["gui-h", "gui-h", 3, ["ENGINE", "GAME"], "engine/ui"],
["ambient-h", "ambient-h", 3, ["ENGINE", "GAME"], "engine/ambient"],
["speech-h", "speech-h", 3, ["ENGINE", "GAME"], "engine/sound"],
["wind-h", "wind-h", 3, ["ENGINE", "GAME"], "engine/gfx/background"],
["prototype-h", "prototype-h", 3, ["ENGINE", "GAME"], "engine/gfx/background"],
["joint-h", "joint-h", 3, ["ENGINE", "GAME"], "engine/anim"],
["bones-h", "bones-h", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["foreground-h", "foreground-h", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["engines", "engines", 3, ["ENGINE", "GAME"], "engine/engine"],
["lightning-h", "lightning-h", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["res-h", "res-h", 3, ["ENGINE", "GAME"], "engine/entity"],
["res", "res", 3, ["ENGINE", "GAME"], "engine/entity"],
["lights", "lights", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["dynamics-h", "dynamics-h", 3, ["ENGINE", "GAME"], "engine/physics"],
["surface-h", "surface-h", 3, ["ENGINE", "GAME"], "engine/target"],
["pat-h", "pat-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["fact-h", "fact-h", 3, ["ENGINE", "GAME"], "engine/game"],
["aligner-h", "aligner-h", 3, ["ENGINE", "GAME"], "engine/anim"],
["penetrate-h", "penetrate-h", 3, ["ENGINE", "GAME"], "engine/game"],
["game-h", "game-h", 3, ["ENGINE", "GAME"], "engine/game"],
["script-h", "script-h", 3, ["ENGINE", "GAME"], "engine/util"],
["scene-h", "scene-h", 3, ["ENGINE", "GAME"], "engine/scene"],
["sync-info-h", "sync-info-h", 3, ["ENGINE", "GAME"], "engine/util"],
["pov-camera-h", "pov-camera-h", 3, ["ENGINE", "GAME"], "engine/camera"],
["smush-control-h", "smush-control-h", 3, ["ENGINE", "GAME"], "engine/util"],
["debug-h", "debug-h", 3, ["ENGINE", "GAME"], "engine/debug"],
["joint-mod-h", "joint-mod-h", 3, ["ENGINE", "GAME"], "engine/anim"],
["collide-func-h", "collide-func-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-mesh-h", "collide-mesh-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-shape-h", "collide-shape-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["generic-obs-h", "generic-obs-h", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["trajectory-h", "trajectory-h", 3, ["ENGINE", "GAME"], "engine/physics"],
["collide-target-h", "collide-target-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-touch-h", "collide-touch-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-edge-grab-h", "collide-edge-grab-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["process-drawable-h", "process-drawable-h", 3, ["ENGINE", "GAME"], "engine/process-drawable"],
["process-focusable", "process-focusable", 3, ["ENGINE", "GAME"], "engine/process-drawable"],
["process-taskable-h", "process-taskable-h", 3, ["ENGINE", "GAME"], "engine/process-drawable"],
["focus", "focus", 3, ["ENGINE", "GAME"], "engine/process-drawable"],
["effect-control-h", "effect-control-h", 3, ["ENGINE", "GAME"], "engine/game"],
["effect-control", "effect-control", 3, ["ENGINE", "GAME"], "engine/game"],
["collide-frag-h", "collide-frag-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-hash-h", "collide-hash-h", 3, ["ENGINE", "GAME"], "engine/spatial-hash"],
["chain-physics-h", "chain-physics-h", 3, ["ENGINE", "GAME"], "engine/physics"],
["projectile-h", "projectile-h", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["find-nearest-h", "find-nearest-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["target-h", "target-h", 3, ["ENGINE", "GAME"], "engine/target"],
["stats-h", "stats-h", 3, ["ENGINE", "GAME"], "engine/debug"],
["bsp-h", "bsp-h", 3, ["ENGINE", "GAME"], "engine/level"],
["collide-cache-h", "collide-cache-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-h", "collide-h", 3, ["ENGINE", "GAME"], "engine/collide"],
["shrubbery-h", "shrubbery-h", 3, ["ENGINE", "GAME"], "engine/gfx/shrub"],
["tie-h", "tie-h", 3, ["ENGINE", "GAME"], "engine/gfx/background/tie"],
["tfrag-h", "tfrag-h", 3, ["ENGINE", "GAME"], "engine/gfx/background/tfrag"],
["background-h", "background-h", 3, ["ENGINE", "GAME"], "engine/gfx/background"],
["subdivide-h", "subdivide-h", 3, ["ENGINE", "GAME"], "engine/gfx/background"],
["entity-h", "entity-h", 3, ["ENGINE", "GAME"], "engine/entity"],
["sprite-h", "sprite-h", 3, ["ENGINE", "GAME"], "engine/gfx/sprite"],
["simple-sprite-h", "simple-sprite-h", 3, ["ENGINE", "GAME"], "engine/gfx/sprite"],
["eye-h", "eye-h", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["sparticle-launcher-h", "sparticle-launcher-h", 3, ["ENGINE", "GAME"], "engine/gfx/sprite/particles"],
["sparticle-h", "sparticle-h", 3, ["ENGINE", "GAME"], "engine/gfx/sprite/particles"],
["actor-link-h", "actor-link-h", 3, ["ENGINE", "GAME"], "engine/entity"],
["camera-h", "camera-h", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-debug-h", "cam-debug-h", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-interface-h", "cam-interface-h", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-update-h", "cam-update-h", 3, ["ENGINE", "GAME"], "engine/camera"],
["hud-h", "hud-h", 3, ["ENGINE", "GAME"], "engine/ui"],
["progress-h", "progress-h", 3, ["ENGINE", "GAME"], "engine/ui/progress"],
["rpc-h", "rpc-h", 3, ["ENGINE", "GAME"], "engine/ps2"],
["path-h", "path-h", 3, ["ENGINE", "GAME"], "engine/geometry"],
["nav-mesh-h", "nav-mesh-h", 3, ["ENGINE", "GAME"], "engine/nav"],
["nav-control-h", "nav-control-h", 3, ["ENGINE", "GAME"], "engine/nav"],
["spatial-hash-h", "spatial-hash-h", 3, ["ENGINE", "GAME"], "engine/spatial-hash"],
["actor-hash-h", "actor-hash-h", 3, ["ENGINE", "GAME"], "engine/spatial-hash"],
["load-dgo", "load-dgo", 3, ["ENGINE", "GAME"], "engine/load"],
["ramdisk", "ramdisk", 3, ["ENGINE", "GAME"], "engine/load"],
["gsound", "gsound", 3, ["ENGINE", "GAME"], "engine/sound"],
["transformq", "transformq", 3, ["ENGINE", "GAME"], "engine/math"],
["collide-func", "collide-func", 3, ["ENGINE", "GAME"], "engine/collide"],
["joint", "joint", 3, ["ENGINE", "GAME"], "engine/anim"],
["joint-mod", "joint-mod", 3, ["ENGINE", "GAME"], "engine/anim"],
["chain-physics", "chain-physics", 3, ["ENGINE", "GAME"], "engine/physics"],
["cylinder", "cylinder", 3, ["ENGINE", "GAME"], "engine/geometry"],
["wind-work", "wind-work", 3, ["ENGINE", "GAME"], "engine/gfx/background"],
["wind", "wind", 3, ["ENGINE", "GAME"], "engine/gfx/background"],
["bsp", "bsp", 3, ["ENGINE", "GAME"], "engine/level"],
["subdivide", "subdivide", 3, ["ENGINE", "GAME"], "engine/gfx/background"],
["sprite", "sprite", 3, ["ENGINE", "GAME"], "engine/gfx/sprite"],
["sprite-distort", "sprite-distort", 3, ["ENGINE", "GAME"], "engine/gfx/sprite"],
["sprite-glow", "sprite-glow", 3, ["ENGINE", "GAME"], "engine/gfx/sprite"],
["debug-sphere", "debug-sphere", 3, ["ENGINE", "GAME"], "engine/debug"],
["debug", "debug", 3, ["ENGINE", "GAME"], "engine/debug"],
["history", "history", 3, ["ENGINE", "GAME"], "engine/debug"],
["merc-vu1", "merc-vu1", 3, ["ENGINE", "GAME"], "engine/gfx/foreground/merc"],
["emerc-vu1", "emerc-vu1", 3, ["ENGINE", "GAME"], "engine/gfx/foreground/merc"],
["merc-blend-shape", "merc-blend-shape", 3, ["ENGINE", "GAME"], "engine/gfx/foreground/merc"],
["merc", "merc", 3, ["ENGINE", "GAME"], "engine/gfx/foreground/merc"],
["emerc", "emerc", 3, ["ENGINE", "GAME"], "engine/gfx/foreground/merc"],
["ripple", "ripple", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["bones", "bones", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["debug-foreground", "debug-foreground", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["foreground", "foreground", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["generic-vu0", "generic-vu0", 3, ["ENGINE", "GAME"], "engine/gfx/generic"],
["generic-vu1", "generic-vu1", 3, ["ENGINE", "GAME"], "engine/gfx/generic"],
["generic-effect", "generic-effect", 3, ["ENGINE", "GAME"], "engine/gfx/generic"],
["generic-merc", "generic-merc", 3, ["ENGINE", "GAME"], "engine/gfx/generic"],
["generic-tie", "generic-tie", 3, ["ENGINE", "GAME"], "engine/gfx/generic"],
["shadow-cpu", "shadow-cpu", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["shadow-vu1", "shadow-vu1", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["warp", "warp", 3, ["ENGINE", "GAME"], "engine/gfx"],
["texture-anim", "texture-anim", 3, ["ENGINE", "GAME"], "engine/gfx/texture"],
["texture-anim-funcs", "texture-anim-funcs", 3, ["ENGINE", "GAME"], "engine/gfx/texture"],
["texture-anim-tables", "texture-anim-tables", 3, ["ENGINE", "GAME"], "engine/gfx/texture"],
["blit-displays", "blit-displays", 3, ["ENGINE", "GAME"], "engine/gfx"],
["font-data", "font-data", 3, ["ENGINE", "GAME"], "engine/data"],
["font", "font", 3, ["ENGINE", "GAME"], "engine/gfx"],
["decomp", "decomp", 3, ["ENGINE", "GAME"], "engine/load"],
["background", "background", 3, ["ENGINE", "GAME"], "engine/gfx/background"],
["draw-node", "draw-node", 3, ["ENGINE", "GAME"], "engine/draw"],
["shrubbery", "shrubbery", 3, ["ENGINE", "GAME"], "engine/gfx/shrub"],
["shrub-work", "shrub-work", 3, ["ENGINE", "GAME"], "engine/gfx/shrub"],
["tfrag-near", "tfrag-near", 3, ["ENGINE", "GAME"], "engine/gfx/background/tfrag"],
["tfrag", "tfrag", 3, ["ENGINE", "GAME"], "engine/gfx/background/tfrag"],
["tfrag-methods", "tfrag-methods", 3, ["ENGINE", "GAME"], "engine/gfx/background/tfrag"],
["tfrag-work", "tfrag-work", 3, ["ENGINE", "GAME"], "engine/gfx/background/tfrag"],
["tie", "tie", 3, ["ENGINE", "GAME"], "engine/gfx/background/tie"],
["etie-vu1", "etie-vu1", 3, ["ENGINE", "GAME"], "engine/gfx/background/tie"],
["etie-near-vu1", "etie-near-vu1", 3, ["ENGINE", "GAME"], "engine/gfx/background/tie"],
["tie-near", "tie-near", 3, ["ENGINE", "GAME"], "engine/gfx/background/tie"],
["tie-work", "tie-work", 3, ["ENGINE", "GAME"], "engine/gfx/background/tie"],
["tie-methods", "tie-methods", 3, ["ENGINE", "GAME"], "engine/gfx/background/tie"],
["sync-info", "sync-info", 3, ["ENGINE", "GAME"], "engine/util"],
["trajectory", "trajectory", 3, ["ENGINE", "GAME"], "engine/physics"],
["sparticle-launcher", "sparticle-launcher", 3, ["ENGINE", "GAME"], "engine/gfx/sprite/particles"],
["sparticle", "sparticle", 3, ["ENGINE", "GAME"], "engine/gfx/sprite/particles"],
["entity-table", "entity-table", 3, ["ENGINE", "GAME"], "engine/entity"],
["loader", "loader", 3, ["ENGINE", "GAME"], "engine/load"],
["game-info", "game-info", 3, ["ENGINE", "GAME"], "engine/game"],
["game-task", "game-task", 3, ["ENGINE", "GAME"], "engine/game/task"],
["game-save", "game-save", 3, ["ENGINE", "GAME"], "engine/game"],
["settings", "settings", 3, ["ENGINE", "GAME"], "engine/game"],
["mood-tables", "mood-tables", 3, ["ENGINE", "GAME"], "engine/gfx/mood"],
["mood-tables2", "mood-tables2", 3, ["ENGINE", "GAME"], "engine/gfx/mood"],
["mood", "mood", 3, ["ENGINE", "GAME"], "engine/gfx/mood"],
["mood-funcs", "mood-funcs", 3, ["ENGINE", "GAME"], "engine/gfx/mood"],
["mood-funcs2", "mood-funcs2", 3, ["ENGINE", "GAME"], "engine/gfx/mood"],
["weather-part", "weather-part", 3, ["ENGINE", "GAME"], "engine/gfx/mood"],
["time-of-day", "time-of-day", 3, ["ENGINE", "GAME"], "engine/gfx/mood"],
["sky-data", "sky-data", 3, ["ENGINE", "GAME"], "engine/gfx/sky"],
["sky-tng", "sky-tng", 3, ["ENGINE", "GAME"], "engine/gfx/sky"],
["load-state", "load-state", 3, ["ENGINE", "GAME"], "engine/load"],
["level-info", "level-info", 3, ["ENGINE", "GAME"], "engine/level"],
["level", "level", 3, ["ENGINE", "GAME"], "engine/level"],
["text", "text", 3, ["ENGINE", "GAME"], "engine/ui"],
["collide-hash", "collide-hash", 3, ["ENGINE", "GAME"], "engine/spatial-hash"],
["collide-probe", "collide-probe", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-frag", "collide-frag", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-mesh", "collide-mesh", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-touch", "collide-touch", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-edge-grab", "collide-edge-grab", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-shape", "collide-shape", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-shape-rider", "collide-shape-rider", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide", "collide", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-planes", "collide-planes", 3, ["ENGINE", "GAME"], "engine/collide"],
["spatial-hash", "spatial-hash", 3, ["ENGINE", "GAME"], "engine/spatial-hash"],
["actor-hash", "actor-hash", 3, ["ENGINE", "GAME"], "engine/spatial-hash"],
["merc-death", "merc-death", 3, ["ENGINE", "GAME"], "engine/gfx/foreground/merc"],
["water-flow", "water-flow", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["water-h", "water-h", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["camera", "camera", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-interface", "cam-interface", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-master", "cam-master", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-states", "cam-states", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-states-dbg", "cam-states-dbg", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-combiner", "cam-combiner", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-update", "cam-update", 3, ["ENGINE", "GAME"], "engine/camera"],
["vol-h", "vol-h", 3, ["ENGINE", "GAME"], "engine/geometry"],
["cam-layout", "cam-layout", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-debug", "cam-debug", 3, ["ENGINE", "GAME"], "engine/camera"],
["cam-start", "cam-start", 3, ["ENGINE", "GAME"], "engine/camera"],
["process-drawable", "process-drawable", 3, ["ENGINE", "GAME"], "engine/process-drawable"],
["ambient", "ambient", 3, ["ENGINE", "GAME"], "engine/ambient"],
["speech", "speech", 3, ["ENGINE", "GAME"], "engine/sound"],
["region", "region", 3, ["ENGINE", "GAME"], "engine/level"],
["fma-sphere", "fma-sphere", 3, ["ENGINE", "GAME"], "engine/anim"],
["script", "script", 3, ["ENGINE", "GAME"], "engine/util"],
["generic-obs", "generic-obs", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["lightning", "lightning", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["carry-h", "carry-h", 3, ["ENGINE", "GAME"], "engine/target/mech"],
["pilot-h", "pilot-h", 3, ["ENGINE", "GAME"], "engine/game"],
["gun-h", "gun-h", 3, ["ENGINE", "GAME"], "engine/target/gun"],
["board-h", "board-h", 3, ["ENGINE", "GAME"], "engine/target/board"],
["darkjak-h", "darkjak-h", 3, ["ENGINE", "GAME"], "engine/target"],
["target-util", "target-util", 3, ["ENGINE", "GAME"], "engine/target"],
["target-part", "target-part", 3, ["ENGINE", "GAME"], "engine/target"],
["gun-part", "gun-part", 3, ["ENGINE", "GAME"], "engine/target/gun"],
["collide-reaction-target", "collide-reaction-target", 3, ["ENGINE", "GAME"], "engine/target"],
["logic-target", "logic-target", 3, ["ENGINE", "GAME"], "engine/target"],
["sidekick", "sidekick", 3, ["ENGINE", "GAME"], "engine/target"],
["voicebox", "voicebox", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["collectables-part", "collectables-part", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["debug-part", "debug-part", 3, ["ENGINE", "GAME"], "engine/debug"],
["find-nearest", "find-nearest", 3, ["ENGINE", "GAME"], "engine/collide"],
["task-arrow", "task-arrow", 3, ["ENGINE", "GAME"], "engine/game/task"],
["projectile", "projectile", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["target-handler", "target-handler", 3, ["ENGINE", "GAME"], "engine/target"],
["target-anim", "target-anim", 3, ["ENGINE", "GAME"], "engine/target"],
["target", "target", 3, ["ENGINE", "GAME"], "engine/target"],
["target2", "target2", 3, ["ENGINE", "GAME"], "engine/target"],
["target-swim", "target-swim", 3, ["ENGINE", "GAME"], "engine/target"],
["target-carry", "target-carry", 3, ["ENGINE", "GAME"], "engine/target"],
["target-darkjak", "target-darkjak", 3, ["ENGINE", "GAME"], "engine/target"],
["target-death", "target-death", 3, ["ENGINE", "GAME"], "engine/target"],
["target-gun", "target-gun", 3, ["ENGINE", "GAME"], "engine/target"],
["gun-util", "gun-util", 3, ["ENGINE", "GAME"], "engine/target/gun"],
["gun-blue-shot", "gun-blue-shot", 3, ["ENGINE", "GAME"], "engine/target/gun"],
["gun-yellow-shot", "gun-yellow-shot", 3, ["ENGINE", "GAME"], "engine/target/gun"],
["gun-red-shot", "gun-red-shot", 3, ["ENGINE", "GAME"], "engine/target/gun"],
["gun-dark-shot", "gun-dark-shot", 3, ["ENGINE", "GAME"], "engine/target/gun"],
["gun-states", "gun-states", 3, ["ENGINE", "GAME"], "engine/target/gun"],
["board-util", "board-util", 3, ["ENGINE", "GAME"], "engine/target/board"],
["target-board", "target-board", 3, ["ENGINE", "GAME"], "engine/target/board"],
["board-part", "board-part", 3, ["ENGINE", "GAME"], "engine/target/board"],
["board-states", "board-states", 3, ["ENGINE", "GAME"], "engine/target/board"],
["mech-h", "mech-h", 3, ["ENGINE", "GAME"], "engine/target/mech"],
["menu", "menu", 3, ["ENGINE", "GAME"], "engine/debug"],
["drawable", "drawable", 3, ["ENGINE", "GAME"], "engine/draw"],
["drawable-group", "drawable-group", 3, ["ENGINE", "GAME"], "engine/draw"],
["drawable-inline-array", "drawable-inline-array", 3, ["ENGINE", "GAME"], "engine/draw"],
["drawable-tree", "drawable-tree", 3, ["ENGINE", "GAME"], "engine/draw"],
["prototype", "prototype", 3, ["ENGINE", "GAME"], "engine/gfx/background"],
["main-collide", "main-collide", 3, ["ENGINE", "GAME"], "engine/collide"],
["video", "video", 3, ["ENGINE", "GAME"], "engine/gfx/hw"],
["main", "main", 3, ["ENGINE", "GAME"], "engine/game"],
["collide-cache", "collide-cache", 3, ["ENGINE", "GAME"], "engine/collide"],
["collide-debug", "collide-debug", 3, ["ENGINE", "GAME"], "engine/collide"],
["relocate", "relocate", 3, ["ENGINE", "GAME"], "engine/entity"],
["memory-usage", "memory-usage", 3, ["ENGINE", "GAME"], "engine/debug"],
["entity", "entity", 3, ["ENGINE", "GAME"], "engine/entity"],
["path", "path", 3, ["ENGINE", "GAME"], "engine/geometry"],
["vol", "vol", 3, ["ENGINE", "GAME"], "engine/geometry"],
["nav-mesh", "nav-mesh", 3, ["ENGINE", "GAME"], "engine/nav"],
["nav-control", "nav-control", 3, ["ENGINE", "GAME"], "engine/nav"],
["aligner", "aligner", 3, ["ENGINE", "GAME"], "engine/anim"],
["water", "water", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["collectables", "collectables", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["task-control", "task-control", 3, ["ENGINE", "GAME"], "engine/game/task"],
["scene", "scene", 3, ["ENGINE", "GAME"], "engine/scene"],
["pov-camera", "pov-camera", 3, ["ENGINE", "GAME"], "engine/camera"],
["powerups", "powerups", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["crates", "crates", 3, ["ENGINE", "GAME"], "engine/common_objs"],
["hud", "hud", 3, ["ENGINE", "GAME"], "engine/ui"],
["hud-classes", "hud-classes", 3, ["ENGINE", "GAME"], "engine/ui"],
["progress-static", "progress-static", 3, ["ENGINE", "GAME"], "engine/ui/progress"],
["progress", "progress", 3, ["ENGINE", "GAME"], "engine/ui/progress"],
["progress-draw", "progress-draw", 3, ["ENGINE", "GAME"], "engine/ui/progress"],
["ocean", "ocean", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["ocean-vu0", "ocean-vu0", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["ocean-texture", "ocean-texture", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["ocean-mid", "ocean-mid", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["ocean-transition", "ocean-transition", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["ocean-near", "ocean-near", 3, ["ENGINE", "GAME"], "engine/gfx/ocean"],
["minimap", "minimap", 3, ["ENGINE", "GAME"], "engine/ui"],
["bigmap-data", "bigmap-data", 3, ["ENGINE", "GAME"], "engine/ui"],
["bigmap", "bigmap", 3, ["ENGINE", "GAME"], "engine/ui"],
["eye", "eye", 3, ["ENGINE", "GAME"], "engine/gfx/foreground"],
["glist-h", "glist-h", 3, ["ENGINE", "GAME"], "engine/util"],
["glist", "glist", 3, ["ENGINE", "GAME"], "engine/util"],
["anim-tester", "anim-tester", 3, ["ENGINE", "GAME"], "engine/debug"],
["viewer", "viewer", 3, ["ENGINE", "GAME"], "engine/debug"],
["part-tester", "part-tester", 3, ["ENGINE", "GAME"], "engine/debug"],
["editable-h", "editable-h", 3, ["ENGINE", "GAME"], "engine/debug"],
["editable", "editable", 3, ["ENGINE", "GAME"], "engine/debug"],
["editable-player", "editable-player", 3, ["ENGINE", "GAME"], "engine/debug"],
["mysql-nav-graph", "mysql-nav-graph", 3, ["ENGINE", "GAME"], "engine/debug/nav"],
["nav-graph-editor", "nav-graph-editor", 3, ["ENGINE", "GAME"], "engine/debug/nav"],
["sampler", "sampler", 3, ["ENGINE", "GAME"], "engine/debug"],
["default-menu", "default-menu", 3, ["ENGINE", "GAME"], "engine/debug"],
["los-control-h", "los-control-h", 3, ["GAME", "COMMON"], "engine/collide"],
["airlock", "airlock", 3, ["GAME", "COMMON"], "levels/common"],
["water-anim", "water-anim", 3, ["GAME", "COMMON"], "engine/common_objs"],
["blocking-plane", "blocking-plane", 3, ["GAME", "COMMON"], "engine/common_objs"],
["idle-control", "idle-control", 3, ["GAME", "COMMON"], "engine/game"],
["dark-eco-pool", "dark-eco-pool", 3, ["GAME", "COMMON"], "engine/common_objs"],
["enemy-h", "enemy-h", 3, ["GAME", "COMMON"], "engine/ai"],
["nav-enemy-h", "nav-enemy-h", 3, ["GAME", "COMMON"], "engine/nav"],
["rigid-body-h", "rigid-body-h", 3, ["GAME", "COMMON"], "engine/physics"],
["enemy", "enemy", 3, ["GAME", "COMMON"], "engine/ai"],
["nav-enemy", "nav-enemy", 3, ["GAME", "COMMON"], "engine/nav"],
["base-plat", "base-plat", 3, ["GAME", "COMMON"], "engine/common_objs"],
["plat", "plat", 3, ["GAME", "COMMON"], "engine/common_objs"],
["basebutton", "basebutton", 3, ["GAME", "COMMON"], "engine/common_objs"],
["bouncer", "bouncer", 3, ["GAME", "COMMON"], "levels/common/enemy"],
["conveyor", "conveyor", 3, ["GAME", "COMMON"], "engine/common_objs"],
["elevator", "elevator", 3, ["GAME", "COMMON"], "engine/common_objs"],
["rigid-body", "rigid-body", 3, ["GAME", "COMMON"], "engine/physics"],
["rigid-body-queue", "rigid-body-queue", 3, ["GAME", "COMMON"], "engine/physics"],
["rigid-body-plat", "rigid-body-plat", 3, ["GAME", "COMMON"], "engine/common_objs"],
["joint-exploder", "joint-exploder", 3, ["GAME", "COMMON"], "engine/anim"],
["simple-focus", "simple-focus", 3, ["GAME", "COMMON"], "engine/process-drawable"],
["simple-nav-sphere", "simple-nav-sphere", 3, ["GAME", "COMMON"], "engine/process-drawable"],
["process-taskable", "process-taskable", 3, ["GAME", "COMMON"], "engine/process-drawable"],
["scene-actor", "scene-actor", 3, ["GAME", "COMMON"], "levels/common"],
["scene-looper", "scene-looper", 3, ["GAME", "COMMON"], "levels/common"],
["warp-gate", "warp-gate", 3, ["GAME", "COMMON"], "levels/common"],
["guard-projectile", "guard-projectile", 3, ["GAME", "COMMON"], "levels/common"],
["metalhead-projectile", "metalhead-projectile", 3, ["GAME", "COMMON"], "levels/common"],
["los-control", "los-control", 3, ["GAME", "COMMON"], "engine/collide"],
["grunt", "grunt", 3, ["GAME", "COMMON"], "levels/common/enemy"],
["flitter", "flitter", 3, ["GAME", "COMMON"], "levels/common/enemy"],
["battle", "battle", 3, ["GAME", "COMMON"], "levels/common"],
["elec-gate", "elec-gate", 3, ["GAME", "COMMON"], "levels/common"],
["cty-guard-turret-button", "cty-guard-turret-button", 3, ["GAME", "COMMON"], "levels/common/entities"],
["tpage-2972", "tpage-2972", 4, ["LWIDEB"], "levels/city/common"],
["grunt-ag", "grunt", 4, ["LWIDEB", "STR", "DRILLMTN", "STADBLMP", "HALFPIPE", "SEW", "UNB", "RUI", "CTYASHA"], "levels/common/enemy/metalhead_grunt"],
["citizen-norm-ag", "citizen-norm", 4, ["LWIDEB", "LWIDEC", "LWIDEA"], "levels/city/common"],
["crimson-guard-ag", "crimson-guard", 4, ["LWIDEB", "DG1", "FRA", "FOB", "LWIDEC", "CAS", "PAE", "FEA", "FDB", "LWIDEA"], "characters/guards"],
["predator-ag", "predator", 4, ["LWIDEB", "FOR"], "levels/forest"],
["flitter-ag", "flitter", 4, ["LWIDEB", "STR", "NEB", "D3A", "STADBLMP", "RUI"], "levels/common/enemy/metalhead_scout"],
["cara-ag", "cara", 4, ["LWIDEB", "LWIDEC", "LWIDEA"], "levels/city/common"],
["citizen-norm-rider-ag", "citizen-norm-rider", 4, ["LWIDEA", "LWIDEB"], "levels/city/common"],
["crimson-bike-ag", "crimson-bike", 4, ["LWIDEC", "LWIDEA", "LWIDEB"], "levels/city/common"],
["bikea-ag", "bikea", 4, ["LWIDEC", "LWIDEA", "LWIDEB"], "levels/city/common"],
["lwideb", "lwideb", 4, ["LWIDEB"], "levels/city/common"],
["meet-brutter", "meet-brutter", 3, ["LMEETBRT"], "levels/city/meet-brutter"],
["tpage-2438", "tpage-2438", 4, ["LMEETBRT"], "levels/city/meet-brutter"],
["babak-ag", "babak", 4, ["LMEETBRT", "STADBLMP"], "levels/city/meet-brutter"],
["paddy-wagon-ag", "paddy-wagon", 4, ["LMEETBRT"], "levels/city/meet-brutter"],
["lmeetbrt", "lmeetbrt", 4, ["LMEETBRT"], "levels/city/meet-brutter"],
["ctysluma-part", "ctysluma-part", 3, ["CTA"], "levels/city/slums"],
["neon-baron-part", "neon-baron-part", 3, ["CTA"], "levels/city/slums"],
["tpage-974", "tpage-974", 4, ["CTA"], "levels/city/slums"],
["tpage-973", "tpage-973", 4, ["CTA"], "levels/city/slums"],
["tpage-1680", "tpage-1680", 4, ["CTA"], "levels/city/slums"],
["tpage-1021", "tpage-1021", 4, ["CTA"], "levels/city/slums"],
["tpage-1646", "tpage-1646", 4, ["CTA"], "levels/city/slums"],
["fort-entry-gate-ag", "fort-entry-gate", 4, ["FDA", "FEB", "FRB", "GGA", "CTB", "FRA", "FORDUMPC", "CTA", "PRI"], "levels/city/slums"],
["cty-fruit-stand-ag", "cty-fruit-stand", 4, ["CMA", "CTA", "CMB"], "levels/city/slums"],
["hide-door-a-ag", "hide-door-a", 4, ["CTA"], "levels/city/slums"],
["ctysluma-vis", "ctysluma-vis", 4, ["CTA"], "levels/city/slums"],
["palace-ocean", "palace-ocean", 3, ["PALOUT"], "levels/palace/outside"],
["tpage-2572", "tpage-2572", 4, ["PALOUT"], "levels/palace/outside"],
["tpage-2573", "tpage-2573", 4, ["PALOUT"], "levels/palace/outside"],
["palout", "palout", 4, ["PALOUT"], "levels/palace/outside"],
["race-h", "race-h", 3, ["STD", "STC", "LERLCHAL", "STB", "LPRTRACE"], "levels/common/race"],
["race-mesh", "race-mesh", 3, ["STD", "STC", "LERLCHAL", "STB", "LPRTRACE"], "levels/common/race"],
["race-part", "race-part", 3, ["STD", "STC", "LERLCHAL", "STB", "LPRTRACE"], "levels/common/race"],
["race-obs", "race-obs", 3, ["STD", "STC", "LERLCHAL", "STB", "LPRTRACE"], "levels/common/race"],
["vehicle-racer", "vehicle-racer", 3, ["STD", "STC", "LERLCHAL", "STB", "LPRTRACE"], "levels/common/race"],
["race-info", "race-info", 3, ["STD", "STC", "LERLCHAL", "STB", "LPRTRACE"], "levels/common/race"],
["race-manager", "race-manager", 3, ["STD", "STC", "LERLCHAL", "STB", "LPRTRACE"], "levels/common/race"],
["race-hud", "race-hud", 3, ["STD", "STC", "LERLCHAL", "STB", "LPRTRACE"], "levels/common/race"],
["pilot-recorder", "pilot-recorder", 3, ["STD", "STC", "LERLCHAL", "STB", "LPRTRACE"], "levels/common/race"],
["racebike", "racebike", 3, ["STD", "STC", "STB"], "levels/stadium"],
["stadium-race-obs", "stadium-race-obs", 3, ["STD", "STC", "STB"], "levels/stadium"],
["jak-pidax+0-ag", "jak-pidax+0", 4, ["STB", "STD", "STC"], "levels/stadium"],
["tpage-3447", "tpage-3447", 4, ["STD"], "levels/stadium/races/class1"],
["tpage-3450", "tpage-3450", 4, ["STD"], "levels/stadium/races/class1"],
["tpage-3448", "tpage-3448", 4, ["STD"], "levels/stadium/races/class1"],
["tpage-3449", "tpage-3449", 4, ["STD"], "levels/stadium/races/class1"],
["tpage-3352", "tpage-3352", 4, ["STD"], "levels/stadium/races/class1"],
["race-bike-c-ag", "race-bike-c", 4, ["STD", "STC", "STB"], "levels/stadium"],
["race-bike-b-ag", "race-bike-b", 4, ["STD", "STC", "STB"], "levels/stadium"],
["race-bike-a-ag", "race-bike-a", 4, ["STD", "STC", "STB"], "levels/stadium"],
["stdmb-race-hatch-ag", "stdmb-race-hatch", 4, ["STD", "STC", "STB"], "levels/stadium"],
["stad-d-force-field-ag", "stad-d-force-field", 4, ["STD"], "levels/stadium/races/class1"],
["stadiumd-vis", "stadiumd-vis", 4, ["STD"], "levels/stadium/races/class1"],
["spyder", "spyder", 3, ["FOR", "ATE"], "levels/common/enemy"],
["crimson-guard-level", "crimson-guard-level", 3, ["FOR", "DG1", "FRA", "CAS", "PAE", "FEA", "FDB"], "levels/common/enemy/guards"],
["guard-conversation", "guard-conversation", 3, ["FOR", "DG1", "FRA", "CAS", "PAE", "FEA", "FDB"], "levels/common/enemy/guards"],
["transport-level", "transport-level", 3, ["FOR", "DG1", "FRA", "CAS", "PAE", "FEA", "FDB"], "levels/common/enemy/guards"],
["hover-formation-h", "hover-formation-h", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["hover-nav-control-h", "hover-nav-control-h", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["hover-enemy-h", "hover-enemy-h", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["hover-nav-network", "hover-nav-network", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["hover-nav-control", "hover-nav-control", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["hover-enemy", "hover-enemy", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["hover-enemy-battle", "hover-enemy-battle", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["hover-formation", "hover-formation", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["hover-nav-edit", "hover-nav-edit", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["wasp-part", "wasp-part", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["wasp", "wasp", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["crimson-guard-hover", "crimson-guard-hover", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["flamer", "flamer", 3, ["FOR", "DMI", "FRA", "STR", "NEB", "D3A", "UNB"], "levels/common/enemy/hover"],
["forest-part", "forest-part", 3, ["FOR"], "levels/forest"],
["forest-obs", "forest-obs", 3, ["FOR"], "levels/forest"],
["jak-pegasus+0-ag", "jak-pegasus+0", 4, ["FOR"], "levels/forest"],
["pegasus", "pegasus", 3, ["FOR"], "levels/forest"],
["wren", "wren", 3, ["FOR"], "levels/forest"],
["fish", "fish", 3, ["FOR"], "levels/forest"],
["predator-h", "predator-h", 3, ["FOR"], "levels/forest"],
["predator-graph", "predator-graph", 3, ["FOR"], "levels/forest"],
["predator", "predator", 3, ["FOR"], "levels/forest"],
["forest-scenes", "forest-scenes", 3, ["FOR"], "levels/forest"],
["tpage-1414", "tpage-1414", 4, ["FOR"], "levels/forest"],
["tpage-1416", "tpage-1416", 4, ["FOR"], "levels/forest"],
["tpage-1415", "tpage-1415", 4, ["FOR"], "levels/forest"],
["tpage-1413", "tpage-1413", 4, ["FOR"], "levels/forest"],
["tpage-2335", "tpage-2335", 4, ["FOR"], "levels/forest"],
["tpage-1411", "tpage-1411", 4, ["FOR"], "levels/forest"],
["tpage-2845", "tpage-2845", 4, ["FOR"], "levels/forest"],
["pegasus-ag", "pegasus", 4, ["FOR"], "levels/forest"],
["spyder-ag", "spyder", 4, ["FOR", "ATE"], "levels/common/enemy"],
["wren-ag", "wren", 4, ["FOR"], "levels/forest"],
["minnow-ag", "minnow", 4, ["FOR"], "levels/forest"],
["forest-vis", "forest-vis", 4, ["FOR"], "levels/forest"],
["tpage-2597", "tpage-2597", 4, ["CASEXT"], "levels/castle/pad"],
["tpage-3424", "tpage-3424", 4, ["CASEXT"], "levels/castle/pad"],
["tpage-3315", "tpage-3315", 4, ["CASEXT"], "levels/castle/pad"],
["daxter-highres-ag", "daxter-highres", 4, ["CASEXT", "HIDEOUT", "KIOSK", "ORACLE", "INTROCST", "ATE", "FOB", "LJAKDAX", "FORDUMPC", "LTRNTESS", "THR", "PRI", "SAG", "NEB", "DEMO", "MTX", "LJKDXASH", "COA", "TOMBEXT", "PALBOSS", "TITLE", "ONINTENT", "STA", "TOA", "UND", "LYSKDCD", "D3B", "SWE", "GGA", "TOD", "MCN", "SEW", "VIN", "CAP", "CTYKORA", "CTYASHA", "HIPHOG", "VI1"], "characters/high-res/daxter"],
["jak-highres-ag", "jak-highres", 4, ["CASEXT", "HIDEOUT", "KIOSK", "ATE", "LPRSNCST", "FOB", "LJAKDAX", "FORDUMPC", "LTRNTESS", "THR", "SAG", "MTX", "LJKDXASH", "COA", "PALBOSS", "ONINTENT", "STA", "TOA", "UND", "LYSKDCD", "D3B", "SWE", "GGA", "TOD", "MCN", "SEW", "VIN", "CAP", "CTYKORA", "CTYASHA", "HIPHOG"], "characters/high-res/jak"],
["ashelin-highres-ag", "ashelin-highres", 4, ["CASEXT", "LTHRNOUT", "LGARCSTA", "ATE", "LASHTHRN", "LJKDXASH", "LASHGRD", "CTYASHA"], "characters/high-res/ashelin"],
["hellcat-ag", "hellcat", 4, ["CASEXT", "LWIDEC", "LWIDEA"], "levels/common/entities"],
["heart-of-mar-ag", "heart-of-mar", 4, ["SWE", "CASEXT"], "levels/castle/pad"],
["gun-upgrade-a-ag", "gun-upgrade-a", 4, ["CASEXT", "LGUARD"], "levels/castle/pad"],
["particleman-ag", "particleman", 4, ["MTX", "VIN", "LYSKDCD", "ATE", "LWIDESTA", "LHIPOUT", "VI1", "MCN", "UND", "ORACLE", "FORDUMPC", "LWHACK", "NEB", "CASEXT", "INTROCST", "ONINTENT", "GARAGE", "SWE", "THR", "HIDEOUT", "LTRNTESS", "CAP", "KIOSK", "LOUTCSTB", "TBO"], "levels/castle/pad"],
["casext", "casext", 4, ["CASEXT"], "levels/castle/pad"],
["hideout-scenes", "hideout-scenes", 3, ["HIDEOUT"], "levels/hideout"],
["hideout-part", "hideout-part", 3, ["HIDEOUT"], "levels/hideout"],
["hideout-obs", "hideout-obs", 3, ["HIDEOUT"], "levels/hideout"],
["tpage-932", "tpage-932", 4, ["HIDEOUT"], "levels/hideout"],
["tpage-933", "tpage-933", 4, ["HIDEOUT"], "levels/hideout"],
["tpage-2404", "tpage-2404", 4, ["HIDEOUT"], "levels/hideout"],
["tpage-999", "tpage-999", 4, ["HIDEOUT"], "levels/hideout"],
["hide-light-ag", "hide-light", 4, ["HIDEOUT"], "levels/hideout"],
["hide-bike-ag", "hide-bike", 4, ["HIDEOUT"], "levels/hideout"],
["hide-door-b-ag", "hide-door-b", 4, ["HIDEOUT"], "levels/hideout"],
["gun-barrel-ag", "gun-barrel", 4, ["HIDEOUT"], "levels/hideout"],
["hide-faucet-ag", "hide-faucet", 4, ["HIDEOUT"], "levels/hideout"],
["hideout", "hideout", 4, ["HIDEOUT"], "levels/hideout"],
["tpage-2964", "tpage-2964", 4, ["LWIDESTA"], "levels/stadium"],
["tpage-3257", "tpage-3257", 4, ["LWIDESTA"], "levels/stadium"],
["errol-highres-ag", "errol-highres", 4, ["LWIDESTA", "LERLTESS", "LBRNERMK", "INTROCST", "LERROL", "LSAMERGD"], "characters/high-res/errol"],
["baron-highres-ag", "baron-highres", 4, ["LWIDESTA", "LBRNERMK", "LERBRNGD", "COA", "TOMBEXT", "PALBOSS", "LDJAKBRN"], "characters/high-res/baron"],
["crimson-guard-highres-ag", "crimson-guard-highres", 4, ["LWIDESTA", "LERBRNGD", "COA", "LCGUARD", "FORDUMPD", "LSAMERGD", "LASHGRD", "LGUARD", "CTYKORA", "CTYASHA"], "characters/high-res/guard"],
["stdm-baron-box-ag", "stdm-baron-box", 4, ["LWIDESTA"], "levels/stadium"],
["crimson-guard-lowres-ag", "crimson-guard-lowres", 4, ["LERBRNGD", "CTYASHA", "LASHGRD", "LSAMERGD", "INTROCST", "LWIDESTA", "CTYKORA", "COA", "FORDUMPD"], "levels/stadium"],
["stdm-barrels-ag", "stdm-barrels", 4, ["LWIDESTA"], "levels/stadium"],
["palmpilot-ag", "palmpilot", 4, ["NEB", "VIN", "LASHTHRN", "ATE", "LWIDESTA", "LGUARD", "LTHRNOUT", "FORDUMPD"], "levels/stadium"],
["lwidesta", "lwidesta", 4, ["LWIDESTA"], "levels/stadium"],
["tpage-3162", "tpage-3162", 4, ["LRACELIT"], "levels/stadium/races"],
["tpage-3374", "tpage-3374", 4, ["LRACELIT"], "levels/stadium/races"],
["stadium-racer-ag", "stadium-racer", 4, ["LRACELIT"], "levels/stadium/races"],
["race-start-light-ag", "race-start-light", 4, ["LRACELIT"], "levels/stadium/races"],
["race-start-light-banner-ag", "race-start-light-banner", 4, ["LRACELIT"], "levels/stadium/races"],
["lracelit", "lracelit", 4, ["LRACELIT"], "levels/stadium/races"],
["ctyslumb-part", "ctyslumb-part", 3, ["CTB"], "levels/city/slums"],
["tpage-977", "tpage-977", 4, ["CTB"], "levels/city/slums"],
["tpage-1308", "tpage-1308", 4, ["CTB"], "levels/city/slums"],
["tpage-978", "tpage-978", 4, ["CTB"], "levels/city/slums"],
["tpage-1022", "tpage-1022", 4, ["CTB"], "levels/city/slums"],
["tpage-1647", "tpage-1647", 4, ["CTB"], "levels/city/slums"],
["com-airlock-outer-ag", "com-airlock-outer", 4, ["CIB", "RUI", "CTB", "ATO", "SEB", "CAS", "MTN", "PAR", "PAE", "CTC", "CGB", "TOD", "PAC", "COA", "SWB", "PAS", "CPA", "CAB", "CFA", "CAP"], "levels/city/slums"],
["com-airlock-inner-ag", "com-airlock-inner", 4, ["UND", "UNB", "CFA", "ATE", "COB", "CPA", "CTB", "SEB", "SWB", "PAS"], "levels/common/entities"],
["ctyslumb-vis", "ctyslumb-vis", 4, ["CTB"], "levels/city/slums"],
["kiosk-part", "kiosk-part", 3, ["KIOSK"], "levels/city/kiosk"],
["tpage-2192", "tpage-2192", 4, ["KIOSK"], "levels/city/kiosk"],
["tpage-2212", "tpage-2212", 4, ["KIOSK"], "levels/city/kiosk"],
["tpage-2225", "tpage-2225", 4, ["KIOSK"], "levels/city/kiosk"],
["tpage-2911", "tpage-2911", 4, ["KIOSK"], "levels/city/kiosk"],
["tpage-2334", "tpage-2334", 4, ["KIOSK"], "levels/city/kiosk"],
["brutter-highres-ag", "brutter-highres", 4, ["KIOSK", "LOUTCSTB", "STADBLMP", "LSMYSBRT"], "characters/high-res/brutter"],
["kiosk-fish-sign-ag", "kiosk-fish-sign", 4, ["KIOSK"], "levels/city/kiosk"],
["kiosk-banner-ag", "kiosk-banner", 4, ["KIOSK"], "levels/city/kiosk"],
["kiosk", "kiosk", 4, ["KIOSK"], "levels/city/kiosk"],
["dig-digger", "dig-digger", 3, ["DG1", "D3A"], "levels/dig"],
["dig-obs", "dig-obs", 3, ["DG1", "D3A"], "levels/dig"],
["dig1-obs", "dig1-obs", 3, ["DG1", "D3A"], "levels/dig"],
["dig2-obs", "dig2-obs", 3, ["DG1", "D3A"], "levels/dig"],
["dig3-obs", "dig3-obs", 3, ["DG1", "D3A"], "levels/dig"],
["tomb-baby-spider", "tomb-baby-spider", 3, ["DG1", "D3A", "TOA"], "levels/tomb"],
["grenadier", "grenadier", 3, ["DG1", "D3A", "UNB", "RUI"], "levels/common/enemy"],
["metalmonk", "metalmonk", 3, ["DG1", "MTN", "ATE", "D3A"], "levels/common/enemy"],
["dig-texture", "dig-texture", 3, ["DG1", "D3A"], "levels/dig"],
["dig-scenes", "dig-scenes", 3, ["DG1", "D3A"], "levels/dig"],
["dig-part", "dig-part", 3, ["DG1", "D3A"], "levels/dig"],
["tpage-2282", "tpage-2282", 4, ["DG1"], "levels/dig/dig1"],
["tpage-2284", "tpage-2284", 4, ["DG1"], "levels/dig/dig1"],
["tpage-2283", "tpage-2283", 4, ["DG1"], "levels/dig/dig1"],
["tpage-2419", "tpage-2419", 4, ["DG1"], "levels/dig/dig1"],
["tpage-2844", "tpage-2844", 4, ["DG1"], "levels/dig/dig1"],
["dig-digger-ag", "dig-digger", 4, ["DG1"], "levels/dig/dig1"],
["dig-bomb-crate-ag", "dig-bomb-crate", 4, ["DG1"], "levels/dig/dig1"],
["dig-conveyor-ag", "dig-conveyor", 4, ["DG1"], "levels/dig/dig1"],
["dig-clasp-ag", "dig-clasp", 4, ["DG1"], "levels/dig/dig1"],
["dig-tether-ag", "dig-tether", 4, ["DG1"], "levels/dig/dig1"],
["dig-jump-pad-ag", "dig-jump-pad", 4, ["DG1"], "levels/dig/dig1"],
["dig-breakable-door-ag", "dig-breakable-door", 4, ["DG1"], "levels/dig/dig1"],
["dig-sinking-plat-ag", "dig-sinking-plat", 4, ["D3A", "DG1"], "levels/dig"],
["dig-clasp-b-ag", "dig-clasp-b", 4, ["DG1"], "levels/dig/dig1"],
["dig-bomb-crate-cylinder-ag", "dig-bomb-crate-cylinder", 4, ["DG1"], "levels/dig/dig1"],
["dig1-vis", "dig1-vis", 4, ["DG1"], "levels/dig/dig1"],
["target-tube", "target-tube", 3, ["FEB"], "engine/target"],
["jak-tube+0-ag", "jak-tube+0", 4, ["FEB"], "levels/fortress/exit"],
["fortress-obs", "fortress-obs", 3, ["FEB", "FDB"], "levels/fortress"],
["forexitb-part", "forexitb-part", 3, ["FEB"], "levels/fortress/exit"],
["tpage-1584", "tpage-1584", 4, ["FEB"], "levels/fortress/exit"],
["tpage-1587", "tpage-1587", 4, ["FEB"], "levels/fortress/exit"],
["tpage-1585", "tpage-1585", 4, ["FEB"], "levels/fortress/exit"],
["tpage-1586", "tpage-1586", 4, ["FEB"], "levels/fortress/exit"],
["tpage-1712", "tpage-1712", 4, ["FEB"], "levels/fortress/exit"],
["water-anim-fortress-ag", "water-anim-fortress", 4, ["FEB"], "levels/fortress/exit"],
["fort-trap-door-ag", "fort-trap-door", 4, ["FEB", "FDB"], "levels/fortress/exit"],
["forexitb-vis", "forexitb-vis", 4, ["FEB"], "levels/fortress/exit"],
["jak-pole+0-ag", "jak-pole+0", 4, ["FEA", "DMI", "FDA", "HALFPIPE", "RUI", "PAC", "COA", "TOB", "D3B", "PAE"], "levels/drill"],
["target-turret-shot", "target-turret-shot", 3, ["DMI"], "engine/target"],
["target-turret", "target-turret", 3, ["DMI"], "engine/target"],
["jak-turret+0-ag", "jak-turret+0", 4, ["DMI"], "levels/drill"],
["drill-turret", "drill-turret", 3, ["DMI"], "levels/drill"],
["drillmid-obs", "drillmid-obs", 3, ["DMI"], "levels/drill"],
["drill-part", "drill-part", 3, ["DMI"], "levels/drill"],
["drill-part2", "drill-part2", 3, ["DMI"], "levels/drill"],
["drill-mech-master", "drill-mech-master", 3, ["DMI"], "levels/drill"],
["drill-obs", "drill-obs", 3, ["DMI"], "levels/drill"],
["drill-panel", "drill-panel", 3, ["DMI"], "levels/drill"],
["drill-obs2", "drill-obs2", 3, ["DMI"], "levels/drill"],
["drill-spool", "drill-spool", 3, ["DMI"], "levels/drill"],
["drill-baron", "drill-baron", 3, ["DMI"], "levels/drill"],
["drill-scenes", "drill-scenes", 3, ["DMI"], "levels/drill"],
["centurion", "centurion", 3, ["DMI", "MTN"], "levels/common/enemy"],
["ginsu", "ginsu", 3, ["DMI"], "levels/drill"],
["tpage-2300", "tpage-2300", 4, ["DMI"], "levels/drill"],
["tpage-2302", "tpage-2302", 4, ["DMI"], "levels/drill"],
["tpage-2301", "tpage-2301", 4, ["DMI"], "levels/drill"],
["tpage-2493", "tpage-2493", 4, ["DMI"], "levels/drill"],
["tpage-2303", "tpage-2303", 4, ["DMI"], "levels/drill"],
["tpage-2565", "tpage-2565", 4, ["DMI"], "levels/drill"],
["tpage-2846", "tpage-2846", 4, ["DMI"], "levels/drill"],
["mech-ag", "mech", 4, ["DMI", "DRI", "RUI", "DRILLMTN", "UNB"], "engine/target/mech"],
["warp-gate-ag", "warp-gate", 4, ["STR", "DMI", "VIN", "DRI", "MTN", "D3A"], "levels/drill"],
["drill-falling-door-ag", "drill-falling-door", 4, ["DRB", "DMI"], "levels/drill"],
["drillmid-vis", "drillmid-vis", 4, ["DMI"], "levels/drill"],
["oracle-texture", "oracle-texture", 3, ["ORACLE"], "levels/city/oracle"],
["oracle-part", "oracle-part", 3, ["ORACLE"], "levels/city/oracle"],
["oracle-scenes", "oracle-scenes", 3, ["ORACLE"], "levels/city/oracle"],
["oracle-training", "oracle-training", 3, ["ORACLE"], "levels/city/oracle"],
["tpage-2553", "tpage-2553", 4, ["ORACLE"], "levels/city/oracle"],
["tpage-2863", "tpage-2863", 4, ["ORACLE"], "levels/city/oracle"],
["tpage-2557", "tpage-2557", 4, ["ORACLE"], "levels/city/oracle"],
["darkjak-highres-ag", "darkjak-highres", 4, ["ORACLE", "NEB", "VI1"], "characters/high-res/darkjak"],
["oracle-roof-banner-b-ag", "oracle-roof-banner-b", 4, ["ORACLE"], "levels/city/oracle"],
["oracle-roof-banner-ag", "oracle-roof-banner", 4, ["ORACLE"], "levels/city/oracle"],
["oracle-door-ag", "oracle-door", 4, ["ORACLE", "CTC"], "levels/city/oracle"],
["oracle-wall-banner-ag", "oracle-wall-banner", 4, ["ORACLE"], "levels/city/oracle"],
["oracle", "oracle", 4, ["ORACLE"], "levels/city/oracle"],
["tess-lhiphog+0-ag", "tess-lhiphog+0", 4, ["LERLTESS", "LTESS"], "characters/tess"],
["tpage-2949", "tpage-2949", 4, ["LERLTESS"], "characters/errol_tess"],
["tpage-3269", "tpage-3269", 4, ["LERLTESS"], "characters/errol_tess"],
["krew-highres-ag", "krew-highres", 4, ["LERLTESS", "LGARCSTA", "CAB", "LTESS", "LGUARD"], "characters/high-res/krew"],
["tess-highres-ag", "tess-highres", 4, ["LERLTESS", "LGARCSTA", "LPRSNCST", "LTRNTESS", "OUTROCST", "LWHACK", "LTESS"], "characters/high-res/tess"],
["lerltess", "lerltess", 4, ["LERLTESS"], "characters/errol_tess"],
["tpage-1204", "tpage-1204", 4, ["DRI"], "levels/drill"],
["tpage-1205", "tpage-1205", 4, ["DRI"], "levels/drill"],
["tpage-1239", "tpage-1239", 4, ["DRI"], "levels/drill"],
["tpage-1203", "tpage-1203", 4, ["DRI"], "levels/drill"],
["tpage-1206", "tpage-1206", 4, ["DRI"], "levels/drill"],
["centurion-ag", "centurion", 4, ["DRI", "MTX"], "levels/common/enemy/metalhead_bearer"],
["drill-turret-ext-ag", "drill-turret-ext", 4, ["DRI", "DRILLMTN"], "levels/drill"],
["port-turret-ag", "port-turret", 4, ["DRI", "DRILLMTN"], "levels/drill"],
["ginsu-ag", "ginsu", 4, ["DRI"], "levels/drill"],
["drill-elevator-ag", "drill-elevator", 4, ["DRI", "DRB"], "levels/common/entities"],
["drill-plat-falling-ag", "drill-plat-falling", 4, ["DRI"], "levels/drill"],
["drill-bridge-shot-ag", "drill-bridge-shot", 4, ["DRI"], "levels/drill"],
["drill-elevator-base-ag", "drill-elevator-base", 4, ["DRI", "DRB"], "levels/drill"],
["drill-wall-ag", "drill-wall", 4, ["DRI", "DRILLMTN"], "levels/drill"],
["drill-metalhead-eggs-c-ag", "drill-metalhead-eggs-c", 4, ["DRI", "DRILLMTN"], "levels/drill"],
["drill-metalhead-eggs-b-ag", "drill-metalhead-eggs-b", 4, ["DRI", "DRILLMTN"], "levels/drill"],
["drill-metalhead-eggs-a-ag", "drill-metalhead-eggs-a", 4, ["DRI", "DRILLMTN"], "levels/drill"],
["drill-turret-int-ag", "drill-turret-int", 4, ["DRI", "DRILLMTN"], "levels/drill"],
["drill-vis", "drill-vis", 4, ["DRI"], "levels/drill"],
["metalkor-texture", "metalkor-texture", 3, ["LBRNERMK"], "levels/palace/throne"],
["tpage-2558", "tpage-2558", 4, ["LBRNERMK"], "levels/palace/throne"],
["tpage-2801", "tpage-2801", 4, ["LBRNERMK"], "levels/palace/throne"],
["tpage-3267", "tpage-3267", 4, ["LBRNERMK"], "levels/palace/throne"],
["metalkor-head-ag", "metalkor-head", 4, ["LBRNERMK"], "levels/palace/throne"],
["lbrnermk", "lbrnermk", 4, ["LBRNERMK"], "levels/palace/throne"],
["tpage-3430", "tpage-3430", 4, ["LRACECF"], "levels/stadium/races/class2"],
["lracecf", "lracecf", 4, ["LRACECF"], "levels/stadium/races/class2"],
["ctyslumc-part", "ctyslumc-part", 3, ["CTC"], "levels/city/slums"],
["tpage-1268", "tpage-1268", 4, ["CTC"], "levels/city/slums"],
["tpage-1303", "tpage-1303", 4, ["CTC"], "levels/city/slums"],
["tpage-1269", "tpage-1269", 4, ["CTC"], "levels/city/slums"],
["tpage-1023", "tpage-1023", 4, ["CTC"], "levels/city/slums"],
["tpage-1648", "tpage-1648", 4, ["CTC"], "levels/city/slums"],
["ctyslumc-vis", "ctyslumc-vis", 4, ["CTC"], "levels/city/slums"],
["tpage-3194", "tpage-3194", 4, ["LTHRNOUT"], "levels/hideout"],
["tpage-3252", "tpage-3252", 4, ["LTHRNOUT"], "levels/hideout"],
["torn-highres-ag", "torn-highres", 4, ["LTHRNOUT", "LTRNYSAM", "LTRNTESS", "SAG", "LTRNKRKD"], "characters/high-res/torn"],
["lthrnout", "lthrnout", 4, ["LTHRNOUT"], "levels/hideout"],
["forresca-part", "forresca-part", 3, ["FRA"], "levels/fortress/rescue"],
["forresca-obs", "forresca-obs", 3, ["FRA"], "levels/fortress/rescue"],
["tpage-3190", "tpage-3190", 4, ["FRA"], "levels/fortress/rescue"],
["tpage-3192", "tpage-3192", 4, ["FRA"], "levels/fortress/rescue"],
["tpage-3191", "tpage-3191", 4, ["FRA"], "levels/fortress/rescue"],
["crimson-guard-hover-ag", "crimson-guard-hover", 4, ["FRA", "FOB", "DRILLMTN"], "characters/hover_guards"],
["cty-guard-turret-button-ag", "cty-guard-turret-button", 4, ["FRB", "LPOWER", "FRA"], "levels/common/entities"],
["fort-led-ag", "fort-led", 4, ["FRA"], "levels/fortress/rescue"],
["forresca-vis", "forresca-vis", 4, ["FRA"], "levels/fortress/rescue"],
["tpage-2699", "tpage-2699", 4, ["LGARCSTA"], "levels/outro"],
["tpage-3512", "tpage-3512", 4, ["LGARCSTA"], "levels/outro"],
["tpage-3271", "tpage-3271", 4, ["LGARCSTA"], "levels/outro"],
["samos-highres-ag", "samos-highres", 4, ["LGARCSTA", "LPRSNCST", "OUTROCST", "LERBRNGD", "STADBLMP", "LSAMERGD", "LINTCSTB", "LSMYSBRT", "LYSAMSAM"], "characters/high-res/samos"],
["sew-gold-key-ag", "sew-gold-key", 4, ["LGARCSTA", "SEW", "LHIPOUT"], "levels/outro"],
["lgarcsta", "lgarcsta", 4, ["LGARCSTA"], "levels/outro"],
["rhino", "rhino", 3, ["MTN"], "levels/mountain"],
["rhino-wall", "rhino-wall", 3, ["MTN"], "levels/mountain"],
["mountain-ocean", "mountain-ocean", 3, ["MTN"], "levels/mountain"],
["mountain-obs", "mountain-obs", 3, ["MTN"], "levels/mountain"],
["mountain-obs2", "mountain-obs2", 3, ["MTN"], "levels/mountain"],
["mountain-scenes", "mountain-scenes", 3, ["MTN"], "levels/mountain"],
["mountain-part", "mountain-part", 3, ["MTN"], "levels/mountain"],
["hopper", "hopper", 3, ["MTN", "STA"], "levels/common/enemy"],
["tpage-1254", "tpage-1254", 4, ["MTN"], "levels/mountain"],
["tpage-1256", "tpage-1256", 4, ["MTN"], "levels/mountain"],
["tpage-1255", "tpage-1255", 4, ["MTN"], "levels/mountain"],
["tpage-1253", "tpage-1253", 4, ["MTN"], "levels/mountain"],
["tpage-1257", "tpage-1257", 4, ["MTN"], "levels/mountain"],
["tpage-3470", "tpage-3470", 4, ["MTN"], "levels/mountain"],
["tpage-1275", "tpage-1275", 4, ["MTN"], "levels/mountain"],
["mtn-plat-buried-ag", "mtn-plat-buried", 4, ["MTX", "MTN"], "levels/mountain"],
["mtn-plat-return-ag", "mtn-plat-return", 4, ["MTX", "MTN"], "levels/mountain"],
["water-anim-mountain-ag", "water-anim-mountain", 4, ["MTN"], "levels/mountain"],
["mtn-shard-ag", "mtn-shard", 4, ["MTN", "MCN"], "levels/mountain"],
["mtn-gate-ag", "mtn-gate", 4, ["MTN"], "levels/mountain"],
["mtn-lens-base-ag", "mtn-lens-base", 4, ["MTN"], "levels/mountain"],
["mtn-plat-long-ag", "mtn-plat-long", 4, ["MTN"], "levels/mountain"],
["mtn-iris-door-ag", "mtn-iris-door", 4, ["MTX", "MTN"], "levels/mountain"],
["mtn-plat-elevator-ag", "mtn-plat-elevator", 4, ["MTN"], "levels/mountain"],
["mtn-plat-shoot-ag", "mtn-plat-shoot", 4, ["MTN"], "levels/mountain"],
["mtn-lens-floor-ag", "mtn-lens-floor", 4, ["MTN"], "levels/mountain"],
["mtn-plat-updown-ag", "mtn-plat-updown", 4, ["MTN"], "levels/mountain"],
["pal-windmill-ag", "pal-windmill", 4, ["CASCITY", "PAC", "MTN", "LCITYLOW"], "levels/mountain"],
["mountain-vis", "mountain-vis", 4, ["MTN"], "levels/mountain"],
["intro-ocean", "intro-ocean", 3, ["INTROCST"], "levels/intro"],
["intro-scenes", "intro-scenes", 3, ["INTROCST"], "levels/intro"],
["intro-obs", "intro-obs", 3, ["INTROCST"], "levels/intro"],
["vortex-data", "vortex-data", 3, ["INTROCST"], "levels/intro"],
["vortex", "vortex", 3, ["INTROCST"], "levels/intro"],
["tpage-2568", "tpage-2568", 4, ["INTROCST"], "levels/intro"],
["tpage-2570", "tpage-2570", 4, ["INTROCST"], "levels/intro"],
["tpage-3264", "tpage-3264", 4, ["INTROCST"], "levels/intro"],
["jakone-highres-ag", "jakone-highres", 4, ["INTROCST"], "levels/intro"],
["time-map-ag", "time-map", 4, ["INTROCST", "LWHACK"], "levels/intro"],
["rift-rider-heart-of-mar-ag", "rift-rider-heart-of-mar", 4, ["INTROCST"], "levels/intro"],
["rift-rider-dash-ag", "rift-rider-dash", 4, ["INTROCST"], "levels/intro"],
["meteor-ag", "meteor", 4, ["INTROCST"], "levels/intro"],
["rift-rider-break-b-ag", "rift-rider-break-b", 4, ["INTROCST"], "levels/intro"],
["vortex-light-ag", "vortex-light", 4, ["INTROCST"], "levels/intro"],
["rift-rider-chunk-a-ag", "rift-rider-chunk-a", 4, ["INTROCST"], "levels/intro"],
["rift-rider-break-c-ag", "rift-rider-break-c", 4, ["INTROCST"], "levels/intro"],
["rift-rider-bar-ag", "rift-rider-bar", 4, ["INTROCST"], "levels/intro"],
["introcst", "introcst", 4, ["INTROCST"], "levels/intro"],
["tpage-2298", "tpage-2298", 4, ["DRB"], "levels/drill/tower"],
["tpage-2299", "tpage-2299", 4, ["DRB"], "levels/drill/tower"],
["tpage-2492", "tpage-2492", 4, ["DRB"], "levels/drill/tower"],
["drill-flip-step-ag", "drill-flip-step", 4, ["DRB", "DRILLMTN"], "levels/drill/tower"],
["drill-drop-plat-ag", "drill-drop-plat", 4, ["DRB"], "levels/drill/tower"],
["drill-switch-ag", "drill-switch", 4, ["DRB", "DRILLMTN"], "levels/drill/tower"],
["drillb-vis", "drillb-vis", 4, ["DRB"], "levels/drill/tower"],
["ai-task-h", "ai-task-h", 3, ["ATE", "SEB", "SWB", "LKIDDOGE", "UNB", "CTYKORA", "CTYASHA"], "levels/common/ai"],
["bot-h", "bot-h", 3, ["ATE", "SEB", "SWB", "LKIDDOGE", "UNB", "CTYKORA", "CTYASHA"], "levels/common/ai"],
["bot", "bot", 3, ["ATE", "SEB", "SWB", "LKIDDOGE", "UNB", "CTYKORA", "CTYASHA"], "levels/common/ai"],
["bot-states", "bot-states", 3, ["ATE", "SEB", "SWB", "LKIDDOGE", "UNB", "CTYKORA", "CTYASHA"], "levels/common/ai"],
["sig-h", "sig-h", 3, ["ATE", "UNB"], "levels/common/ai/sig"],
["sig-task", "sig-task", 3, ["ATE", "UNB"], "levels/common/ai/sig"],
["sig-shot", "sig-shot", 3, ["ATE", "UNB"], "levels/common/ai/sig"],
["sig-plasma", "sig-plasma", 3, ["ATE", "UNB"], "levels/common/ai/sig"],
["sig", "sig", 3, ["ATE", "UNB"], "levels/common/ai/sig"],
["sig-states", "sig-states", 3, ["ATE", "UNB"], "levels/common/ai/sig"],
["ash-h", "ash-h", 3, ["ATE", "CTYASHA"], "levels/common/ai/ashelin"],
["ash-task", "ash-task", 3, ["ATE", "CTYASHA"], "levels/common/ai/ashelin"],
["ash-shot", "ash-shot", 3, ["ATE", "CTYASHA"], "levels/common/ai/ashelin"],
["ash", "ash", 3, ["ATE", "CTYASHA"], "levels/common/ai/ashelin"],
["ash-states", "ash-states", 3, ["ATE", "CTYASHA"], "levels/common/ai/ashelin"],
["sig0-course", "sig0-course", 3, ["ATE"], "levels/atoll"],
["ash1-course", "ash1-course", 3, ["ATE"], "levels/atoll"],
["atoll-tank", "atoll-tank", 3, ["ATE"], "levels/atoll"],
["atoll-scenes", "atoll-scenes", 3, ["ATE"], "levels/atoll"],
["sniper", "sniper", 3, ["ATE"], "levels/atoll"],
["amphibian", "amphibian", 3, ["ATE", "SEB", "SWB", "RUI"], "levels/common/enemy/amphibian"],
["juicer", "juicer", 3, ["ATE", "CTYASHA"], "levels/atoll"],
["tpage-1606", "tpage-1606", 4, ["ATE"], "levels/atoll"],
["tpage-1607", "tpage-1607", 4, ["ATE"], "levels/atoll"],
["tpage-2461", "tpage-2461", 4, ["ATE"], "levels/atoll"],
["tpage-3237", "tpage-3237", 4, ["ATE"], "levels/atoll"],
["tpage-3412", "tpage-3412", 4, ["ATE"], "levels/atoll"],
["sig-ag", "sig", 4, ["ATE", "UNB"], "levels/common/ai/sig"],
["atoll-tank-ag", "atoll-tank", 4, ["ATE"], "levels/atoll"],
["sig-highres-ag", "sig-highres", 4, ["ATE", "LHIPOUT", "LTESS", "UND", "LGUARD"], "characters/high-res/sig"],
["juicer-ag", "juicer", 4, ["ATE", "CTYASHA"], "levels/atoll"],
["atoll-hellcat-ag", "atoll-hellcat", 4, ["ATE", "CTYKORA"], "levels/common/entities"],
["ashelin-ag", "ashelin", 4, ["ATE", "CTYASHA"], "levels/common/ai/ashelin"],
["metalmonk-ag", "metalmonk", 4, ["ATE", "MTX", "D3A"], "levels/common/enemy/metalhead_brown"],
["amphibian-ag", "amphibian", 4, ["ATE", "SEW", "RUI"], "levels/common/enemy/amphibian"],
["atollext-vis", "atollext-vis", 4, ["ATE"], "levels/atoll"],
["tpage-3270", "tpage-3270", 4, ["LERROL"], "characters/errol"],
["lerrol", "lerrol", 4, ["LERROL"], "characters/errol"],
["youngsamos-ltrnysam+0-ag", "youngsamos-ltrnysam+0", 4, ["LTRNYSAM"], "characters/torn_youngsamos"],
["tpage-1774", "tpage-1774", 4, ["LTRNYSAM"], "characters/torn_youngsamos"],
["tpage-3255", "tpage-3255", 4, ["LTRNYSAM"], "characters/torn_youngsamos"],
["youngsamos-highres-ag", "youngsamos-highres", 4, ["LTRNYSAM", "LOUTCSTB", "LPRSNCST", "FOB", "STADBLMP", "LYSKDCD", "TOD", "LTENTOUT", "LSMYSBRT", "LYSAMSAM"], "characters/high-res/youngsamos"],
["ltrnysam", "ltrnysam", 4, ["LTRNYSAM"], "characters/torn_youngsamos"],
["tpage-3186", "tpage-3186", 4, ["LOUTCSTB"], "levels/outro"],
["tpage-3185", "tpage-3185", 4, ["LOUTCSTB"], "levels/outro"],
["tpage-3187", "tpage-3187", 4, ["LOUTCSTB"], "levels/outro"],
["tpage-3245", "tpage-3245", 4, ["LOUTCSTB"], "levels/outro"],
["kid-highres-ag", "kid-highres", 4, ["LOUTCSTB", "NEB", "LTRNKRKD", "LYSKDCD", "TOD", "VIN", "CTYKORA"], "characters/high-res/kid"],
["rift-ring-ag", "rift-ring", 4, ["LOUTCSTB", "VI1"], "levels/common/entities"],
["brutter-balloon-norift-ag", "brutter-balloon-norift", 4, ["LOUTCSTB"], "levels/outro"],
["metalkor-chopped-ag", "metalkor-chopped", 4, ["LOUTCSTB", "LHIPOUT"], "levels/common/entities"],
["rift-rider-ag", "rift-rider", 4, ["LINTCSTB", "LKEIRIFT", "GARAGE", "LOUTCSTB"], "levels/outro"],
["precursor-stone-ag", "precursor-stone", 4, ["LOUTCSTB", "NEB", "COA"], "levels/outro"],
["loutcstb", "loutcstb", 4, ["LOUTCSTB"], "levels/outro"],
["tpage-2953", "tpage-2953", 4, ["LASHTHRN"], "levels/palace/throne"],
["tpage-3266", "tpage-3266", 4, ["LASHTHRN"], "levels/palace/throne"],
["lashthrn", "lashthrn", 4, ["LASHTHRN"], "levels/palace/throne"],
["tpage-1598", "tpage-1598", 4, ["TOC"], "levels/tomb/right"],
["tpage-1599", "tpage-1599", 4, ["TOC"], "levels/tomb/right"],
["tpage-1832", "tpage-1832", 4, ["TOC"], "levels/tomb/right"],
["water-anim-tomb-ag", "water-anim-tomb", 4, ["TOC", "TOA"], "levels/tomb"],
["tomb-baby-spider-ag", "tomb-baby-spider", 4, ["TOC", "TOE", "TOB"], "levels/tomb"],
["tomb-beetle-ag", "tomb-beetle", 4, ["TOC"], "levels/tomb/right"],
["tomb-door-ag", "tomb-door", 4, ["TOC"], "levels/tomb/right"],
["tomb-vibe-ag", "tomb-vibe", 4, ["TOC"], "levels/tomb/right"],
["tomb-simon-button-ag", "tomb-simon-button", 4, ["TOA", "TOC"], "levels/tomb/right"],
["tomb-plat-simon-ag", "tomb-plat-simon", 4, ["TOC"], "levels/tomb/right"],
["tomb-wing-door-ag", "tomb-wing-door", 4, ["TOA", "TBO", "TOC"], "levels/tomb/right"],
["tomb-button-ag", "tomb-button", 4, ["TOB", "TOC"], "levels/tomb/right"],
["tomb-beetle-door-ag", "tomb-beetle-door", 4, ["TOC"], "levels/tomb/right"],
["tombc-vis", "tombc-vis", 4, ["TOC"], "levels/tomb/right"],
["ctyfarm-obs", "ctyfarm-obs", 3, ["CFB", "CFA"], "levels/city/farm"],
["ctyfarma-part", "ctyfarma-part", 3, ["CFB", "CFA"], "levels/city/farm"],
["ctyfarmb-part", "ctyfarmb-part", 3, ["CFB", "CFA"], "levels/city/farm"],
["yakow", "yakow", 3, ["CFB", "CFA"], "levels/city/farm"],
["tpage-3005", "tpage-3005", 4, ["CFB"], "levels/city/farm"],
["tpage-3009", "tpage-3009", 4, ["CFB"], "levels/city/farm"],
["tpage-3007", "tpage-3007", 4, ["CFB"], "levels/city/farm"],
["tpage-3008", "tpage-3008", 4, ["CFB"], "levels/city/farm"],
["tpage-3006", "tpage-3006", 4, ["CFB"], "levels/city/farm"],
["tpage-3004", "tpage-3004", 4, ["CFB"], "levels/city/farm"],
["tpage-2442", "tpage-2442", 4, ["CFB"], "levels/city/farm"],
["yakow-ag", "yakow", 4, ["CFB"], "levels/city/farm"],
["farm-chilirots-ag", "farm-chilirots", 4, ["CFA", "CFB"], "levels/city/farm"],
["farm-cabbage-ag", "farm-cabbage", 4, ["CFB", "CFA"], "levels/city/farm"],
["farm-marrow-ag", "farm-marrow", 4, ["CFB", "CFA"], "levels/city/farm"],
["farm-beetree-ag", "farm-beetree", 4, ["CFB", "CFA"], "levels/city/farm"],
["farm-small-cabbage-ag", "farm-small-cabbage", 4, ["CFB", "CFA"], "levels/city/farm"],
["farm-sprinkler-barrels-ag", "farm-sprinkler-barrels", 4, ["CFB", "CFA"], "levels/city/farm"],
["ctyfarmb-vis", "ctyfarmb-vis", 4, ["CFB"], "levels/city/farm"],
["casboss-texture", "casboss-texture", 3, ["CAB"], "levels/castle/boss"],
["castle-baron", "castle-baron", 3, ["CAB"], "levels/castle/boss"],
["castle-scenes", "castle-scenes", 3, ["CAB"], "levels/castle/boss"],
["casboss-part", "casboss-part", 3, ["CAB"], "levels/castle/boss"],
["tpage-2996", "tpage-2996", 4, ["CAB"], "levels/castle/boss"],
["tpage-2997", "tpage-2997", 4, ["CAB"], "levels/castle/boss"],
["tpage-3435", "tpage-3435", 4, ["CAB"], "levels/castle/boss"],
["tpage-3458", "tpage-3458", 4, ["CAB"], "levels/castle/boss"],
["tpage-3429", "tpage-3429", 4, ["CAB"], "levels/castle/boss"],
["krew-lowres-ag", "krew-lowres", 4, ["CAB"], "levels/castle/boss"],
["cboss-tractor-ag", "cboss-tractor", 4, ["CAB"], "levels/castle/boss"],
["krew-clone-ag", "krew-clone", 4, ["CAB"], "levels/castle/boss"],
["cboss-bomb-ag", "cboss-bomb", 4, ["CAB"], "levels/castle/boss"],
["cboss-elevator-ag", "cboss-elevator", 4, ["CAB"], "levels/castle/boss"],
["casboss-vis", "casboss-vis", 4, ["CAB"], "levels/castle/boss"],
["tpage-3442", "tpage-3442", 4, ["STC"], "levels/stadium/races/class2"],
["tpage-3445", "tpage-3445", 4, ["STC"], "levels/stadium/races/class2"],
["tpage-3443", "tpage-3443", 4, ["STC"], "levels/stadium/races/class2"],
["tpage-3444", "tpage-3444", 4, ["STC"], "levels/stadium/races/class2"],
["tpage-3351", "tpage-3351", 4, ["STC"], "levels/stadium/races/class2"],
["stad-c-force-field-ag", "stad-c-force-field", 4, ["STC"], "levels/stadium/races/class2"],
["stadiumc-vis", "stadiumc-vis", 4, ["STC"], "levels/stadium/races/class2"],
["strip-scenes", "strip-scenes", 3, ["STR"], "levels/strip"],
["strip-part", "strip-part", 3, ["STR"], "levels/strip"],
["strip-ocean", "strip-ocean", 3, ["STR"], "levels/strip"],
["strip-rescue", "strip-rescue", 3, ["STR"], "levels/strip"],
["strip-drop", "strip-drop", 3, ["STR"], "levels/strip"],
["strip-obs", "strip-obs", 3, ["STR"], "levels/strip"],
["chaincrate", "chaincrate", 3, ["STR"], "levels/strip"],
["tpage-787", "tpage-787", 4, ["STR"], "levels/strip"],
["tpage-789", "tpage-789", 4, ["STR"], "levels/strip"],
["tpage-788", "tpage-788", 4, ["STR"], "levels/strip"],
["tpage-786", "tpage-786", 4, ["STR"], "levels/strip"],
["tpage-1272", "tpage-1272", 4, ["STR"], "levels/strip"],
["tpage-2854", "tpage-2854", 4, ["STR"], "levels/strip"],
["flamer-ag", "flamer", 4, ["STR"], "levels/strip"],
["water-anim-strip-dark-eco-ag", "water-anim-strip-dark-eco", 4, ["STR"], "levels/strip"],
["cranecrate-ag", "cranecrate", 4, ["STR"], "levels/strip"],
["strip-game-crate-ag", "strip-game-crate", 4, ["STR"], "levels/strip"],
["drill-plat-ag", "drill-plat", 4, ["STR"], "levels/strip"],
["curtainsaw-ag", "curtainsaw", 4, ["STR"], "levels/strip"],
["fencespikes-ag", "fencespikes", 4, ["STR"], "levels/strip"],
["lgconveyor-ag", "lgconveyor", 4, ["STR"], "levels/strip"],
["pitspikes-ag", "pitspikes", 4, ["STR"], "levels/strip"],
["grunt-egg-b-ag", "grunt-egg-b", 4, ["STR"], "levels/strip"],
["grunt-egg-a-ag", "grunt-egg-a", 4, ["STR"], "levels/strip"],
["grunt-egg-d-ag", "grunt-egg-d", 4, ["STR"], "levels/strip"],
["crane-ag", "crane", 4, ["STR"], "levels/strip"],
["strip-chain-crate-ag", "strip-chain-crate", 4, ["STR"], "levels/strip"],
["grunt-egg-c-ag", "grunt-egg-c", 4, ["STR"], "levels/strip"],
["cable-ag", "cable", 4, ["STR"], "levels/strip"],
["cntrlrm-door-ag", "cntrlrm-door", 4, ["STR"], "levels/strip"],
["plasmitebomb-ag", "plasmitebomb", 4, ["STR"], "levels/strip"],
["strip-conveyor-ag", "strip-conveyor", 4, ["STR"], "levels/strip"],
["cntrlrm-button-ag", "cntrlrm-button", 4, ["STR"], "levels/strip"],
["strip-vis", "strip-vis", 4, ["STR"], "levels/strip"],
["gun-buoy", "gun-buoy", 3, ["ATO", "NESTT", "NES", "LPROTECT"], "levels/common/entities"],
["atoll-part", "atoll-part", 3, ["ATO"], "levels/atoll"],
["atoll-obs", "atoll-obs", 3, ["ATO"], "levels/atoll"],
["fodder", "fodder", 3, ["ATO", "SEB", "SWB", "RUI"], "levels/common/enemy/fodder"],
["tpage-856", "tpage-856", 4, ["ATO"], "levels/atoll"],
["tpage-858", "tpage-858", 4, ["ATO"], "levels/atoll"],
["tpage-857", "tpage-857", 4, ["ATO"], "levels/atoll"],
["tpage-855", "tpage-855", 4, ["ATO"], "levels/atoll"],
["tpage-1083", "tpage-1083", 4, ["ATO"], "levels/atoll"],
["fodder-ag", "fodder", 4, ["RUI", "SEW", "ATO"], "levels/atoll"],
["liftcat-ag", "liftcat", 4, ["ATO"], "levels/atoll"],
["atoll-windmill-ag", "atoll-windmill", 4, ["ATO"], "levels/atoll"],
["turbine-ag", "turbine", 4, ["ATO"], "levels/atoll"],
["slider-ag", "slider", 4, ["ATO"], "levels/atoll"],
["gun-buoy-ag", "gun-buoy", 4, ["NES", "LPROTECT", "NESTT", "ATO"], "levels/atoll"],
["atoll-hatch-ag", "atoll-hatch", 4, ["ATO"], "levels/atoll"],
["atoll-valve-ag", "atoll-valve", 4, ["ATO"], "levels/atoll"],
["piston-ag", "piston", 4, ["NES", "NESTT", "ATO"], "levels/atoll"],
["atollrotpipe-ag", "atollrotpipe", 4, ["ATO"], "levels/atoll"],
["atoll-mar-symbol-ag", "atoll-mar-symbol", 4, ["ATO"], "levels/atoll"],
["atoll-vis", "atoll-vis", 4, ["ATO"], "levels/atoll"],
["hal-h", "hal-h", 3, ["SEB", "SWB", "LKIDDOGE", "UNB", "CTYKORA"], "levels/common/ai/halt"],
["hal-task", "hal-task", 3, ["SEB", "SWB", "LKIDDOGE", "UNB", "CTYKORA"], "levels/common/ai/halt"],
["hal", "hal", 3, ["SEB", "SWB", "LKIDDOGE", "UNB", "CTYKORA"], "levels/common/ai/halt"],
["ruf-h", "ruf-h", 3, ["SEB", "SWB", "UNB"], "levels/common/ai/ruffian"],
["ruf-task", "ruf-task", 3, ["SEB", "SWB", "UNB"], "levels/common/ai/ruffian"],
["ruf", "ruf", 3, ["SEB", "SWB", "UNB"], "levels/common/ai/ruffian"],
["ruf-states", "ruf-states", 3, ["SEB", "SWB", "UNB"], "levels/common/ai/ruffian"],
["jinx-h", "jinx-h", 3, ["SEB", "SWB", "UNB"], "levels/sewer/escort"],
["jinx-shot", "jinx-shot", 3, ["SEB", "SWB", "UNB"], "levels/sewer/escort"],
["jinx-bomb", "jinx-bomb", 3, ["SEB", "SWB", "UNB"], "levels/sewer/escort"],
["jinx", "jinx", 3, ["SEB", "SWB", "UNB"], "levels/sewer/escort"],
["jinx-states", "jinx-states", 3, ["SEB", "SWB", "UNB"], "levels/sewer/escort"],
["mog-h", "mog-h", 3, ["SEB", "SWB", "UNB"], "levels/sewer/escort"],
["mog", "mog", 3, ["SEB", "SWB", "UNB"], "levels/sewer/escort"],
["grim-h", "grim-h", 3, ["SEB", "SWB", "UNB"], "levels/sewer/escort"],
["grim", "grim", 3, ["SEB", "SWB", "UNB"], "levels/sewer/escort"],
["sewer-part", "sewer-part", 3, ["SEB", "SWB"], "levels/sewer"],
["sewer-ocean", "sewer-ocean", 3, ["SEB", "SWB"], "levels/sewer"],
["sewer-obs", "sewer-obs", 3, ["SEB", "SWB"], "levels/sewer"],
["sewer-obs2", "sewer-obs2", 3, ["SEB", "SWB"], "levels/sewer"],
["hosehead", "hosehead", 3, ["SEB", "SWB"], "levels/sewer"],
["hosehead-fake", "hosehead-fake", 3, ["SEB", "SWB"], "levels/sewer"],
["gator", "gator", 3, ["SEB", "SWB"], "levels/sewer"],
["hal2-course", "hal2-course", 3, ["SEB", "SWB"], "levels/sewer"],
["mog2-course", "mog2-course", 3, ["SEB", "SWB"], "levels/sewer"],
["jinx2-course", "jinx2-course", 3, ["SEB", "SWB"], "levels/sewer"],
["grim2-course", "grim2-course", 3, ["SEB", "SWB"], "levels/sewer"],
["sewer-scenes", "sewer-scenes", 3, ["SEB", "SWB"], "levels/sewer"],
["sew-gunturret", "sew-gunturret", 3, ["SEB", "SWB", "PAE", "PAC"], "levels/sewer"],
["tpage-1133", "tpage-1133", 4, ["SEB"], "levels/sewer"],
["tpage-1135", "tpage-1135", 4, ["SEB"], "levels/sewer"],
["tpage-1134", "tpage-1134", 4, ["SEB"], "levels/sewer"],
["tpage-3383", "tpage-3383", 4, ["SEB"], "levels/sewer"],
["sew-elevator-ag", "sew-elevator", 4, ["SEB", "SWB"], "levels/sewer"],
["sewerb-vis", "sewerb-vis", 4, ["SEB"], "levels/sewer"],
["tpage-2658", "tpage-2658", 4, ["LPRSNCST"], "levels/fortress/prison"],
["tpage-3246", "tpage-3246", 4, ["LPRSNCST"], "levels/fortress/prison"],
["lprsncst", "lprsncst", 4, ["LPRSNCST"], "levels/fortress/prison"],
["tpage-1372", "tpage-1372", 4, ["SWB"], "levels/sewer/escort"],
["tpage-1373", "tpage-1373", 4, ["SWB"], "levels/sewer/escort"],
["tpage-1458", "tpage-1458", 4, ["SWB"], "levels/sewer/escort"],
["sewescb-vis", "sewescb-vis", 4, ["SWB"], "levels/sewer/escort"],
["ctypower", "ctypower", 3, ["LPOWER"], "levels/city/power"],
["tpage-3348", "tpage-3348", 4, ["LPOWER"], "levels/city/power"],
["lpower", "lpower", 4, ["LPOWER"], "levels/city/power"],
["youngsamos-forestb+0-ag", "youngsamos-forestb+0", 4, ["FOB"], "levels/forest/lifeseed"],
["tpage-2280", "tpage-2280", 4, ["FOB"], "levels/forest/lifeseed"],
["tpage-2574", "tpage-2574", 4, ["FOB"], "levels/forest/lifeseed"],
["tpage-2281", "tpage-2281", 4, ["FOB"], "levels/forest/lifeseed"],
["tpage-3262", "tpage-3262", 4, ["FOB"], "levels/forest/lifeseed"],
["tpage-3417", "tpage-3417", 4, ["FOB"], "levels/forest/lifeseed"],
["transport-ag", "transport", 4, ["LPROTECT", "NES", "CTYKORA", "FOB", "NESTT"], "levels/forest/lifeseed"],
["life-seed-ag", "life-seed", 4, ["ONINTENT", "FOB", "SAG"], "levels/forest/lifeseed"],
["forestb-vis", "forestb-vis", 4, ["FOB"], "levels/forest/lifeseed"],
["ctyindb-part", "ctyindb-part", 3, ["CIB"], "levels/city/industrial"],
["ctyindb-obs", "ctyindb-obs", 3, ["CIB"], "levels/city/industrial"],
["tpage-1565", "tpage-1565", 4, ["CIB"], "levels/city/industrial"],
["tpage-1577", "tpage-1577", 4, ["CIB"], "levels/city/industrial"],
["tpage-1601", "tpage-1601", 4, ["CIB"], "levels/city/industrial"],
["tpage-1614", "tpage-1614", 4, ["CIB"], "levels/city/industrial"],
["tpage-1642", "tpage-1642", 4, ["CIB"], "levels/city/industrial"],
["ctyindb-vis", "ctyindb-vis", 4, ["CIB"], "levels/city/industrial"],
["shuttle", "shuttle", 3, ["LSHUTTLE"], "levels/city/shuttle"],
["tpage-3214", "tpage-3214", 4, ["LSHUTTLE"], "levels/city/shuttle"],
["citizen-rebel-ag", "citizen-rebel", 4, ["LSHUTTLE"], "levels/city/shuttle"],
["krew-package-ag", "krew-package", 4, ["LSHUTTLE", "LPACKAGE"], "levels/city/shuttle"],
["lshuttle", "lshuttle", 4, ["LSHUTTLE"], "levels/city/shuttle"],
["tpage-1879", "tpage-1879", 4, ["LJAKDAX"], "characters/jak_daxter"],
["ljakdax", "ljakdax", 4, ["LJAKDAX"], "characters/jak_daxter"],
["fordumpa-texture", "fordumpa-texture", 3, ["FORDUMPC", "FDA"], "levels/fortress/dump"],
["fort-robotank-turret", "fort-robotank-turret", 3, ["FORDUMPC", "FDA"], "levels/fortress/dump"],
["fort-robotank", "fort-robotank", 3, ["FORDUMPC", "FDA"], "levels/fortress/dump"],
["fordumpc-part", "fordumpc-part", 3, ["FORDUMPC"], "levels/fortress/dump"],
["fordumpc-obs", "fordumpc-obs", 3, ["FORDUMPC"], "levels/fortress/dump"],
["fortress-scenes", "fortress-scenes", 3, ["FORDUMPC"], "levels/fortress/dump"],
["tpage-1570", "tpage-1570", 4, ["FORDUMPC"], "levels/fortress/dump"],
["tpage-1573", "tpage-1573", 4, ["FORDUMPC"], "levels/fortress/dump"],
["tpage-1571", "tpage-1571", 4, ["FORDUMPC"], "levels/fortress/dump"],
["tpage-2917", "tpage-2917", 4, ["FORDUMPC"], "levels/fortress/dump"],
["tpage-2847", "tpage-2847", 4, ["FORDUMPC"], "levels/fortress/dump"],
["fort-robotank-ag", "fort-robotank", 4, ["FORDUMPC", "FDA"], "levels/fortress/dump"],
["fort-missile-target-ag", "fort-missile-target", 4, ["FORDUMPC"], "levels/fortress/dump"],
["fort-robotank-top-ag", "fort-robotank-top", 4, ["FORDUMPC", "FDA"], "levels/fortress/dump"],
["fort-roboscreen-ag", "fort-roboscreen", 4, ["FORDUMPC", "FDA"], "levels/fortress/dump"],
["fort-missile-ag", "fort-missile", 4, ["FORDUMPC"], "levels/fortress/dump"],
["fort-robotank-sight-ag", "fort-robotank-sight", 4, ["FORDUMPC", "FDA"], "levels/fortress/dump"],
["fort-dump-bomb-a-ag", "fort-dump-bomb-a", 4, ["FORDUMPC"], "levels/fortress/dump"],
["fordumpc", "fordumpc", 4, ["FORDUMPC"], "levels/fortress/dump"],
["tess-ltrntess+0-ag", "tess-ltrntess+0", 4, ["LTRNTESS"], "levels/hideout"],
["tpage-1764", "tpage-1764", 4, ["LTRNTESS"], "levels/hideout"],
["tpage-3254", "tpage-3254", 4, ["LTRNTESS"], "levels/hideout"],
["ltrntess", "ltrntess", 4, ["LTRNTESS"], "levels/hideout"],
["baron-widow+0-ag", "baron-widow+0", 4, ["TBO"], "levels/tomb/baron"],
["tpage-1628", "tpage-1628", 4, ["TBO"], "levels/tomb/baron"],
["tpage-1629", "tpage-1629", 4, ["TBO"], "levels/tomb/baron"],
["tpage-2229", "tpage-2229", 4, ["TBO"], "levels/tomb/baron"],
["tpage-2247", "tpage-2247", 4, ["TBO"], "levels/tomb/baron"],
["tomb-boss-catwalk-ag", "tomb-boss-catwalk", 4, ["TBO"], "levels/tomb/baron"],
["tomb-boss-bridge-ag", "tomb-boss-bridge", 4, ["TBO"], "levels/tomb/baron"],
["widow-ag", "widow", 4, ["TBO"], "levels/tomb/baron"],
["tomb-boss-pillar-ag", "tomb-boss-pillar", 4, ["TBO"], "levels/tomb/baron"],
["spydroid-ag", "spydroid", 4, ["TBO", "FRB"], "levels/common/entities"],
["baron-pod-ag", "baron-pod", 4, ["TBO"], "levels/tomb/baron"],
["tomb-boss-firepot-ag", "tomb-boss-firepot", 4, ["TBO"], "levels/tomb/baron"],
["baron-ag", "baron", 4, ["PALBOSS", "TBO"], "levels/tomb/baron"],
["tomb-boss-debris-ag", "tomb-boss-debris", 4, ["TBO"], "levels/tomb/baron"],
["heart-mar-ag", "heart-mar", 4, ["TBO"], "levels/tomb/baron"],
["widow-bomb-ag", "widow-bomb", 4, ["TBO"], "levels/tomb/baron"],
["tombboss-vis", "tombboss-vis", 4, ["TBO"], "levels/tomb/baron"],
["throne-part", "throne-part", 3, ["THR"], "levels/palace/throne"],
["palace-scenes", "palace-scenes", 3, ["THR"], "levels/palace/throne"],
["tpage-2731", "tpage-2731", 4, ["THR"], "levels/palace/throne"],
["tpage-2733", "tpage-2733", 4, ["THR"], "levels/palace/throne"],
["tpage-3372", "tpage-3372", 4, ["THR"], "levels/palace/throne"],
["throne-throne-ag", "throne-throne", 4, ["THR"], "levels/palace/throne"],
["pal-throne-door-ag", "pal-throne-door", 4, ["THR", "PAE"], "levels/palace/throne"],
["throne-vis", "throne-vis", 4, ["THR"], "levels/palace/throne"],
["intro-texture", "intro-texture", 3, ["PRI"], "levels/intro"],
["prison-part", "prison-part", 3, ["PRI"], "levels/fortress/prison"],
["prison-obs", "prison-obs", 3, ["PRI"], "levels/fortress/prison"],
["tpage-1578", "tpage-1578", 4, ["PRI"], "levels/fortress/prison"],
["tpage-1950", "tpage-1950", 4, ["PRI"], "levels/fortress/prison"],
["tpage-1579", "tpage-1579", 4, ["PRI"], "levels/fortress/prison"],
["tpage-2647", "tpage-2647", 4, ["PRI"], "levels/fortress/prison"],
["prsn-torture-ag", "prsn-torture", 4, ["PRI"], "levels/fortress/prison"],
["prsn-chair-shackle-ag", "prsn-chair-shackle", 4, ["PRI"], "levels/fortress/prison"],
["prsn-hang-cell-ag", "prsn-hang-cell", 4, ["PRI"], "levels/fortress/prison"],
["warp-gate-b-ag", "warp-gate-b", 4, ["PRI"], "levels/fortress/prison"],
["prsn-vent-fan-ag", "prsn-vent-fan", 4, ["PRI"], "levels/fortress/prison"],
["prsn-cell-door-ag", "prsn-cell-door", 4, ["PRI"], "levels/fortress/prison"],
["prison-vis", "prison-vis", 4, ["PRI"], "levels/fortress/prison"],
["kidesc-h", "kidesc-h", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["crocesc-h", "crocesc-h", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["hal4-course", "hal4-course", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["kidesc-task", "kidesc-task", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["kidesc", "kidesc", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["kidesc-states", "kidesc-states", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["crocesc-task", "crocesc-task", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["crocesc", "crocesc", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["crocesc-states", "crocesc-states", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["kidesc4-course", "kidesc4-course", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["crocesc4-course", "crocesc4-course", 3, ["LKIDDOGE"], "levels/city/kiddogescort"],
["tpage-2209", "tpage-2209", 4, ["LKIDDOGE"], "levels/city/kiddogescort"],
["crocadog-escort-ag", "crocadog-escort", 4, ["LKIDDOGE"], "levels/city/kiddogescort"],
["kid-escort-ag", "kid-escort", 4, ["LKIDDOGE"], "levels/city/kiddogescort"],
["lkiddoge", "lkiddoge", 4, ["LKIDDOGE"], "levels/city/kiddogescort"],
["nest-obs", "nest-obs", 3, ["NESTT", "NES"], "levels/nest"],
["mantis", "mantis", 3, ["NESTT", "NES"], "levels/nest"],
["mammoth", "mammoth", 3, ["NESTT", "NES"], "levels/nest"],
["flying-spider", "flying-spider", 3, ["NESTT", "NES"], "levels/nest"],
["nest-ocean", "nest-ocean", 3, ["NESTT", "NES"], "levels/nest"],
["nest-scenes", "nest-scenes", 3, ["NESTT", "NES"], "levels/nest"],
["nest-part", "nest-part", 3, ["NESTT", "NES"], "levels/nest"],
["tpage-2988", "tpage-2988", 4, ["NESTT", "NES"], "levels/nest"],
["tpage-2990", "tpage-2990", 4, ["NESTT", "NES"], "levels/nest"],
["tpage-2989", "tpage-2989", 4, ["NESTT", "NES"], "levels/nest"],
["tpage-2991", "tpage-2991", 4, ["NESTT", "NES"], "levels/nest"],
["tpage-3349", "tpage-3349", 4, ["NESTT", "NES"], "levels/nest"],
["mammoth-ag", "mammoth", 4, ["NESTT", "NES"], "levels/nest"],
["flying-spider-ag", "flying-spider", 4, ["NESTT", "NES"], "levels/nest"],
["mantis-ag", "mantis", 4, ["NESTT", "NES"], "levels/nest"],
["nest-break-rocks-ag", "nest-break-rocks", 4, ["NESTT", "NES"], "levels/nest"],
["water-anim-nest-dark-eco-ag", "water-anim-nest-dark-eco", 4, ["NESTT", "NES"], "levels/nest"],
["cas-switch-ag", "cas-switch", 4, ["NES", "CAS", "NESTT"], "levels/nest"],
["air-train-ag", "air-train", 4, ["NES", "CAP", "NESTT", "CPO"], "levels/nest"],
["nestt", "nestt", 4, ["NESTT"], "levels/nest"],
["tpage-3039", "tpage-3039", 4, ["LWIDEC"], "levels/city/common"],
["tpage-3041", "tpage-3041", 4, ["LWIDEC"], "levels/city/common"],
["roboguard-ag", "roboguard", 4, ["LWIDEC", "CAS"], "levels/common/entities"],
["citizen-chick-ag", "citizen-chick", 4, ["LWIDEC", "LWIDEA"], "levels/city/common"],
["carc-ag", "carc", 4, ["LWIDEC", "LWIDEA"], "levels/city/common"],
["carb-ag", "carb", 4, ["LWIDEC", "LWIDEA"], "levels/city/common"],
["bikec-ag", "bikec", 4, ["LWIDEC", "LWIDEA"], "levels/city/common"],
["bikeb-ag", "bikeb", 4, ["LWIDEC", "LWIDEA"], "levels/city/common"],
["lwidec", "lwidec", 4, ["LWIDEC"], "levels/city/common"],
["tpage-881", "tpage-881", 4, ["SAG"], "levels/ruins/hut"],
["tpage-1131", "tpage-1131", 4, ["SAG"], "levels/ruins/hut"],
["tpage-882", "tpage-882", 4, ["SAG"], "levels/ruins/hut"],
["tpage-880", "tpage-880", 4, ["SAG"], "levels/ruins/hut"],
["ruins-tower-a-ag", "ruins-tower-a", 4, ["SAG"], "levels/ruins/hut"],
["ruins-tower-c-ag", "ruins-tower-c", 4, ["SAG"], "levels/ruins/hut"],
["ruins-tower-e-ag", "ruins-tower-e", 4, ["SAG"], "levels/ruins/hut"],
["ruins-tower-b-ag", "ruins-tower-b", 4, ["SAG"], "levels/ruins/hut"],
["ruins-tower-f-ag", "ruins-tower-f", 4, ["SAG"], "levels/ruins/hut"],
["ruins-tower-d-ag", "ruins-tower-d", 4, ["SAG"], "levels/ruins/hut"],
["ruins-tower-rp-ag", "ruins-tower-rp", 4, ["SAG"], "levels/ruins/hut"],
["sagehut-vis", "sagehut-vis", 4, ["SAG"], "levels/ruins/hut"],
["nest-texture", "nest-texture", 3, ["NEB"], "levels/nest/boss"],
["metalkor-part", "metalkor-part", 3, ["NEB"], "levels/nest/boss"],
["metalkor-setup", "metalkor-setup", 3, ["NEB"], "levels/nest/boss"],
["metalkor-states", "metalkor-states", 3, ["NEB"], "levels/nest/boss"],
["metalkor-extras", "metalkor-extras", 3, ["NEB"], "levels/nest/boss"],
["nestb-scenes", "nestb-scenes", 3, ["NEB"], "levels/nest/boss"],
["nestb-part", "nestb-part", 3, ["NEB"], "levels/nest/boss"],
["kid-nestb+0-ag", "kid-nestb+0", 4, ["NEB"], "levels/nest/boss"],
["tpage-2985", "tpage-2985", 4, ["NEB"], "levels/nest/boss"],
["tpage-2986", "tpage-2986", 4, ["NEB"], "levels/nest/boss"],
["tpage-3122", "tpage-3122", 4, ["NEB"], "levels/nest/boss"],
["tpage-3121", "tpage-3121", 4, ["NEB"], "levels/nest/boss"],
["tpage-2987", "tpage-2987", 4, ["NEB"], "levels/nest/boss"],
["tpage-3092", "tpage-3092", 4, ["NEB"], "levels/nest/boss"],
["tpage-3378", "tpage-3378", 4, ["NEB"], "levels/nest/boss"],
["metalkor-ag", "metalkor", 4, ["NEB"], "levels/nest/boss"],
["metalkor-lowtorso-ag", "metalkor-lowtorso", 4, ["NEB"], "levels/nest/boss"],
["metalkor-highres-ag", "metalkor-highres", 4, ["NEB", "COB"], "characters/high-res/metalkor"],
["metalkor-legs-ag", "metalkor-legs", 4, ["NEB"], "levels/nest/boss"],
["metalkor-explode-ag", "metalkor-explode", 4, ["NEB"], "levels/nest/boss"],
["nest-gun-parts-ag", "nest-gun-parts", 4, ["NEB"], "levels/nest/boss"],
["wasp-ag", "wasp", 4, ["NEB", "DRILLMTN"], "levels/common/enemy/metalhead_wasp"],
["kid-ag", "kid", 4, ["NEB", "CTYKORA"], "characters/kid"],
["nest-break-precipice-ag", "nest-break-precipice", 4, ["NEB"], "levels/nest/boss"],
["metalkor-bomb-ag", "metalkor-bomb", 4, ["NEB"], "levels/nest/boss"],
["metalkor-wings-ag", "metalkor-wings", 4, ["NEB"], "levels/nest/boss"],
["metalkor-egg-ag", "metalkor-egg", 4, ["NEB"], "levels/nest/boss"],
["rift-ring-in-game-ag", "rift-ring-in-game", 4, ["NEB"], "levels/nest/boss"],
["nest-unbroken-rocks-ag", "nest-unbroken-rocks", 4, ["NEB"], "levels/nest/boss"],
["metalkor-distort-ag", "metalkor-distort", 4, ["NEB"], "levels/nest/boss"],
["metalkor-rays-ag", "metalkor-rays", 4, ["NEB"], "levels/nest/boss"],
["nest-gun-elevator-ag", "nest-gun-elevator", 4, ["NEB"], "levels/nest/boss"],
["metalkor-fma-spinner-ag", "metalkor-fma-spinner", 4, ["NEB"], "levels/nest/boss"],
["nestb-tail-bound-ag", "nestb-tail-bound", 4, ["NEB"], "levels/nest/boss"],
["rift-occlude-ag", "rift-occlude", 4, ["NEB"], "levels/nest/boss"],
["nestb-vis", "nestb-vis", 4, ["NEB"], "levels/nest/boss"],
["consiteb-part", "consiteb-part", 3, ["COB"], "levels/consite"],
["tpage-3032", "tpage-3032", 4, ["COB"], "levels/consite"],
["tpage-3033", "tpage-3033", 4, ["COB"], "levels/consite"],
["tpage-3142", "tpage-3142", 4, ["COB"], "levels/consite"],
["tpage-3180", "tpage-3180", 4, ["COB"], "levels/consite"],
["tpage-3239", "tpage-3239", 4, ["COB"], "levels/consite"],
["kor-transform-ag", "kor-transform", 4, ["COB"], "levels/consite"],
["kor-break-ag", "kor-break", 4, ["COB"], "levels/consite"],
["vin-door-ctyinda-ag", "vin-door-ctyinda", 4, ["COB", "CIA"], "levels/consite"],
["kor-break-ray-ag", "kor-break-ray", 4, ["COB"], "levels/consite"],
["consiteb-vis", "consiteb-vis", 4, ["COB"], "levels/consite"],
["bombbot-h", "bombbot-h", 3, ["LBOMBBOT"], "levels/city/bombbot"],
["bombbot-path", "bombbot-path", 3, ["LBOMBBOT"], "levels/city/bombbot"],
["bombbot", "bombbot", 3, ["LBOMBBOT"], "levels/city/bombbot"],
["tpage-2751", "tpage-2751", 4, ["LBOMBBOT"], "levels/city/bombbot"],
["bombbot-ag", "bombbot", 4, ["LBOMBBOT"], "levels/city/bombbot"],
["lbombbot", "lbombbot", 4, ["LBOMBBOT"], "levels/city/bombbot"],
["demo-obs", "demo-obs", 3, ["DEMO"], "levels/demo"],
["tpage-1872", "tpage-1872", 4, ["DEMO"], "levels/demo"],
["tpage-1876", "tpage-1876", 4, ["DEMO"], "levels/demo"],
["tpage-1868", "tpage-1868", 4, ["DEMO"], "levels/demo"],
["jak-logo-ag", "jak-logo", 4, ["DEMO", "TITLE"], "levels/demo"],
["jak-stand-ag", "jak-stand", 4, ["DEMO", "TITLE"], "levels/demo"],
["demo", "demo", 4, ["DEMO"], "levels/demo"],
["lracedf", "lracedf", 4, ["LRACEDF"], "levels/stadium/races/class1"],
["errol-chal-part", "errol-chal-part", 3, ["LERLCHAL", "LPRTRACE"], "levels/city/port/race"],
["errol-chal", "errol-chal", 3, ["LERLCHAL", "LPRTRACE"], "levels/city/port/race"],
["tpage-3159", "tpage-3159", 4, ["LERLCHAL"], "levels/city/port/race/errol"],
["tpage-3337", "tpage-3337", 4, ["LERLCHAL"], "levels/city/port/race/errol"],
["errol-racer-ag", "errol-racer", 4, ["LERLCHAL"], "levels/city/port/race/errol"],
["lerlchal", "lerlchal", 4, ["LERLCHAL"], "levels/city/port/race/errol"],
["tpage-3440", "tpage-3440", 4, ["LHIPOUT"], "levels/hideout"],
["tpage-3199", "tpage-3199", 4, ["LHIPOUT"], "levels/hideout"],
["tpage-3200", "tpage-3200", 4, ["LHIPOUT"], "levels/hideout"],
["tpage-3486", "tpage-3486", 4, ["LHIPOUT"], "levels/hideout"],
["tpage-3242", "tpage-3242", 4, ["LHIPOUT"], "levels/hideout"],
["tpage-3544", "tpage-3544", 4, ["LHIPOUT"], "levels/hideout"],
["pecker-highres-ag", "pecker-highres", 4, ["LHIPOUT", "ONINTENT"], "characters/high-res/pecker"],
["crocadog-highres-ag", "crocadog-highres", 4, ["LHIPOUT", "LYSKDCD", "TOD", "VIN"], "characters/high-res/crocadog"],
["kid-medallion-ag", "kid-medallion", 4, ["LHIPOUT"], "levels/hideout"],
["hip-bottle-c-ag", "hip-bottle-c", 4, ["LTESS", "LHIPOUT"], "levels/hideout"],
["hip-mug-ag", "hip-mug", 4, ["LGUARD", "LHIPOUT"], "levels/hideout"],
["lhipout", "lhipout", 4, ["LHIPOUT"], "levels/hideout"],
["0credits-tx", "0credits-tx", 4, ["OUTROCST"], "levels/outro"],
["1credits-tx", "1credits-tx", 4, ["OUTROCST"], "levels/outro"],
["2credits-tx", "2credits-tx", 4, ["OUTROCST"], "levels/outro"],
["3credits-tx", "3credits-tx", 4, ["OUTROCST"], "levels/outro"],
["4credits-tx", "4credits-tx", 4, ["OUTROCST"], "levels/outro"],
["5credits-tx", "5credits-tx", 4, ["OUTROCST"], "levels/outro"],
["6credits-tx", "6credits-tx", 4, ["OUTROCST"], "levels/outro"],
["7credits-tx", "7credits-tx", 4, ["OUTROCST"], "levels/outro"],
["credits", "credits", 3, ["OUTROCST"], "levels/outro"],
["outro-scenes", "outro-scenes", 3, ["OUTROCST"], "levels/outro"],
["tpage-3182", "tpage-3182", 4, ["OUTROCST"], "levels/outro"],
["tpage-3183", "tpage-3183", 4, ["OUTROCST"], "levels/outro"],
["tpage-3263", "tpage-3263", 4, ["OUTROCST"], "levels/outro"],
["tpage-3513", "tpage-3513", 4, ["OUTROCST"], "levels/outro"],
["keira-highres-ag", "keira-highres", 4, ["OUTROCST", "LKEIRIFT", "LINTCSTB", "GARAGE"], "characters/high-res/keira"],
["onin-highres-ag", "onin-highres", 4, ["OUTROCST", "ONINTENT"], "characters/high-res/onin"],
["rift-break-ring-ag", "rift-break-ring", 4, ["OUTROCST"], "levels/outro"],
["precursor-ag", "precursor", 4, ["OUTROCST"], "levels/outro"],
["outrocst", "outrocst", 4, ["OUTROCST"], "levels/outro"],
["nest-vis", "nest-vis", 4, ["NES"], "levels/nest"],
["palroof-part", "palroof-part", 3, ["PAR"], "levels/palace/roof"],
["palroof-obs", "palroof-obs", 3, ["PAR"], "levels/palace/roof"],
["palboss-texture", "palboss-texture", 3, ["PAR"], "levels/palace/roof"],
["palboss-part", "palboss-part", 3, ["PAR"], "levels/palace/roof"],
["palboss-scenes", "palboss-scenes", 3, ["PAR"], "levels/palace/roof"],
["tpage-2360", "tpage-2360", 4, ["PAR"], "levels/palace/roof"],
["tpage-2363", "tpage-2363", 4, ["PAR"], "levels/palace/roof"],
["tpage-2361", "tpage-2361", 4, ["PAR"], "levels/palace/roof"],
["tpage-2362", "tpage-2362", 4, ["PAR"], "levels/palace/roof"],
["tpage-2521", "tpage-2521", 4, ["PAR"], "levels/palace/roof"],
["tpage-2746", "tpage-2746", 4, ["PAR"], "levels/palace/roof"],
["pal-prong-ag", "pal-prong", 4, ["PAR"], "levels/palace/roof"],
["pal-flip-step-ag", "pal-flip-step", 4, ["PAC", "PAR"], "levels/palace/roof"],
["pal-lowrez-throne-ag", "pal-lowrez-throne", 4, ["PAR"], "levels/palace/roof"],
["palroof-vis", "palroof-vis", 4, ["PAR"], "levels/palace/roof"],
["tpage-2703", "tpage-2703", 4, ["LERBRNGD"], "characters/errol_baron_guard"],
["tpage-3268", "tpage-3268", 4, ["LERBRNGD"], "characters/errol_baron_guard"],
["lerbrngd", "lerbrngd", 4, ["LERBRNGD"], "characters/errol_baron_guard"],
["tpage-1719", "tpage-1719", 4, ["MTX"], "levels/mountain"],
["tpage-1721", "tpage-1721", 4, ["MTX"], "levels/mountain"],
["tpage-1720", "tpage-1720", 4, ["MTX"], "levels/mountain"],
["tpage-1722", "tpage-1722", 4, ["MTX"], "levels/mountain"],
["tpage-3506", "tpage-3506", 4, ["MTX"], "levels/mountain"],
["mtn-gear-device-ag", "mtn-gear-device", 4, ["MTX"], "levels/mountain"],
["mtn-step-plat-rocks-ag", "mtn-step-plat-rocks", 4, ["MTX"], "levels/mountain"],
["rhino-ag", "rhino", 4, ["MTX"], "levels/mountain"],
["mtn-plat-buried-rocks-ag", "mtn-plat-buried-rocks", 4, ["MTX"], "levels/mountain"],
["rhino-wall-ag", "rhino-wall", 4, ["MTX"], "levels/mountain"],
["hopper-ag", "hopper", 4, ["MTX", "STADBLMP"], "levels/common/enemy"],
["water-anim-mountain-dark-eco-ag", "water-anim-mountain-dark-eco",4, ["MTX"], "levels/mountain"],
["mtn-aval-rocks-ag", "mtn-aval-rocks", 4, ["MTX"], "levels/mountain"],
["mtn-dice-ag", "mtn-dice", 4, ["MTX"], "levels/mountain"],
["seal-of-mar-ag", "seal-of-mar", 4, ["MTX", "LTENTOB", "LPROTECT"], "levels/mountain"],
["mtn-dice-button-ag", "mtn-dice-button", 4, ["MTX"], "levels/mountain"],
["mtn-plat-eject-ag", "mtn-plat-eject", 4, ["MTX"], "levels/mountain"],
["mtn-button-ag", "mtn-button", 4, ["MTX"], "levels/mountain"],
["mtn-gear-device-gear-ag", "mtn-gear-device-gear", 4, ["MTX", "MCN"], "levels/mountain"],
["mtn-lens-ag", "mtn-lens", 4, ["MTX", "MCN"], "levels/mountain"],
["mtnext-vis", "mtnext-vis", 4, ["MTX"], "levels/mountain"],
["fordumpa-part", "fordumpa-part", 3, ["FDA"], "levels/fortress/dump"],
["fordumpa-obs", "fordumpa-obs", 3, ["FDA"], "levels/fortress/dump"],
["fort-turret", "fort-turret", 3, ["FDA", "FRB"], "levels/fortress"],
["tpage-1589", "tpage-1589", 4, ["FDA"], "levels/fortress/dump"],
["tpage-1588", "tpage-1588", 4, ["FDA"], "levels/fortress/dump"],
["tpage-1590", "tpage-1590", 4, ["FDA"], "levels/fortress/dump"],
["tpage-2490", "tpage-2490", 4, ["FDA"], "levels/fortress/dump"],
["tpage-2909", "tpage-2909", 4, ["FDA"], "levels/fortress/dump"],
["fort-fence-ag", "fort-fence", 4, ["FDA"], "levels/fortress/dump"],
["fort-turret-ag", "fort-turret", 4, ["FDA", "FRB"], "levels/fortress"],
["fort-elec-switch-ag", "fort-elec-switch", 4, ["FDA"], "levels/fortress/dump"],
["fordumpa-vis", "fordumpa-vis", 4, ["FDA"], "levels/fortress/dump"],
["keira-anim+0-ag", "keira-anim+0", 4, ["LKEIRIFT"], "characters/keira_riftrider"],
["tpage-3023", "tpage-3023", 4, ["LKEIRIFT"], "characters/keira_riftrider"],
["tpage-3024", "tpage-3024", 4, ["LKEIRIFT"], "characters/keira_riftrider"],
["lkeirift", "lkeirift", 4, ["LKEIRIFT"], "characters/keira_riftrider"],
["daxter-mole+0-ag", "daxter-mole+0", 4, ["LWHACK"], "levels/hiphog"],
["tess-lwhack+0-ag", "tess-lwhack+0", 4, ["LWHACK"], "levels/hiphog"],
["whack", "whack", 3, ["LWHACK"], "levels/hiphog"],
["tpage-2889", "tpage-2889", 4, ["LWHACK"], "levels/hiphog"],
["tpage-3256", "tpage-3256", 4, ["LWHACK"], "levels/hiphog"],
["grunt-fma-ag", "grunt-fma", 4, ["FORDUMPD", "LWHACK", "UND"], "levels/hiphog"],
["hip-mole-ag", "hip-mole", 4, ["LWHACK"], "levels/hiphog"],
["big-bopper-ag", "big-bopper", 4, ["LWHACK"], "levels/hiphog"],
["lwhack", "lwhack", 4, ["LWHACK"], "levels/hiphog"],
["tpage-3188", "tpage-3188", 4, ["LJKDXASH"], "characters/jak_daxter_ashelin"],
["tpage-3244", "tpage-3244", 4, ["LJKDXASH"], "characters/jak_daxter_ashelin"],
["ljkdxash", "ljkdxash", 4, ["LJKDXASH"], "characters/jak_daxter_ashelin"],
["roboguard-level", "roboguard-level", 3, ["CAS"], "levels/castle"],
["castle-texture", "castle-texture", 3, ["CAS"], "levels/castle"],
["castle-obs", "castle-obs", 3, ["CAS"], "levels/castle"],
["castle-part", "castle-part", 3, ["CAS"], "levels/castle"],
["tpage-2865", "tpage-2865", 4, ["CAS"], "levels/castle"],
["tpage-2867", "tpage-2867", 4, ["CAS"], "levels/castle"],
["tpage-2866", "tpage-2866", 4, ["CAS"], "levels/castle"],
["tpage-3124", "tpage-3124", 4, ["CAS"], "levels/castle"],
["tpage-2970", "tpage-2970", 4, ["CAS"], "levels/castle"],
["cas-rot-bridge-ag", "cas-rot-bridge", 4, ["CAS"], "levels/castle"],
["cas-electric-fence-ag", "cas-electric-fence", 4, ["CAS"], "levels/castle"],
["cas-rot-blade-ag", "cas-rot-blade", 4, ["CAS"], "levels/castle"],
["cas-conveyor-switch-ag", "cas-conveyor-switch", 4, ["CAS"], "levels/castle"],
["cas-robot-door-ag", "cas-robot-door", 4, ["CAS"], "levels/castle"],
["cas-trapdoor-ag", "cas-trapdoor", 4, ["CAS"], "levels/castle"],
["cas-chain-plat-ag", "cas-chain-plat", 4, ["CAS"], "levels/castle"],
["cas-elevator-ag", "cas-elevator", 4, ["CAS"], "levels/castle"],
["cas-button-ag", "cas-button", 4, ["CAS"], "levels/castle"],
["cas-flag-a-ag", "cas-flag-a", 4, ["CAS"], "levels/castle"],
["cas-flag-b-ag", "cas-flag-b", 4, ["CAS"], "levels/castle"],
["castle-vis", "castle-vis", 4, ["CAS"], "levels/castle"],
["consite-texture", "consite-texture", 3, ["COA"], "levels/consite"],
["consite-part", "consite-part", 3, ["COA"], "levels/consite"],
["consite-scenes", "consite-scenes", 3, ["COA"], "levels/consite"],
["consite-obs", "consite-obs", 3, ["COA"], "levels/consite"],
["baron-consite+0-ag", "baron-consite+0", 4, ["COA"], "levels/consite"],
["tpage-3030", "tpage-3030", 4, ["COA"], "levels/consite"],
["tpage-3031", "tpage-3031", 4, ["COA"], "levels/consite"],
["tpage-3029", "tpage-3029", 4, ["COA"], "levels/consite"],
["tpage-3141", "tpage-3141", 4, ["COA"], "levels/consite"],
["consite-break-scaffold-a-ag", "consite-break-scaffold-a", 4, ["COA"], "levels/consite"],
["consite-break-scaffold-ag", "consite-break-scaffold", 4, ["COA"], "levels/consite"],
["consite-bomb-elevator-ag", "consite-bomb-elevator", 4, ["COA"], "levels/consite"],
["consite-silo-doors-ag", "consite-silo-doors", 4, ["COA"], "levels/consite"],
["bomb-trigger-ag", "bomb-trigger", 4, ["COA"], "levels/consite"],
["consite-vis", "consite-vis", 4, ["COA"], "levels/consite"],
["tpage-1862", "tpage-1862", 4, ["LTESS"], "characters/tess"],
["tpage-1756", "tpage-1756", 4, ["LTESS"], "characters/tess"],
["tpage-2881", "tpage-2881", 4, ["LTESS"], "characters/tess"],
["tpage-3241", "tpage-3241", 4, ["LTESS"], "characters/tess"],
["hip-bottle-b-ag", "hip-bottle-b", 4, ["LTESS"], "characters/tess"],
["ltess", "ltess", 4, ["LTESS"], "characters/tess"],
["tpage-2444", "tpage-2444", 4, ["CFA"], "levels/city/farm"],
["tpage-2445", "tpage-2445", 4, ["CFA"], "levels/city/farm"],
["tpage-2645", "tpage-2645", 4, ["CFA"], "levels/city/farm"],
["tpage-2644", "tpage-2644", 4, ["CFA"], "levels/city/farm"],
["tpage-2744", "tpage-2744", 4, ["CFA"], "levels/city/farm"],
["tpage-2791", "tpage-2791", 4, ["CFA"], "levels/city/farm"],
["tpage-2441", "tpage-2441", 4, ["CFA"], "levels/city/farm"],
["ctyfarma-vis", "ctyfarma-vis", 4, ["CFA"], "levels/city/farm"],
["tpage-2525", "tpage-2525", 4, ["TOMBEXT"], "levels/tomb/baron"],
["tomb-boss-explode-ag", "tomb-boss-explode", 4, ["TOMBEXT"], "levels/tomb/baron"],
["tombext", "tombext", 4, ["TOMBEXT"], "levels/tomb/baron"],
["tpage-2691", "tpage-2691", 4, ["LCGUARD"], "characters/guards"],
["lcguard", "lcguard", 4, ["LCGUARD"], "characters/guards"],
["target-indax", "target-indax", 3, ["TOE"], "levels/tomb"],
["jak-indax+0-ag", "jak-indax+0", 4, ["TOE"], "levels/tomb/left/chase"],
["tomb-boulder", "tomb-boulder", 3, ["TOE"], "levels/tomb"],
["tpage-2374", "tpage-2374", 4, ["TOE"], "levels/tomb/left/chase"],
["tpage-2375", "tpage-2375", 4, ["TOE"], "levels/tomb/left/chase"],
["tpage-2376", "tpage-2376", 4, ["TOE"], "levels/tomb/left/chase"],
["tomb-boulder-ag", "tomb-boulder", 4, ["TOE"], "levels/tomb/left/chase"],
["tomb-plat-pillar-ag", "tomb-plat-pillar", 4, ["TOE"], "levels/tomb/left/chase"],
["spider-eyes-ag", "spider-eyes", 4, ["TOE"], "levels/tomb/left/chase"],
["tomb-bounce-web-ag", "tomb-bounce-web", 4, ["TOE"], "levels/tomb/left/chase"],
["tombe-vis", "tombe-vis", 4, ["TOE"], "levels/tomb/left/chase"],
["squid-part", "squid-part", 3, ["PALBOSS"], "levels/palace/boss"],
["squid-setup", "squid-setup", 3, ["PALBOSS"], "levels/palace/boss"],
["squid-extras", "squid-extras", 3, ["PALBOSS"], "levels/palace/boss"],
["squid-states", "squid-states", 3, ["PALBOSS"], "levels/palace/boss"],
["baron-squid+0-ag", "baron-squid+0", 4, ["PALBOSS"], "levels/palace/boss"],
["tpage-2679", "tpage-2679", 4, ["PALBOSS"], "levels/palace/boss"],
["tpage-2680", "tpage-2680", 4, ["PALBOSS"], "levels/palace/boss"],
["tpage-2797", "tpage-2797", 4, ["PALBOSS"], "levels/palace/boss"],
["tpage-3419", "tpage-3419", 4, ["PALBOSS"], "levels/palace/boss"],
["squid-ag", "squid", 4, ["PALBOSS"], "levels/palace/boss"],
["squid-break-ag", "squid-break", 4, ["PALBOSS"], "levels/palace/boss"],
["squid-collision-ag", "squid-collision", 4, ["PALBOSS"], "levels/palace/boss"],
["palboss", "palboss", 4, ["PALBOSS"], "levels/palace/boss"],
["fort-floor-spike", "fort-floor-spike", 3, ["FRB", "FDB"], "levels/common/entities"],
["forrescb-part", "forrescb-part", 3, ["FRB"], "levels/fortress/rescue"],
["forrescb-obs", "forrescb-obs", 3, ["FRB"], "levels/fortress/rescue"],
["spydroid", "spydroid", 3, ["FRB", "TOA"], "levels/common/entities"],
["tpage-3172", "tpage-3172", 4, ["FRB"], "levels/fortress/rescue"],
["tpage-3175", "tpage-3175", 4, ["FRB"], "levels/fortress/rescue"],
["tpage-3173", "tpage-3173", 4, ["FRB"], "levels/fortress/rescue"],
["tpage-3174", "tpage-3174", 4, ["FRB"], "levels/fortress/rescue"],
["fort-elec-belt-ag", "fort-elec-belt", 4, ["FRB"], "levels/fortress/rescue"],
["forrescb-vis", "forrescb-vis", 4, ["FRB"], "levels/fortress/rescue"],
["palent-part", "palent-part", 3, ["PAE"], "levels/palace"],
["pal-obs", "pal-obs", 3, ["PAE", "PAC"], "levels/palace"],
["tpage-3169", "tpage-3169", 4, ["PAE"], "levels/palace/explore"],
["tpage-3171", "tpage-3171", 4, ["PAE"], "levels/palace/explore"],
["tpage-3170", "tpage-3170", 4, ["PAE"], "levels/palace/explore"],
["tpage-3168", "tpage-3168", 4, ["PAE"], "levels/palace/explore"],
["palent-turret-ag", "palent-turret", 4, ["PAE"], "levels/palace/explore"],
["pal-breakable-window-ag", "pal-breakable-window", 4, ["PAE"], "levels/palace/explore"],
["pal-grind-ring-ag", "pal-grind-ring", 4, ["PAE"], "levels/palace/explore"],
["pal-grind-ring-center-ag", "pal-grind-ring-center", 4, ["PAE"], "levels/palace/explore"],
["pal-falling-plat-ag", "pal-falling-plat", 4, ["PAC", "PAE"], "levels/palace/explore"],
["pal-ent-door-ag", "pal-ent-door", 4, ["PAE"], "levels/palace/explore"],
["pal-ent-glass-ag", "pal-ent-glass", 4, ["PAE"], "levels/palace/explore"],
["palent-vis", "palent-vis", 4, ["PAE"], "levels/palace/explore"],
["title-obs", "title-obs", 3, ["TITLE"], "levels/title"],
["tpage-3091", "tpage-3091", 4, ["TITLE"], "levels/title"],
["tpage-3090", "tpage-3090", 4, ["TITLE"], "levels/title"],
["title", "title", 4, ["TITLE"], "levels/title"],
["tpage-1574", "tpage-1574", 4, ["FORDUMPD"], "levels/fortress/dump"],
["fordumpd", "fordumpd", 4, ["FORDUMPD"], "levels/fortress/dump"],
["tpage-2290", "tpage-2290", 4, ["D3A"], "levels/dig/lurker_village"],
["tpage-2292", "tpage-2292", 4, ["D3A"], "levels/dig/lurker_village"],
["tpage-2291", "tpage-2291", 4, ["D3A"], "levels/dig/lurker_village"],
["tpage-2782", "tpage-2782", 4, ["D3A"], "levels/dig/lurker_village"],
["tpage-3361", "tpage-3361", 4, ["D3A"], "levels/dig/lurker_village"],
["grenadier-ag", "grenadier", 4, ["D3A", "RUI"], "levels/common/enemy/metalhead_slinger"],
["dig-balloon-lurker-ag", "dig-balloon-lurker", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-spikey-sphere-ag", "dig-spikey-sphere", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-totem-ag", "dig-totem", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-wheel-step-ag", "dig-wheel-step", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-spikey-step-ag", "dig-spikey-step", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-stomp-block-ag", "dig-stomp-block", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-totem-fish-ag", "dig-totem-fish", 4, ["D3A"], "levels/dig/lurker_village"],
["seal-of-mar-base-ag", "seal-of-mar-base", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-tipping-rock-ag", "dig-tipping-rock", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-log-ag", "dig-log", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-spikey-sphere-door-ag", "dig-spikey-sphere-door", 4, ["D3A"], "levels/dig/lurker_village"],
["dig-button-ag", "dig-button", 4, ["D3A"], "levels/dig/lurker_village"],
["dig3a-vis", "dig3a-vis", 4, ["D3A"], "levels/dig/lurker_village"],
["jak-mech+0-ag", "jak-mech+0", 4, ["DRILLMTN", "UNB", "RUI"], "engine/target/mech"],
["grunt-mech-anims+0-ag", "grunt-mech-anims+0", 4, ["UNB", "RUI", "DRILLMTN"], "levels/drill/bg_mountain"],
["mech-part", "mech-part", 3, ["DRILLMTN", "UNB", "RUI"], "engine/target/mech"],
["mech", "mech", 3, ["DRILLMTN", "UNB", "RUI"], "engine/target/mech"],
["target-mech", "target-mech", 3, ["DRILLMTN", "UNB", "RUI"], "engine/target/mech"],
["mech-states", "mech-states", 3, ["DRILLMTN", "UNB", "RUI"], "engine/target/mech"],
["grunt-mech", "grunt-mech", 3, ["DRILLMTN", "UNB", "RUI"], "engine/target/mech"],
["tpage-1877", "tpage-1877", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["tpage-2535", "tpage-2535", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["tpage-2624", "tpage-2624", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["drill-top-break-ag", "drill-top-break", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["drill-barons-ship-ag", "drill-barons-ship", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["drill-control-panel-ag", "drill-control-panel", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["drill-crane-ag", "drill-crane", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["drill-drill-ag", "drill-drill", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["drill-lift-ag", "drill-lift", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["drill-elevator-doors-ag", "drill-elevator-doors", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["drill-moving-staircase-ag", "drill-moving-staircase", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["drillmtn", "drillmtn", 4, ["DRILLMTN"], "levels/drill/bg_mountain"],
["palcab-part", "palcab-part", 3, ["PAC"], "levels/palace/cable"],
["palcab-obs", "palcab-obs", 3, ["PAC"], "levels/palace/cable"],
["searchlight", "searchlight", 3, ["PAC", "CWI"], "levels/city/common"],
["tpage-2354", "tpage-2354", 4, ["PAC"], "levels/palace/cable"],
["tpage-2357", "tpage-2357", 4, ["PAC"], "levels/palace/cable"],
["tpage-2355", "tpage-2355", 4, ["PAC"], "levels/palace/cable"],
["tpage-2356", "tpage-2356", 4, ["PAC"], "levels/palace/cable"],
["tpage-3371", "tpage-3371", 4, ["PAC"], "levels/palace/cable"],
["tpage-2619", "tpage-2619", 4, ["PAC"], "levels/palace/cable"],
["pal-gun-turret-ag", "pal-gun-turret", 4, ["PAC"], "levels/palace/cable"],
["pal-electric-fan-ag", "pal-electric-fan", 4, ["PAC"], "levels/palace/cable"],
["pal-cable-nut-ag", "pal-cable-nut", 4, ["PAC"], "levels/palace/cable"],
["pal-rot-gun-ag", "pal-rot-gun", 4, ["PAC"], "levels/palace/cable"],
["searchlight-ag", "searchlight", 4, ["CASCITY", "PAC", "CWI", "LCITYLOW"], "levels/palace/cable"],
["palcab-vis", "palcab-vis", 4, ["PAC"], "levels/palace/cable"],
["tpage-3073", "tpage-3073", 4, ["LTENTOB"], "levels/city/onintent"],
["tpage-3112", "tpage-3112", 4, ["LTENTOB"], "levels/city/onintent"],
["tpage-3250", "tpage-3250", 4, ["LTENTOB"], "levels/city/onintent"],
["kor-highres-ag", "kor-highres", 4, ["LTENTOB", "LTRNKRKD", "TOD", "VIN", "CTYKORA"], "characters/high-res/kor"],
["ltentob", "ltentob", 4, ["LTENTOB"], "levels/city/onintent"],
["lracebf", "lracebf", 4, ["LRACEBF"], "levels/stadium/races/class3"],
["protect", "protect", 3, ["LPROTECT"], "levels/city/protect"],
["tpage-2869", "tpage-2869", 4, ["LPROTECT"], "levels/city/protect"],
["seal-of-mar-top-ag", "seal-of-mar-top", 4, ["LPROTECT"], "levels/city/protect"],
["lprotect", "lprotect", 4, ["LPROTECT"], "levels/city/protect"],
["forexita-part", "forexita-part", 3, ["FEA"], "levels/fortress/exit"],
["forexita-obs", "forexita-obs", 3, ["FEA"], "levels/fortress/exit"],
["tpage-1580", "tpage-1580", 4, ["FEA"], "levels/fortress/exit"],
["tpage-1583", "tpage-1583", 4, ["FEA"], "levels/fortress/exit"],
["tpage-1581", "tpage-1581", 4, ["FEA"], "levels/fortress/exit"],
["fort-lift-plat-ag", "fort-lift-plat", 4, ["FEA"], "levels/fortress/exit"],
["forexita-vis", "forexita-vis", 4, ["FEA"], "levels/fortress/exit"],
["onintent-part", "onintent-part", 3, ["ONINTENT"], "levels/city/onintent"],
["onintent-scenes", "onintent-scenes", 3, ["ONINTENT"], "levels/city/onintent"],
["onin-game", "onin-game", 3, ["ONINTENT"], "levels/city/onintent"],
["onin-game+0-ag", "onin-game+0", 4, ["ONINTENT"], "levels/city/onintent"],
["tpage-1031", "tpage-1031", 4, ["ONINTENT"], "levels/city/onintent"],
["tpage-1183", "tpage-1183", 4, ["ONINTENT"], "levels/city/onintent"],
["tpage-2676", "tpage-2676", 4, ["ONINTENT"], "levels/city/onintent"],
["tpage-1035", "tpage-1035", 4, ["ONINTENT"], "levels/city/onintent"],
["onin-brain-ag", "onin-brain", 4, ["ONINTENT"], "levels/city/onintent"],
["son-of-particleman-ag", "son-of-particleman", 4, ["ONINTENT"], "levels/city/onintent"],
["onintent", "onintent", 4, ["ONINTENT"], "levels/city/onintent"],
["stadiumb-texture", "stadiumb-texture", 3, ["STA"], "levels/stadium"],
["stadium-part", "stadium-part", 3, ["STA"], "levels/stadium"],
["stadiumb-part", "stadiumb-part", 3, ["STA"], "levels/stadium"],
["stadium-obs", "stadium-obs", 3, ["STA"], "levels/stadium"],
["stadium-scenes", "stadium-scenes", 3, ["STA"], "levels/stadium"],
["tpage-2423", "tpage-2423", 4, ["STA"], "levels/stadium"],
["tpage-2426", "tpage-2426", 4, ["STA"], "levels/stadium"],
["tpage-2424", "tpage-2424", 4, ["STA"], "levels/stadium"],
["tpage-2575", "tpage-2575", 4, ["STA"], "levels/stadium"],
["tpage-1641", "tpage-1641", 4, ["STA"], "levels/stadium"],
["water-anim-stadium-ag", "water-anim-stadium", 4, ["STA"], "levels/stadium"],
["gar-door-ag", "gar-door", 4, ["STA"], "levels/stadium"],
["stadium-vis", "stadium-vis", 4, ["STA"], "levels/stadium"],
["ctygenc-part", "ctygenc-part", 3, ["CGC"], "levels/city/generic"],
["tpage-1605", "tpage-1605", 4, ["CGC"], "levels/city/generic"],
["tpage-2285", "tpage-2285", 4, ["CGC"], "levels/city/generic"],
["tpage-1612", "tpage-1612", 4, ["CGC"], "levels/city/generic"],
["tpage-1639", "tpage-1639", 4, ["CGC"], "levels/city/generic"],
["ctyn-lamp-ag", "ctyn-lamp", 4, ["CGA", "CGC"], "levels/city/generic"],
["ctygenc-vis", "ctygenc-vis", 4, ["CGC"], "levels/city/generic"],
["ctymark-obs", "ctymark-obs", 3, ["CMA", "CMB"], "levels/city/market"],
["ctymarka-part", "ctymarka-part", 3, ["CMA", "CMB"], "levels/city/market"],
["ctymarkb-part", "ctymarkb-part", 3, ["CMA", "CMB"], "levels/city/market"],
["tpage-2739", "tpage-2739", 4, ["CMA"], "levels/city/market/west"],
["tpage-2743", "tpage-2743", 4, ["CMA"], "levels/city/market/west"],
["tpage-2740", "tpage-2740", 4, ["CMA"], "levels/city/market/west"],
["tpage-2741", "tpage-2741", 4, ["CMA"], "levels/city/market/west"],
["tpage-2742", "tpage-2742", 4, ["CMA"], "levels/city/market/west"],
["tpage-1615", "tpage-1615", 4, ["CMA"], "levels/city/market/west"],
["tpage-1643", "tpage-1643", 4, ["CMA"], "levels/city/market/west"],
["market-sack-b-ag", "market-sack-b", 4, ["CMA", "CMB"], "levels/city/market/west"],
["market-sack-a-ag", "market-sack-a", 4, ["CMA", "CMB"], "levels/city/market"],
["market-crate-ag", "market-crate", 4, ["CMA", "CMB"], "levels/city/market"],
["market-basket-b-ag", "market-basket-b", 4, ["CMA", "CMB"], "levels/city/market"],
["market-basket-a-ag", "market-basket-a", 4, ["CMA", "CMB"], "levels/city/market"],
["ctymarka-vis", "ctymarka-vis", 4, ["CMA"], "levels/city/market/west"],
["fordumpb-obs", "fordumpb-obs", 3, ["FDB"], "levels/fortress/dump"],
["fordumpb-part", "fordumpb-part", 3, ["FDB"], "levels/fortress/dump"],
["tpage-1592", "tpage-1592", 4, ["FDB"], "levels/fortress/dump"],
["tpage-1621", "tpage-1621", 4, ["FDB"], "levels/fortress/dump"],
["tpage-1593", "tpage-1593", 4, ["FDB"], "levels/fortress/dump"],
["fort-plat-orbit-ag", "fort-plat-orbit", 4, ["FDB"], "levels/fortress/dump"],
["fort-floor-spike-c-ag", "fort-floor-spike-c", 4, ["FDB"], "levels/fortress/dump"],
["fort-floor-spike-b-ag", "fort-floor-spike-b", 4, ["FDB"], "levels/fortress/dump"],
["fort-plat-shuttle-ag", "fort-plat-shuttle", 4, ["FDB"], "levels/fortress/dump"],
["fort-conveyor-ag", "fort-conveyor", 4, ["FDB"], "levels/fortress/dump"],
["fordumpb-vis", "fordumpb-vis", 4, ["FDB"], "levels/fortress/dump"],
["skatea-part", "skatea-part", 3, ["SKA"], "levels/stadium/skate"],
["skatea-obs", "skatea-obs", 3, ["SKA"], "levels/stadium/skate"],
["tpage-2992", "tpage-2992", 4, ["SKA"], "levels/stadium/skate"],
["tpage-3131", "tpage-3131", 4, ["SKA"], "levels/stadium/skate"],
["tpage-2995", "tpage-2995", 4, ["SKA"], "levels/stadium/skate"],
["tpage-3573", "tpage-3573", 4, ["SKA"], "levels/stadium/skate"],
["skate-training-ramp-ag", "skate-training-ramp", 4, ["SKA"], "levels/stadium/skate"],
["skatea-jump-pad-ag", "skatea-jump-pad", 4, ["SKA"], "levels/stadium/skate"],
["skatea-floating-ring-ag", "skatea-floating-ring", 4, ["SKA"], "levels/stadium/skate"],
["skate-gate-ag", "skate-gate", 4, ["SKA"], "levels/stadium/skate"],
["skatea-vis", "skatea-vis", 4, ["SKA"], "levels/stadium/skate"],
["kid-ltrnkrkd+0-ag", "kid-ltrnkrkd+0", 4, ["LTRNKRKD"], "levels/hideout"],
["tpage-1773", "tpage-1773", 4, ["LTRNKRKD"], "levels/hideout"],
["tpage-3253", "tpage-3253", 4, ["LTRNKRKD"], "levels/hideout"],
["ltrnkrkd", "ltrnkrkd", 4, ["LTRNKRKD"], "levels/hideout"],
["ctyinda-part", "ctyinda-part", 3, ["CIA"], "levels/city/industrial"],
["ctyinda-obs", "ctyinda-obs", 3, ["CIA"], "levels/city/industrial"],
["tpage-1561", "tpage-1561", 4, ["CIA"], "levels/city/industrial"],
["tpage-1562", "tpage-1562", 4, ["CIA"], "levels/city/industrial"],
["tpage-1361", "tpage-1361", 4, ["CIA"], "levels/city/industrial"],
["tpage-1640", "tpage-1640", 4, ["CIA"], "levels/city/industrial"],
["ctyinda-vis", "ctyinda-vis", 4, ["CIA"], "levels/city/industrial"],
["tpage-1596", "tpage-1596", 4, ["TOB"], "levels/tomb/left"],
["tpage-1597", "tpage-1597", 4, ["TOB"], "levels/tomb/left"],
["tomb-stair-block-ag", "tomb-stair-block", 4, ["TOB"], "levels/tomb/left"],
["water-anim-tomb-dark-eco-ag", "water-anim-tomb-dark-eco", 4, ["TOB"], "levels/tomb/left"],
["tomb-elevator-ag", "tomb-elevator", 4, ["TOB"], "levels/tomb/left"],
["tomb-plat-wall-ag", "tomb-plat-wall", 4, ["TOB"], "levels/tomb/left"],
["tomb-stair-block-spikes-ag", "tomb-stair-block-spikes", 4, ["TOB"], "levels/tomb/left"],
["tomb-boulder-door-ag", "tomb-boulder-door", 4, ["TOB"], "levels/tomb/left"],
["tomb-move-swing-pole-ag", "tomb-move-swing-pole", 4, ["TOB"], "levels/tomb/left"],
["tombb-vis", "tombb-vis", 4, ["TOB"], "levels/tomb/left"],
["lracedb", "lracedb", 4, ["LRACEDB"], "levels/stadium"],
["tpage-2662", "tpage-2662", 4, ["LDJAKBRN"], "characters/jak/intro_clothes"],
["tpage-2657", "tpage-2657", 4, ["LDJAKBRN"], "characters/jak/intro_clothes"],
["tpage-3094", "tpage-3094", 4, ["LDJAKBRN"], "characters/jak/intro_clothes"],
["jak-highres-prison-ag", "jak-highres-prison", 4, ["LDJAKBRN"], "characters/jak/intro_clothes"],
["prsn-daxter-plat-ag", "prsn-daxter-plat", 4, ["LDJAKBRN"], "characters/jak/intro_clothes"],
["jak-clothes-ag", "jak-clothes", 4, ["LDJAKBRN"], "characters/jak/intro_clothes"],
["ldjakbrn", "ldjakbrn", 4, ["LDJAKBRN"], "characters/jak/intro_clothes"],
["tomb-part", "tomb-part", 3, ["TOA"], "levels/tomb"],
["tomb-obs", "tomb-obs", 3, ["TOA"], "levels/tomb"],
["tomb-water", "tomb-water", 3, ["TOA"], "levels/tomb"],
["tomb-beetle", "tomb-beetle", 3, ["TOA"], "levels/tomb"],
["widow-part", "widow-part", 3, ["TOA"], "levels/tomb"],
["widow-baron", "widow-baron", 3, ["TOA"], "levels/tomb"],
["widow-extras", "widow-extras", 3, ["TOA"], "levels/tomb"],
["widow-more-extras", "widow-more-extras", 3, ["TOA"], "levels/tomb"],
["widow", "widow", 3, ["TOA"], "levels/tomb"],
["widow2", "widow2", 3, ["TOA"], "levels/tomb"],
["monster-frog", "monster-frog", 3, ["TOA"], "levels/tomb"],
["tomb-scenes", "tomb-scenes", 3, ["TOA"], "levels/tomb"],
["tpage-1594", "tpage-1594", 4, ["TOA"], "levels/tomb"],
["tpage-1595", "tpage-1595", 4, ["TOA"], "levels/tomb"],
["tpage-1831", "tpage-1831", 4, ["TOA"], "levels/tomb"],
["tpage-1467", "tpage-1467", 4, ["TOA"], "levels/tomb"],
["monster-frog-ag", "monster-frog", 4, ["TOA"], "levels/tomb"],
["tomb-boss-door-ag", "tomb-boss-door", 4, ["TOA"], "levels/tomb"],
["tomb-mar-door-ag", "tomb-mar-door", 4, ["TOD", "TOA"], "levels/tomb"],
["tomb-plat-return-ag", "tomb-plat-return", 4, ["TOA"], "levels/tomb"],
["tomba-vis", "tomba-vis", 4, ["TOA"], "levels/tomb"],
["tpage-2956", "tpage-2956", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["tpage-2957", "tpage-2957", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["tpage-2958", "tpage-2958", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["tpage-3280", "tpage-3280", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["tpage-3457", "tpage-3457", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["tpage-3418", "tpage-3418", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["samos-ag", "samos", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["keira-ag", "keira", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["brutter-balloon-ag", "brutter-balloon", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["brutter-low-ag", "brutter-low", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["stadblmp", "stadblmp", 4, ["STADBLMP"], "levels/city/stadium/defend"],
["tpage-3045", "tpage-3045", 4, ["UND"], "levels/under"],
["tpage-3048", "tpage-3048", 4, ["UND"], "levels/under"],
["tpage-3049", "tpage-3049", 4, ["UND"], "levels/under"],
["tpage-3047", "tpage-3047", 4, ["UND"], "levels/under"],
["tpage-3276", "tpage-3276", 4, ["UND"], "levels/under"],
["centipede-fma-ag", "centipede-fma", 4, ["UND"], "levels/under"],
["under-break-bridge-b-ag", "under-break-bridge-b", 4, ["UND"], "levels/under"],
["under-break-bridge-ag", "under-break-bridge", 4, ["UND"], "levels/under"],
["under-break-door-ag", "under-break-door", 4, ["UND"], "levels/under"],
["under-break-ceiling-ag", "under-break-ceiling", 4, ["UND"], "levels/under"],
["under-seaweed-c-ag", "under-seaweed-c", 4, ["UND"], "levels/under"],
["under-seaweed-b-ag", "under-seaweed-b", 4, ["UND"], "levels/under"],
["under-seaweed-d-ag", "under-seaweed-d", 4, ["UND"], "levels/under"],
["under-seaweed-a-ag", "under-seaweed-a", 4, ["UND"], "levels/under"],
["under-vis", "under-vis", 4, ["UND"], "levels/under"],
["youngsamos-lyskdcd+0-ag", "youngsamos-lyskdcd+0", 4, ["LYSKDCD"], "characters/youngsamos_kid_dog"],
["kid-lyskdcd+0-ag", "kid-lyskdcd+0", 4, ["LYSKDCD"], "characters/youngsamos_kid_dog"],
["tpage-1772", "tpage-1772", 4, ["LYSKDCD"], "characters/youngsamos_kid_dog"],
["tpage-3261", "tpage-3261", 4, ["LYSKDCD"], "characters/youngsamos_kid_dog"],
["lyskdcd", "lyskdcd", 4, ["LYSKDCD"], "characters/youngsamos_kid_dog"],
["tpage-43", "tpage-43", 4, ["HALFPIPE"], "levels/test/halfpipe"],
["tpage-623", "tpage-623", 4, ["HALFPIPE"], "levels/test/halfpipe"],
["tpage-42", "tpage-42", 4, ["HALFPIPE"], "levels/test/halfpipe"],
["halfpipe", "halfpipe", 4, ["HALFPIPE"], "levels/test/halfpipe"],
["samos-lsamergd+0-ag", "samos-lsamergd+0", 4, ["LSAMERGD"], "characters/samos_errol_guard"],
["tpage-2701", "tpage-2701", 4, ["LSAMERGD"], "characters/samos_errol_guard"],
["tpage-3248", "tpage-3248", 4, ["LSAMERGD"], "characters/samos_errol_guard"],
["lsamergd", "lsamergd", 4, ["LSAMERGD"], "characters/samos_errol_guard"],
["com-elevator", "com-elevator", 3, ["PAS", "TOD"], "levels/common/entities"],
["palshaft-part", "palshaft-part", 3, ["PAS"], "levels/palace/shaft"],
["tpage-2371", "tpage-2371", 4, ["PAS"], "levels/palace/shaft"],
["tpage-2372", "tpage-2372", 4, ["PAS"], "levels/palace/shaft"],
["tpage-2692", "tpage-2692", 4, ["PAS"], "levels/palace/shaft"],
["com-elevator-ag", "com-elevator", 4, ["TOD", "PAS"], "levels/palace/shaft"],
["palshaft-vis", "palshaft-vis", 4, ["PAS"], "levels/palace/shaft"],
["ctywide-bbush", "ctywide-bbush", 3, ["LBBUSH"], "levels/city/burning-bush"],
["tpage-3336", "tpage-3336", 4, ["LBBUSH"], "levels/city/burning-bush"],
["tpage-3465", "tpage-3465", 4, ["LBBUSH"], "levels/city/burning-bush"],
["hovering-mine-ag", "hovering-mine", 4, ["LBBUSH"], "levels/city/burning-bush"],
["homing-beacon-ag", "homing-beacon", 4, ["LBBUSH"], "levels/city/burning-bush"],
["lbbush", "lbbush", 4, ["LBBUSH"], "levels/city/burning-bush"],
["delivery-task", "delivery-task", 3, ["LPACKAGE"], "levels/city/package"],
["tpage-2459", "tpage-2459", 4, ["LPACKAGE"], "levels/city/package"],
["lpackage", "lpackage", 4, ["LPACKAGE"], "levels/city/package"],
["tpage-2752", "tpage-2752", 4, ["LINTCSTB"], "levels/intro"],
["tpage-2754", "tpage-2754", 4, ["LINTCSTB"], "levels/intro"],
["tpage-3243", "tpage-3243", 4, ["LINTCSTB"], "levels/intro"],
["rift-rider-break-ag", "rift-rider-break", 4, ["LINTCSTB"], "levels/intro"],
["lintcstb", "lintcstb", 4, ["LINTCSTB"], "levels/intro"],
["portrun", "portrun", 3, ["LPORTRUN"], "levels/city/port/portrun"],
["tpage-2817", "tpage-2817", 4, ["LPORTRUN"], "levels/city/port/portrun"],
["tpage-2373", "tpage-2373", 4, ["LPORTRUN"], "levels/city/port/portrun"],
["ctyport-cargo-ag", "ctyport-cargo", 4, ["LPORTRUN"], "levels/city/port/portrun"],
["ctyport-spy-ag", "ctyport-spy", 4, ["LPORTRUN"], "levels/city/port/portrun"],
["sew-mine-b-ag", "sew-mine-b", 4, ["SEW", "SWE", "LPORTRUN"], "levels/city/port/portrun"],
["ctyport-mine-ag", "ctyport-mine", 4, ["LPORTRUN"], "levels/city/port/portrun"],
["lportrun", "lportrun", 4, ["LPORTRUN"], "levels/city/port/portrun"],
["tpage-2707", "tpage-2707", 4, ["LASHGRD"], "characters/ashelin_guard"],
["tpage-3265", "tpage-3265", 4, ["LASHGRD"], "characters/ashelin_guard"],
["lashgrd", "lashgrd", 4, ["LASHGRD"], "characters/ashelin_guard"],
["ctygenb-part", "ctygenb-part", 3, ["CGB"], "levels/city/generic"],
["tpage-955", "tpage-955", 4, ["CGB"], "levels/city/generic"],
["tpage-957", "tpage-957", 4, ["CGB"], "levels/city/generic"],
["tpage-956", "tpage-956", 4, ["CGB"], "levels/city/generic"],
["tpage-958", "tpage-958", 4, ["CGB"], "levels/city/generic"],
["tpage-1019", "tpage-1019", 4, ["CGB"], "levels/city/generic"],
["tpage-1638", "tpage-1638", 4, ["CGB"], "levels/city/generic"],
["ctygenb-vis", "ctygenb-vis", 4, ["CGB"], "levels/city/generic"],
["tpage-2406", "tpage-2406", 4, ["D3B"], "levels/dig/lurker_village"],
["tpage-2407", "tpage-2407", 4, ["D3B"], "levels/dig/lurker_village"],
["tpage-3548", "tpage-3548", 4, ["D3B"], "levels/dig/lurker_village"],
["dig3b-vis", "dig3b-vis", 4, ["D3B"], "levels/dig/lurker_village"],
["tpage-3451", "tpage-3451", 4, ["STB"], "levels/stadium/races/class3"],
["tpage-3454", "tpage-3454", 4, ["STB"], "levels/stadium/races/class3"],
["tpage-3452", "tpage-3452", 4, ["STB"], "levels/stadium/races/class3"],
["tpage-3453", "tpage-3453", 4, ["STB"], "levels/stadium/races/class3"],
["tpage-3109", "tpage-3109", 4, ["STB"], "levels/stadium/races/class3"],
["stad-force-field-ag", "stad-force-field", 4, ["STB"], "levels/stadium/races/class3"],
["stadiumb-vis", "stadiumb-vis", 4, ["STB"], "levels/stadium/races/class3"],
["keira-garage+0-ag", "keira-garage+0", 4, ["GARAGE"], "levels/city/stadium/garage"],
["tpage-1369", "tpage-1369", 4, ["GARAGE"], "levels/city/stadium/garage"],
["tpage-1430", "tpage-1430", 4, ["GARAGE"], "levels/city/stadium/garage"],
["tpage-1786", "tpage-1786", 4, ["GARAGE"], "levels/city/stadium/garage"],
["tpage-1787", "tpage-1787", 4, ["GARAGE"], "levels/city/stadium/garage"],
["tpage-3025", "tpage-3025", 4, ["GARAGE"], "levels/city/stadium/garage"],
["gar-curtain-ag", "gar-curtain", 4, ["GARAGE"], "levels/city/stadium/garage"],
["gar-trophy-ca-ag", "gar-trophy-ca", 4, ["GARAGE"], "levels/city/stadium/garage"],
["gar-trophy-cb-ag", "gar-trophy-cb", 4, ["GARAGE"], "levels/city/stadium/garage"],
["gar-trophy-cc-ag", "gar-trophy-cc", 4, ["GARAGE"], "levels/city/stadium/garage"],
["garage-bikec-ag", "garage-bikec", 4, ["GARAGE"], "levels/city/stadium/garage"],
["gar-weld-project-ag", "gar-weld-project", 4, ["GARAGE"], "levels/city/stadium/garage"],
["garage-bikeb-ag", "garage-bikeb", 4, ["GARAGE"], "levels/city/stadium/garage"],
["spotlight-ag", "spotlight", 4, ["GARAGE"], "levels/city/stadium/garage"],
["garage", "garage", 4, ["GARAGE"], "levels/city/stadium/garage"],
["tpage-3181", "tpage-3181", 4, ["PORTWALL"], "levels/city/port"],
["tpage-3323", "tpage-3323", 4, ["PORTWALL"], "levels/city/port"],
["mecha-daxter-ag", "mecha-daxter", 4, ["PORTWALL", "CPO"], "levels/city/port"],
["portwall", "portwall", 4, ["PORTWALL"], "levels/city/port"],
["helldog", "helldog", 3, ["LHELLDOG"], "levels/city/helldog"],
["tpage-2324", "tpage-2324", 4, ["LHELLDOG"], "levels/city/helldog"],
["tpage-3273", "tpage-3273", 4, ["LHELLDOG"], "levels/city/helldog"],
["helldog-ag", "helldog", 4, ["LHELLDOG"], "levels/city/helldog"],
["lhelldog", "lhelldog", 4, ["LHELLDOG"], "levels/city/helldog"],
["tpage-1370", "tpage-1370", 4, ["SWE"], "levels/sewer/escort"],
["tpage-1387", "tpage-1387", 4, ["SWE"], "levels/sewer/escort"],
["tpage-1371", "tpage-1371", 4, ["SWE"], "levels/sewer/escort"],
["tpage-2293", "tpage-2293", 4, ["SWE"], "levels/sewer/escort"],
["tpage-3478", "tpage-3478", 4, ["SWE"], "levels/sewer/escort"],
["tpage-3415", "tpage-3415", 4, ["SWE"], "levels/sewer/escort"],
["jinx-ag", "jinx", 4, ["SWE"], "levels/sewer/escort"],
["hosehead-ag", "hosehead", 4, ["SWE"], "levels/sewer/escort"],
["sew-wall-ag", "sew-wall", 4, ["SWE"], "levels/sewer/escort"],
["sew-mar-statue-explode-ag", "sew-mar-statue-explode", 4, ["SWE"], "levels/sewer/escort"],
["sew-multi-blade-ag", "sew-multi-blade", 4, ["SWE", "SEW"], "levels/sewer"],
["sew-mar-statue-ag", "sew-mar-statue", 4, ["SWE", "SEW"], "levels/sewer/escort"],
["sew-twist-blade-ag", "sew-twist-blade", 4, ["SWE", "SEW"], "levels/sewer"],
["sew-mine-a-ag", "sew-mine-a", 4, ["SWE", "SEW"], "levels/sewer/escort"],
["sew-arm-blade-ag", "sew-arm-blade", 4, ["SWE", "SEW"], "levels/sewer"],
["sew-light-switch-ag", "sew-light-switch", 4, ["SWE", "SEW"], "levels/sewer/escort"],
["jinx-bomb-ag", "jinx-bomb", 4, ["SWE"], "levels/sewer/escort"],
["sew-grill-ag", "sew-grill", 4, ["SWE", "SEW"], "levels/sewer/escort"],
["sewesc-vis", "sewesc-vis", 4, ["SWE"], "levels/sewer/escort"],
["tpage-3432", "tpage-3432", 4, ["LRACECB"], "levels/stadium"],
["lracecb", "lracecb", 4, ["LRACECB"], "levels/stadium"],
["gun-dummy", "gun-dummy", 3, ["GGA"], "levels/gungame"],
["gungame-data", "gungame-data", 3, ["GGA"], "levels/gungame"],
["gungame-obs", "gungame-obs", 3, ["GGA"], "levels/gungame"],
["gungame-part", "gungame-part", 3, ["GGA"], "levels/gungame"],
["tpage-1733", "tpage-1733", 4, ["GGA"], "levels/gungame"],
["tpage-1735", "tpage-1735", 4, ["GGA"], "levels/gungame"],
["tpage-1734", "tpage-1734", 4, ["GGA"], "levels/gungame"],
["tpage-2405", "tpage-2405", 4, ["GGA"], "levels/gungame"],
["gun-dummy-yellow-gun-ag", "gun-dummy-yellow-gun", 4, ["GGA"], "levels/gungame"],
["gun-cit-d-ag", "gun-cit-d", 4, ["GGA"], "levels/gungame"],
["gun-cit-a-ag", "gun-cit-a", 4, ["GGA"], "levels/gungame"],
["gun-cit-b-ag", "gun-cit-b", 4, ["GGA"], "levels/gungame"],
["gun-dummy-gold-ag", "gun-dummy-gold", 4, ["GGA"], "levels/gungame"],
["gun-dummy-a-ag", "gun-dummy-a", 4, ["GGA"], "levels/gungame"],
["gun-dummy-c-ag", "gun-dummy-c", 4, ["GGA"], "levels/gungame"],
["gun-dummy-b-ag", "gun-dummy-b", 4, ["GGA"], "levels/gungame"],
["gun-cit-c-ag", "gun-cit-c", 4, ["GGA"], "levels/gungame"],
["gun-dummy-big-ag", "gun-dummy-big", 4, ["GGA"], "levels/gungame"],
["hip-door-a-ag", "hip-door-a", 4, ["UNB", "HIPHOG", "GGA", "CPO"], "levels/gungame"],
["yellow-barrel-ag", "yellow-barrel", 4, ["GGA"], "levels/gungame"],
["dark-barrel-ag", "dark-barrel", 4, ["GGA"], "levels/gungame"],
["gungame-vis", "gungame-vis", 4, ["GGA"], "levels/gungame"],
["youngsamos-tombd+0-ag", "youngsamos-tombd+0", 4, ["TOD"], "levels/tomb/entrance"],
["kid-tombd+0-ag", "kid-tombd+0", 4, ["TOD", "VIN"], "levels/tomb/entrance"],
["tpage-1626", "tpage-1626", 4, ["TOD"], "levels/tomb/entrance"],
["tpage-1627", "tpage-1627", 4, ["TOD"], "levels/tomb/entrance"],
["tpage-3275", "tpage-3275", 4, ["TOD"], "levels/tomb/entrance"],
["tombd-vis", "tombd-vis", 4, ["TOD"], "levels/tomb/entrance"],
["mincan-obs", "mincan-obs", 3, ["MCN"], "levels/mountain/canyon"],
["canyon-scenes", "canyon-scenes", 3, ["MCN"], "levels/mountain/canyon"],
["tpage-3341", "tpage-3341", 4, ["MCN"], "levels/mountain/canyon"],
["tpage-3343", "tpage-3343", 4, ["MCN"], "levels/mountain/canyon"],
["tpage-3342", "tpage-3342", 4, ["MCN"], "levels/mountain/canyon"],
["tpage-3344", "tpage-3344", 4, ["MCN"], "levels/mountain/canyon"],
["tpage-3471", "tpage-3471", 4, ["MCN"], "levels/mountain/canyon"],
["ctypal-baron-statue-break-ag", "ctypal-baron-statue-break", 4, ["MCN"], "levels/mountain/canyon"],
["mincan-cogs-ag", "mincan-cogs", 4, ["MCN"], "levels/mountain/canyon"],
["ctypal-break-wall-ag", "ctypal-break-wall", 4, ["MCN"], "levels/mountain/canyon"],
["mincan-lighthouse-ag", "mincan-lighthouse", 4, ["MCN"], "levels/mountain/canyon"],
["water-anim-mincan-ag", "water-anim-mincan", 4, ["MCN"], "levels/mountain/canyon"],
["mincan-lens-ag", "mincan-lens", 4, ["MCN"], "levels/mountain/canyon"],
["mincan-vis", "mincan-vis", 4, ["MCN"], "levels/mountain/canyon"],
["tpage-1059", "tpage-1059", 4, ["SEW"], "levels/sewer"],
["tpage-1060", "tpage-1060", 4, ["SEW"], "levels/sewer"],
["tpage-1066", "tpage-1066", 4, ["SEW"], "levels/sewer"],
["tpage-2270", "tpage-2270", 4, ["SEW"], "levels/sewer"],
["tpage-3479", "tpage-3479", 4, ["SEW"], "levels/sewer"],
["sew-catwalk-ag", "sew-catwalk", 4, ["SEW"], "levels/sewer"],
["sew-gunturret-ag", "sew-gunturret", 4, ["SEW"], "levels/sewer"],
["sew-tri-blade-ag", "sew-tri-blade", 4, ["SEW"], "levels/sewer"],
["sew-single-blade-ag", "sew-single-blade", 4, ["SEW"], "levels/sewer"],
["sew-valve-ag", "sew-valve", 4, ["SEW"], "levels/sewer"],
["sewer-vis", "sewer-vis", 4, ["SEW"], "levels/sewer"],
["vinroom-part", "vinroom-part", 3, ["VIN"], "levels/city/vinroom"],
["vinroom-scenes", "vinroom-scenes", 3, ["VIN"], "levels/city/vinroom"],
["vinroom-obs", "vinroom-obs", 3, ["VIN"], "levels/city/vinroom"],
["tpage-778", "tpage-778", 4, ["VIN"], "levels/city/vinroom"],
["tpage-779", "tpage-779", 4, ["VIN"], "levels/city/vinroom"],
["tpage-3278", "tpage-3278", 4, ["VIN"], "levels/city/vinroom"],
["tpage-979", "tpage-979", 4, ["VIN"], "levels/city/vinroom"],
["vin-ag", "vin", 4, ["VIN"], "levels/city/vinroom"],
["ecowell-a-ag", "ecowell-a", 4, ["VIN"], "levels/city/vinroom"],
["ecowell-b-ag", "ecowell-b", 4, ["VIN"], "levels/city/vinroom"],
["ecowell-c-ag", "ecowell-c", 4, ["VIN"], "levels/city/vinroom"],
["ecowell-d-ag", "ecowell-d", 4, ["VIN"], "levels/city/vinroom"],
["plasmitebox-ag", "plasmitebox", 4, ["VIN"], "levels/city/vinroom"],
["vin-door-ag", "vin-door", 4, ["VIN"], "levels/city/vinroom"],
["vin-turbine-ag", "vin-turbine", 4, ["VIN"], "levels/city/vinroom"],
["pow-mov-plat-ag", "pow-mov-plat", 4, ["VIN"], "levels/city/vinroom"],
["vinroom-vis", "vinroom-vis", 4, ["VIN"], "levels/city/vinroom"],
["ctygena-part", "ctygena-part", 3, ["CGA"], "levels/city/generic"],
["neon-praxis-part", "neon-praxis-part", 3, ["CGA"], "levels/city/generic"],
["tpage-1137", "tpage-1137", 4, ["CGA"], "levels/city/generic"],
["tpage-1138", "tpage-1138", 4, ["CGA"], "levels/city/generic"],
["tpage-1117", "tpage-1117", 4, ["CGA"], "levels/city/generic"],
["tpage-1637", "tpage-1637", 4, ["CGA"], "levels/city/generic"],
["ctygena-vis", "ctygena-vis", 4, ["CGA"], "levels/city/generic"],
["tpage-2734", "tpage-2734", 4, ["CMB"], "levels/city/market/east"],
["tpage-2738", "tpage-2738", 4, ["CMB"], "levels/city/market/east"],
["tpage-2735", "tpage-2735", 4, ["CMB"], "levels/city/market/east"],
["tpage-2737", "tpage-2737", 4, ["CMB"], "levels/city/market/east"],
["tpage-2736", "tpage-2736", 4, ["CMB"], "levels/city/market/east"],
["tpage-1616", "tpage-1616", 4, ["CMB"], "levels/city/market/east"],
["tpage-1644", "tpage-1644", 4, ["CMB"], "levels/city/market/east"],
["ctymarkb-vis", "ctymarkb-vis", 4, ["CMB"], "levels/city/market/east"],
["tpage-1753", "tpage-1753", 4, ["LGUARD"], "characters/guards"],
["tpage-2883", "tpage-2883", 4, ["LGUARD"], "characters/guards"],
["tpage-3272", "tpage-3272", 4, ["LGUARD"], "characters/guards"],
["computerpaper-ag", "computerpaper", 4, ["LGUARD"], "characters/guards"],
["lguard", "lguard", 4, ["LGUARD"], "characters/guards"],
["ctypal-part", "ctypal-part", 3, ["CPA"], "levels/city/palace"],
["ctypal-obs", "ctypal-obs", 3, ["CPA"], "levels/city/palace"],
["tpage-2526", "tpage-2526", 4, ["CPA"], "levels/city/palace"],
["tpage-2527", "tpage-2527", 4, ["CPA"], "levels/city/palace"],
["tpage-3423", "tpage-3423", 4, ["CPA"], "levels/city/palace"],
["tpage-2528", "tpage-2528", 4, ["CPA"], "levels/city/palace"],
["tpage-1636", "tpage-1636", 4, ["CPA"], "levels/city/palace"],
["ctypal-baron-statue-broken-ag", "ctypal-baron-statue-broken", 4, ["CPA"], "levels/city/palace"],
["water-anim-ctypal-ag", "water-anim-ctypal", 4, ["CPA"], "levels/city/palace"],
["palace-door-ag", "palace-door", 4, ["CPA"], "levels/city/palace"],
["ctypal-broke-wall-ag", "ctypal-broke-wall", 4, ["CPA"], "levels/city/palace"],
["ctypal-vis", "ctypal-vis", 4, ["CPA"], "levels/city/palace"],
["tpage-2755", "tpage-2755", 4, ["LCITYLOW"], "levels/city/low-quality"],
["tpage-2756", "tpage-2756", 4, ["LCITYLOW"], "levels/city/low-quality"],
["tpage-3388", "tpage-3388", 4, ["LCITYLOW"], "levels/city/low-quality"],
["barons-ship-lores-ag", "barons-ship-lores", 4, ["CWI", "LCITYLOW"], "levels/city/low-quality"],
["lcitylow", "lcitylow", 4, ["LCITYLOW"], "levels/city/low-quality"],
["youngsamos-onintent+0-ag", "youngsamos-onintent+0", 4, ["LTENTOUT"], "levels/city/onintent"],
["tpage-2618", "tpage-2618", 4, ["LTENTOUT"], "levels/city/onintent"],
["tpage-3251", "tpage-3251", 4, ["LTENTOUT"], "levels/city/onintent"],
["ltentout", "ltentout", 4, ["LTENTOUT"], "levels/city/onintent"],
["under-shoot-block", "under-shoot-block", 3, ["UNB"], "levels/under"],
["underb-master", "underb-master", 3, ["UNB"], "levels/under"],
["under-obs", "under-obs", 3, ["UNB"], "levels/under"],
["under-sig-obs", "under-sig-obs", 3, ["UNB"], "levels/under"],
["under-laser", "under-laser", 3, ["UNB"], "levels/under"],
["pipe-grunt", "pipe-grunt", 3, ["UNB"], "levels/under"],
["jellyfish", "jellyfish", 3, ["UNB"], "levels/under"],
["under-part", "under-part", 3, ["UNB"], "levels/under"],
["centipede", "centipede", 3, ["UNB"], "levels/under"],
["sig5-cent1-path0", "sig5-cent1-path0", 3, ["UNB"], "levels/under"],
["sig5-cent2-path0", "sig5-cent2-path0", 3, ["UNB"], "levels/under"],
["sig5-course", "sig5-course", 3, ["UNB"], "levels/under"],
["under-scenes", "under-scenes", 3, ["UNB"], "levels/under"],
["sig-recorder", "sig-recorder", 3, ["UNB"], "levels/under"],
["tpage-3051", "tpage-3051", 4, ["UNB"], "levels/under"],
["tpage-3053", "tpage-3053", 4, ["UNB"], "levels/under"],
["tpage-3054", "tpage-3054", 4, ["UNB"], "levels/under"],
["tpage-3413", "tpage-3413", 4, ["UNB"], "levels/under"],
["under-mine-ag", "under-mine", 4, ["UNB"], "levels/under"],
["jellyfish-ag", "jellyfish", 4, ["UNB"], "levels/under"],
["under-shoot-block-ag", "under-shoot-block", 4, ["UNB"], "levels/under"],
["under-break-floor-ag", "under-break-floor", 4, ["UNB"], "levels/under"],
["centipede-ag", "centipede", 4, ["UNB"], "levels/under"],
["under-int-door-ag", "under-int-door", 4, ["UNB"], "levels/under"],
["under-break-wall-b-ag", "under-break-wall-b", 4, ["UNB"], "levels/under"],
["under-break-wall-ag", "under-break-wall", 4, ["UNB"], "levels/under"],
["under-rise-plat-ag", "under-rise-plat", 4, ["UNB"], "levels/under"],
["under-lift-ag", "under-lift", 4, ["UNB"], "levels/under"],
["under-buoy-base-ag", "under-buoy-base", 4, ["UNB"], "levels/under"],
["under-buoy-chain-ag", "under-buoy-chain", 4, ["UNB"], "levels/under"],
["under-buoy-plat-ag", "under-buoy-plat", 4, ["UNB"], "levels/under"],
["water-anim-under-ag", "water-anim-under", 4, ["UNB"], "levels/under"],
["under-plat-shoot-ag", "under-plat-shoot", 4, ["UNB"], "levels/under"],
["under-plat-wall-ag", "under-plat-wall", 4, ["UNB"], "levels/under"],
["under-plat-long-ag", "under-plat-long", 4, ["UNB"], "levels/under"],
["under-warp-ag", "under-warp", 4, ["UNB"], "levels/under"],
["under-laser-ag", "under-laser", 4, ["UNB"], "levels/under"],
["under-laser-shadow-ag", "under-laser-shadow", 4, ["UNB"], "levels/under"],
["underb-vis", "underb-vis", 4, ["UNB"], "levels/under"],
["ctyport-part", "ctyport-part", 3, ["CPO"], "levels/city/port"],
["tpage-1557", "tpage-1557", 4, ["CPO"], "levels/city/port"],
["tpage-1560", "tpage-1560", 4, ["CPO"], "levels/city/port"],
["tpage-1558", "tpage-1558", 4, ["CPO"], "levels/city/port"],
["tpage-1325", "tpage-1325", 4, ["CPO"], "levels/city/port"],
["tpage-1645", "tpage-1645", 4, ["CPO"], "levels/city/port"],
["barge-ag", "barge", 4, ["CPO"], "levels/city/port"],
["farthy-ag", "farthy", 4, ["CPO"], "levels/city/port"],
["ctyport-vis", "ctyport-vis", 4, ["CPO"], "levels/city/port"],
["caspad-obs", "caspad-obs", 3, ["CAP"], "levels/castle/pad"],
["caspad-part", "caspad-part", 3, ["CAP"], "levels/castle/pad"],
["castle-tasks", "castle-tasks", 3, ["CAP"], "levels/castle/pad"],
["tpage-2537", "tpage-2537", 4, ["CAP"], "levels/castle/pad"],
["tpage-2539", "tpage-2539", 4, ["CAP"], "levels/castle/pad"],
["tpage-2538", "tpage-2538", 4, ["CAP"], "levels/castle/pad"],
["tpage-3498", "tpage-3498", 4, ["CAP"], "levels/castle/pad"],
["cpad-elevator-ag", "cpad-elevator", 4, ["CAP"], "levels/castle/pad"],
["caspad-vis", "caspad-vis", 4, ["CAP"], "levels/castle/pad"],
["nav-graph-h", "nav-graph-h", 3, ["CWI"], "levels/city/common"],
["traffic-engine-h", "traffic-engine-h", 3, ["CWI"], "levels/city/traffic"],
["vehicle-h", "vehicle-h", 3, ["CWI"], "levels/city/traffic/vehicle"],
["citizen-h", "citizen-h", 3, ["CWI"], "levels/city/traffic/citizen"],
["height-map-h", "height-map-h", 3, ["CWI"], "levels/city/common"],
["ctywide-obs-h", "ctywide-obs-h", 3, ["CWI"], "levels/city"],
["height-map", "height-map", 3, ["CWI"], "levels/city/common"],
["traffic-height-map", "traffic-height-map", 3, ["CWI"], "levels/city/traffic"],
["nav-graph", "nav-graph", 3, ["CWI"], "levels/city/common"],
["vehicle-rider", "vehicle-rider", 3, ["CWI"], "levels/city/traffic/vehicle"],
["vehicle-control", "vehicle-control", 3, ["CWI"], "levels/city/traffic/vehicle"],
["vehicle-part", "vehicle-part", 3, ["CWI"], "levels/city/traffic/vehicle"],
["vehicle-effects", "vehicle-effects", 3, ["CWI"], "levels/city/traffic/vehicle"],
["vehicle", "vehicle", 3, ["CWI"], "levels/city/traffic/vehicle"],
["vehicle-util", "vehicle-util", 3, ["CWI"], "levels/city/traffic/vehicle"],
["vehicle-physics", "vehicle-physics", 3, ["CWI"], "levels/city/traffic/vehicle"],
["vehicle-states", "vehicle-states", 3, ["CWI"], "levels/city/traffic/vehicle"],
["vehicle-guard", "vehicle-guard", 3, ["CWI"], "levels/city/traffic/vehicle"],
["transport", "transport", 3, ["CWI"], "levels/city/traffic/vehicle"],
["bike", "bike", 3, ["CWI"], "levels/city/traffic/vehicle"],
["car", "car", 3, ["CWI"], "levels/city/traffic/vehicle"],
["test-bike", "test-bike", 3, ["CWI"], "levels/city/traffic/vehicle"],
["test-car", "test-car", 3, ["CWI"], "levels/city/traffic/vehicle"],
["citizen", "citizen", 3, ["CWI"], "levels/city/traffic/citizen"],
["civilian", "civilian", 3, ["CWI"], "levels/city/traffic/citizen"],
["guard", "guard", 3, ["CWI"], "levels/city/traffic/citizen"],
["citizen-norm", "citizen-norm", 3, ["CWI"], "levels/city/traffic/citizen"],
["citizen-fat", "citizen-fat", 3, ["CWI"], "levels/city/traffic/citizen"],
["citizen-chick", "citizen-chick", 3, ["CWI"], "levels/city/traffic/citizen"],
["citizen-enemy", "citizen-enemy", 3, ["CWI"], "levels/city/traffic/citizen"],
["metalhead-predator", "metalhead-predator", 3, ["CWI"], "levels/city/traffic/citizen"],
["metalhead-grunt", "metalhead-grunt", 3, ["CWI"], "levels/city/traffic/citizen"],
["metalhead-flitter", "metalhead-flitter", 3, ["CWI"], "levels/city/traffic/citizen"],
["traffic-engine", "traffic-engine", 3, ["CWI"], "levels/city/traffic"],
["trail-graph", "trail-graph", 3, ["CWI"], "levels/city/common"],
["trail", "trail", 3, ["CWI"], "levels/city/common"],
["traffic-manager", "traffic-manager", 3, ["CWI"], "levels/city/traffic"],
["ctywide-texture", "ctywide-texture", 3, ["CWI"], "levels/city"],
["ctywide-part", "ctywide-part", 3, ["CWI"], "levels/city"],
["ctywide-obs", "ctywide-obs", 3, ["CWI"], "levels/city"],
["ctywide-tasks", "ctywide-tasks", 3, ["CWI"], "levels/city"],
["ctywide-scenes", "ctywide-scenes", 3, ["CWI"], "levels/city"],
["ctywide-speech", "ctywide-speech", 3, ["CWI"], "levels/city"],
["ctyport-obs", "ctyport-obs", 3, ["CWI"], "levels/city"],
["target-pilot", "target-pilot", 3, ["CWI"], "levels/city/common"],
["pilot-states", "pilot-states", 3, ["CWI"], "levels/city/common"],
["jak-pilot+0-ag", "jak-pilot+0", 4, ["CWI"], "levels/city/common"],
["tpage-1264", "tpage-1264", 4, ["CWI"], "levels/city/common"],
["tpage-1266", "tpage-1266", 4, ["CWI"], "levels/city/common"],
["tpage-1265", "tpage-1265", 4, ["CWI"], "levels/city/common"],
["tpage-1674", "tpage-1674", 4, ["CWI"], "levels/city/common"],
["tpage-1118", "tpage-1118", 4, ["CWI"], "levels/city/common"],
["tpage-1657", "tpage-1657", 4, ["CWI"], "levels/city/common"],
["baron-statue-ag", "baron-statue", 4, ["CWI"], "levels/city/common"],
["cty-guard-turret-ag", "cty-guard-turret", 4, ["CWI"], "levels/city/common"],
["vehicle-explosion-ag", "vehicle-explosion", 4, ["CWI"], "levels/city/traffic"],
["propa-ag", "propa", 4, ["CWI"], "levels/city/common"],
["vehicle-turret-ag", "vehicle-turret", 4, ["CWI"], "levels/city/traffic"],
["lurker-pipe-lid-ag", "lurker-pipe-lid", 4, ["CWI"], "levels/city/common"],
["burning-bush-ag", "burning-bush", 4, ["CWI"], "levels/city/common"],
["stadium-barrier-ag", "stadium-barrier", 4, ["CWI"], "levels/city/common"],
["security-wall-ag", "security-wall", 4, ["CWI"], "levels/city/common"],
["ctywide-vis", "ctywide-vis", 4, ["CWI"], "levels/city/common"],
["kid-h", "kid-h", 3, ["CTYKORA"], "levels/city/slums/kor"],
["kor-h", "kor-h", 3, ["CTYKORA"], "levels/city/slums/kor"],
["hal3-course", "hal3-course", 3, ["CTYKORA"], "levels/city/slums/kor"],
["kid-task", "kid-task", 3, ["CTYKORA"], "levels/city/slums/kor"],
["kid", "kid", 3, ["CTYKORA"], "levels/city/slums/kor"],
["kid-states", "kid-states", 3, ["CTYKORA"], "levels/city/slums/kor"],
["kor-task", "kor-task", 3, ["CTYKORA"], "levels/city/slums/kor"],
["kor", "kor", 3, ["CTYKORA"], "levels/city/slums/kor"],
["kor-states", "kor-states", 3, ["CTYKORA"], "levels/city/slums/kor"],
["kid3-course", "kid3-course", 3, ["CTYKORA"], "levels/city/slums/kor"],
["kor3-course", "kor3-course", 3, ["CTYKORA"], "levels/city/slums/kor"],
["jak-dark-on+0-ag", "jak-dark-on+0", 4, ["CTYKORA"], "levels/city/slums/kor"],
["tpage-1451", "tpage-1451", 4, ["CTYKORA"], "levels/city/slums/kor"],
["tpage-2727", "tpage-2727", 4, ["CTYKORA"], "levels/city/slums/kor"],
["tpage-3224", "tpage-3224", 4, ["CTYKORA"], "levels/city/slums/kor"],
["kor-ag", "kor", 4, ["CTYKORA"], "levels/city/slums/kor"],
["ctykora", "ctykora", 4, ["CTYKORA"], "levels/city/slums/kor"],
["ruins-ocean", "ruins-ocean", 3, ["RUI"], "levels/ruins"],
["ruins-scenes", "ruins-scenes", 3, ["RUI"], "levels/ruins"],
["mechtest-obs", "mechtest-obs", 3, ["RUI"], "levels/ruins"],
["ruins-part", "ruins-part", 3, ["RUI"], "levels/ruins"],
["breakable-wall", "breakable-wall", 3, ["RUI"], "levels/ruins"],
["pillar-collapse", "pillar-collapse", 3, ["RUI"], "levels/ruins"],
["ruins-obs", "ruins-obs", 3, ["RUI"], "levels/ruins"],
["rapid-gunner", "rapid-gunner", 3, ["RUI"], "levels/ruins"],
["tpage-851", "tpage-851", 4, ["RUI"], "levels/ruins"],
["tpage-853", "tpage-853", 4, ["RUI"], "levels/ruins"],
["tpage-852", "tpage-852", 4, ["RUI"], "levels/ruins"],
["tpage-2205", "tpage-2205", 4, ["RUI"], "levels/ruins"],
["tpage-1000", "tpage-1000", 4, ["RUI"], "levels/ruins"],
["ruins-breakable-wall-ag", "ruins-breakable-wall", 4, ["RUI"], "levels/ruins"],
["ruins-drop-plat-ag", "ruins-drop-plat", 4, ["RUI"], "levels/ruins"],
["rapid-gunner-ag", "rapid-gunner", 4, ["RUI"], "levels/ruins"],
["ruins-pillar-collapse-ag", "ruins-pillar-collapse", 4, ["RUI"], "levels/ruins"],
["ruins-bridge-ag", "ruins-bridge", 4, ["RUI"], "levels/ruins"],
["shield-gunner-ag", "shield-gunner", 4, ["RUI"], "levels/ruins"],
["precipice-b-ag", "precipice-b", 4, ["RUI"], "levels/ruins"],
["ruins-precipice-ag", "ruins-precipice", 4, ["RUI"], "levels/ruins"],
["precipice-a-ag", "precipice-a", 4, ["RUI"], "levels/ruins"],
["pushblock-ag", "pushblock", 4, ["RUI"], "levels/ruins"],
["throwblock-ag", "throwblock", 4, ["RUI"], "levels/ruins"],
["zipline-ag", "zipline", 4, ["RUI"], "levels/ruins"],
["flag-ag", "flag", 4, ["RUI"], "levels/ruins"],
["sinking-plat-ag", "sinking-plat", 4, ["RUI"], "levels/ruins"],
["awning-ag", "awning", 4, ["RUI"], "levels/ruins"],
["beam-ag", "beam", 4, ["RUI"], "levels/ruins"],
["ruins-vis", "ruins-vis", 4, ["RUI"], "levels/ruins"],
["collection-task", "collection-task", 3, ["LSACK"], "levels/city/sack"],
["tpage-2605", "tpage-2605", 4, ["LSACK"], "levels/city/sack"],
["krew-moneybag-ag", "krew-moneybag", 4, ["LSACK"], "levels/city/sack"],
["lsack", "lsack", 4, ["LSACK"], "levels/city/sack"],
["ctyasha-obs", "ctyasha-obs", 3, ["CTYASHA"], "levels/city/market/ashelin"],
["ash4-course", "ash4-course", 3, ["CTYASHA"], "levels/city/market/ashelin"],
["tpage-1496", "tpage-1496", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tpage-1409", "tpage-1409", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tpage-3240", "tpage-3240", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tpage-3416", "tpage-3416", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tanker-ag", "tanker", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tanker-roof-break-ag", "tanker-roof-break", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tanker-crash-ag", "tanker-crash", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tanker-barrels-ag", "tanker-barrels", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tanker-container-ag", "tanker-container", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tanker-one-barrel-ag", "tanker-one-barrel", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["ctyasha", "ctyasha", 4, ["CTYASHA"], "levels/city/market/ashelin"],
["tpage-3427", "tpage-3427", 4, ["LPRTRACE"], "levels/city/port/race"],
["lprtrace", "lprtrace", 4, ["LPRTRACE"], "levels/city/port/race"],
["tpage-2929", "tpage-2929", 4, ["LWIDEA"], "levels/city/common"],
["tpage-2930", "tpage-2930", 4, ["LWIDEA"], "levels/city/common"],
["citizen-fat-ag", "citizen-fat", 4, ["LWIDEA"], "levels/city/common"],
["lwidea", "lwidea", 4, ["LWIDEA"], "levels/city/common"],
["hiphog-obs", "hiphog-obs", 3, ["HIPHOG"], "levels/hiphog"],
["hiphog-part", "hiphog-part", 3, ["HIPHOG"], "levels/hiphog"],
["hiphog-scenes", "hiphog-scenes", 3, ["HIPHOG"], "levels/hiphog"],
["tpage-929", "tpage-929", 4, ["HIPHOG"], "levels/hiphog"],
["tpage-930", "tpage-930", 4, ["HIPHOG"], "levels/hiphog"],
["tpage-3042", "tpage-3042", 4, ["HIPHOG"], "levels/hiphog"],
["tpage-998", "tpage-998", 4, ["HIPHOG"], "levels/hiphog"],
["hip-whack-a-metal-ag", "hip-whack-a-metal", 4, ["HIPHOG"], "levels/hiphog"],
["hip-trophy-g-ag", "hip-trophy-g", 4, ["HIPHOG"], "levels/hiphog"],
["hip-trophy-d-ag", "hip-trophy-d", 4, ["HIPHOG"], "levels/hiphog"],
["hip-trophy-c-ag", "hip-trophy-c", 4, ["HIPHOG"], "levels/hiphog"],
["hip-trophy-a-ag", "hip-trophy-a", 4, ["HIPHOG"], "levels/hiphog"],
["hip-trophy-f-ag", "hip-trophy-f", 4, ["HIPHOG"], "levels/hiphog"],
["hip-trophy-i-ag", "hip-trophy-i", 4, ["HIPHOG"], "levels/hiphog"],
["hip-trophy-m-ag", "hip-trophy-m", 4, ["HIPHOG"], "levels/hiphog"],
["hip-trophy-n-ag", "hip-trophy-n", 4, ["HIPHOG"], "levels/hiphog"],
["hip-trophy-j-ag", "hip-trophy-j", 4, ["HIPHOG"], "levels/hiphog"],
["hip-mirror-ag", "hip-mirror", 4, ["HIPHOG"], "levels/hiphog"],
["hiphog", "hiphog", 4, ["HIPHOG"], "levels/hiphog"],
["tpage-2705", "tpage-2705", 4, ["LSMYSBRT"], "characters/samos_youngsamos_brutter"],
["tpage-3249", "tpage-3249", 4, ["LSMYSBRT"], "characters/samos_youngsamos_brutter"],
["lsmysbrt", "lsmysbrt", 4, ["LSMYSBRT"], "characters/samos_youngsamos_brutter"],
["lracebb", "lracebb", 4, ["LRACEBB"], "levels/stadium"],
["tpage-3221", "tpage-3221", 4, ["CASCITY"], "levels/city/low-quality"],
["tpage-3222", "tpage-3222", 4, ["CASCITY"], "levels/city/low-quality"],
["tpage-3425", "tpage-3425", 4, ["CASCITY"], "levels/city/low-quality"],
["cascity", "cascity", 4, ["CASCITY"], "levels/city/low-quality"],
["youngsamos-lysamsam+0-ag", "youngsamos-lysamsam+0", 4, ["LYSAMSAM"], "characters/youngsamos_and_samos"],
["tpage-3260", "tpage-3260", 4, ["LYSAMSAM"], "characters/youngsamos_and_samos"],
["lysamsam", "lysamsam", 4, ["LYSAMSAM"], "characters/youngsamos_and_samos"],
["tpage-3034", "tpage-3034", 4, ["VI1"], "levels/jak1/village1"],
["tpage-3037", "tpage-3037", 4, ["VI1"], "levels/jak1/village1"],
["tpage-3035", "tpage-3035", 4, ["VI1"], "levels/jak1/village1"],
["tpage-3038", "tpage-3038", 4, ["VI1"], "levels/jak1/village1"],
["tpage-3036", "tpage-3036", 4, ["VI1"], "levels/jak1/village1"],
["tpage-2761", "tpage-2761", 4, ["VI1"], "levels/jak1/village1"],
["tpage-3516", "tpage-3516", 4, ["VI1"], "levels/jak1/village1"],
["metalkor-torso-ag", "metalkor-torso", 4, ["VI1"], "levels/jak1/village1"],
["vil-break-support-ag", "vil-break-support", 4, ["VI1"], "levels/jak1/village1"],
["intro-flamer-ag", "intro-flamer", 4, ["VI1"], "levels/jak1/village1"],
["rift-rider-donut-ag", "rift-rider-donut", 4, ["VI1"], "levels/jak1/village1"],
["vil-windmill-sail-ag", "vil-windmill-sail", 4, ["VI1"], "levels/jak1/village1"],
["vil-windspinner-ag", "vil-windspinner", 4, ["VI1"], "levels/jak1/village1"],
["vil-sagesail-ag", "vil-sagesail", 4, ["VI1"], "levels/jak1/village1"],
["village1-vis", "village1-vis", 4, ["VI1"], "levels/jak1/village1"],
["0COMMON", "0COMMON", 2, ["NO-XGO"], ""],
["1COMMON", "1COMMON", 2, ["NO-XGO"], ""],
["2COMMON", "2COMMON", 2, ["NO-XGO"], ""],
["3COMMON", "3COMMON", 2, ["NO-XGO"], ""],
["4COMMON", "4COMMON", 2, ["NO-XGO"], ""],
["5COMMON", "5COMMON", 2, ["NO-XGO"], ""],
["6COMMON", "6COMMON", 2, ["NO-XGO"], ""],
["7COMMON", "7COMMON", 2, ["NO-XGO"], ""]
]