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.
62 lines
929 B
JSON
62 lines
929 B
JSON
{
|
|
"id": "survivor",
|
|
"name": "Survivor",
|
|
"body": "male",
|
|
"height": 1.72,
|
|
"bodyStyle": {
|
|
"mass": -0.25,
|
|
"muscle": 0.2,
|
|
"fat": 0.05
|
|
},
|
|
"headStyle": {
|
|
"length": -0.65,
|
|
"jaw": 0.68,
|
|
"brow": 0.65
|
|
},
|
|
"styleNotes": "business suit and tie",
|
|
"palette": {
|
|
"skin": {
|
|
"r": 220,
|
|
"g": 185,
|
|
"b": 160
|
|
},
|
|
"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.pants",
|
|
"feet": "feet.boots",
|
|
"accessory": "accessory.none"
|
|
}
|
|
}
|