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

60 lines
2.2 KiB
JSON

{
"schemaVersion": 1,
"dungeonId": "runewaker-player-avatars",
"zoneId": 1,
"coordinateSystem": {
"metersPerSourceUnit": 0.1,
"directionUnitsPerTurn": 256,
"maximumProjectionDistance": 2
},
"files": {
"snapshot": "scripts/runewaker-pipeline/snapshots/runewaker-player-avatars-unused.json",
"generatedSource": "src/game/generated/runewakerPlayerAvatars.unused.ts",
"report": "scripts/runewaker-pipeline/snapshots/runewaker-player-avatars-import-report.json",
"environmentMetadata": "scripts/runewaker-pipeline/snapshots/runewaker-player-avatars-environment-unused.json",
"navigation": "scripts/runewaker-pipeline/snapshots/runewaker-player-avatars-navigation-unused.glb",
"actorManifest": "public/assets/characters/runewaker-v1/import-manifest.json",
"actorOutput": "public/assets/characters/runewaker-v1"
},
"source": {
"rootEnvironmentVariable": "RUNEWAKER_ROOT",
"relativeDefault": "../Runewaker",
"resourceRoot": "Resource",
"catalogs": []
},
"actors": [
{
"id": "rom-human-male",
"sourceModel": "model/character/pc/human/male/act_hm_male.ros",
"paperdollAssembly": "scripts/runewaker-pipeline/recipes/player-starter-appearance.tsv",
"runtimeRotationY": 0
},
{
"id": "rom-human-female",
"sourceModel": "model/character/pc/human/female/act_hm_female.ros",
"paperdollAssembly": "scripts/runewaker-pipeline/recipes/player-starter-appearance.tsv",
"runtimeRotationY": 0
},
{
"id": "rom-elf-male",
"sourceModel": "model/character/pc/elf/male/act_elf_male.ros",
"paperdollAssembly": "scripts/runewaker-pipeline/recipes/player-starter-appearance.tsv",
"runtimeRotationY": 0
},
{
"id": "rom-elf-female",
"sourceModel": "model/character/pc/elf/female/act_elf_female.ros",
"paperdollAssembly": "scripts/runewaker-pipeline/recipes/player-starter-appearance.tsv",
"runtimeRotationY": 0
},
{
"id": "rom-dwarf-male",
"sourceModel": "model/character/pc/dwarf/male/act_dwarf_male.ros",
"paperdollAssembly": "scripts/runewaker-pipeline/recipes/player-starter-appearance.tsv",
"runtimeRotationY": 0
}
],
"templates": [],
"deferred": []
}