Files
healer-man/scripts/runewaker-pipeline/recipes/forsaken-abbey.json
T
2026-08-14 15:56:39 -04:00

46 lines
1.7 KiB
JSON

{
"schemaVersion": 1,
"slug": "forsaken-abbey",
"title": "Forsaken Abbey",
"source": {
"rootEnvironmentVariable": "RUNEWAKER_ROOT",
"relativeDefault": "../rom-pvt-server-backups/Runewaker",
"resourceRoot": "Resource",
"wdb": "Resource/wdb/dungeon/dgn_forlorn_monastary.wdb",
"model": "model/dungeon/forlorn_monastary/monastary_dungeon_01.ros",
"dungeonConfig": "Tools/dungeon_config.json",
"dungeonConfigId": "forsaken_abbey",
"entryLua": "Resource/luascript/03242.lua",
"entryConstantPrefix": "DQ_Z102"
},
"coordinateSystem": {
"source": "left-handed Y-up",
"nativeBridge": "three(x,y,z)=(runewaker.x,runewaker.y,-runewaker.z)",
"metersPerSourceUnit": 0.1,
"directionUnitsPerTurn": 256,
"calibration": "model/character/pc/dummy/fake_pc.ros mesh height is 16.4977 source units"
},
"navigation": {
"cellSize": 0.3,
"cellHeight": 0.1,
"agentHeight": 1.8,
"agentRadius": 0.36,
"agentMaxClimb": 0.5,
"agentMaxSlope": 50,
"tileSize": 64,
"retainTileIntermediates": false
},
"review": {
"environment": "pilot-ready",
"collision": "required",
"entrance": "source-and-navmesh-approved",
"bossAnchors": "required",
"wdbPlacements": "primary-model-approved"
},
"exceptions": [
"The pilot exports the primary ROS hierarchy; WDB-managed doodads, effects, and runtime placements are not assembled yet.",
"Pilot collision is copied from every primary ROS mesh and therefore includes decorative geometry.",
"Boss positions remain zero-valued AutoPlot/zone-spawn references and require NPCData recovery or visual authoring before combat population is enabled."
]
}