Files
psxbase/assets/characters/researcher.recipe.json
ryanfitzpatrickio 8a96ede9f2 Initial public release of PSX Adventure Engine
Browser reference stack for PSX-era third-person adventure: fixed cameras,
inventory puzzles, Box3D physics, host-authoritative P2P co-op, and a modular
character harness. Ships the Ashgrove Precinct Level 1 investigation demo with
a full cast and nine linked rooms.
2026-07-31 06:32:43 -05:00

76 lines
1.3 KiB
JSON

{
"id": "researcher",
"name": "Dr. Hale",
"body": "female",
"height": 1.66,
"bodyStyle": {
"mass": -0.15,
"muscle": -0.1,
"fat": 0.05
},
"headStyle": {
"length": 0.2,
"jaw": -0.35,
"brow": -0.2
},
"styleNotes": "clean off-white lab coat over a navy blouse and slim charcoal trousers, plain black flats, wire-rimmed glasses, no weathering",
"palette": {
"primary": {
"r": 230,
"g": 228,
"b": 220
},
"secondary": {
"r": 50,
"g": 52,
"b": 65
},
"accent": {
"r": 80,
"g": 90,
"b": 110
},
"metal": {
"r": 140,
"g": 140,
"b": 145
},
"leather": {
"r": 60,
"g": 50,
"b": 45
},
"skin": {
"r": 220,
"g": 185,
"b": 160
},
"hair": {
"r": 200,
"g": 190,
"b": 175
}
},
"parts": {
"hair": "hair.bun",
"upper": "upper.labcoat",
"lower": "lower.pants",
"feet": "feet.shoes",
"accessory": "accessory.glasses"
},
"partColors": {
"upper.labcoat": {
"r": 235,
"g": 233,
"b": 225
}
},
"stats": {
"vertices": 1171,
"triangles": 2036,
"bones": 22,
"clips": 5,
"skinHidden": 616,
"skinRecessed": 262
}
}