Files
psxbase/assets/characters/olivia.recipe.json
T
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

62 lines
1003 B
JSON

{
"id": "olivia",
"name": "Det. Reyes",
"body": "female",
"height": 1.63,
"bodyStyle": {
"mass": 0.21,
"muscle": 0.35,
"fat": 0.05
},
"headStyle": {
"length": -0.16,
"jaw": 0.06,
"brow": 0.53
},
"styleNotes": "homicide detective in a muted jacket, dark pants, and boots — ashgrove precinct night shift",
"palette": {
"skin": {
"r": 200,
"g": 160,
"b": 130
},
"hair": {
"r": 40,
"g": 36,
"b": 32
},
"primary": {
"r": 78,
"g": 82,
"b": 52
},
"secondary": {
"r": 48,
"g": 50,
"b": 55
},
"accent": {
"r": 90,
"g": 70,
"b": 40
},
"metal": {
"r": 140,
"g": 140,
"b": 145
},
"leather": {
"r": 85,
"g": 60,
"b": 40
}
},
"parts": {
"hair": "hair.long",
"upper": "upper.jacket",
"lower": "lower.cargo",
"feet": "feet.boots",
"accessory": "accessory.none"
}
}