- Bump client protocol version 20 → 21 to match server (#822) - Fix render_priority parameter name (was _render_priority, unused prefix) - Fix debug console type inference (var sub := → var sub: String =) - Economics panel: add population row, improve key hint text - Stance indicator: hide on gameplay_occluded (D-170 fullscreen apps) - Remove 5 broken clothing items from manifest and delete their GLBs (boots_work, coveralls_basic, jacket_utility, pants_cargo, shirt_henley) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
61 lines
850 B
JSON
61 lines
850 B
JSON
{
|
|
"body_types": [
|
|
"average_f",
|
|
"average_m",
|
|
"child",
|
|
"heavy_f",
|
|
"heavy_m",
|
|
"muscular_f",
|
|
"muscular_m",
|
|
"teen_f",
|
|
"teen_m",
|
|
"thin_f",
|
|
"thin_m"
|
|
],
|
|
"heads": [
|
|
"head_001",
|
|
"head_002",
|
|
"head_003",
|
|
"head_004"
|
|
],
|
|
"hair": [
|
|
"bald",
|
|
"balding",
|
|
"bob",
|
|
"buns",
|
|
"buzzed",
|
|
"buzzed_female",
|
|
"dreads",
|
|
"long",
|
|
"long_dreads",
|
|
"mohawk",
|
|
"ponytail",
|
|
"ponytail_f",
|
|
"simple_parted",
|
|
"slick_back"
|
|
],
|
|
"facial_hair": [
|
|
"beard",
|
|
"moustache",
|
|
"mutton_chops"
|
|
],
|
|
"eyebrows": [
|
|
"female",
|
|
"regular",
|
|
"teen",
|
|
"thick"
|
|
],
|
|
"clothing": {
|
|
"peasant_pants": {
|
|
"slot": "legs"
|
|
},
|
|
"peasant_shoes": {
|
|
"slot": "feet"
|
|
},
|
|
"peasant_tunic": {
|
|
"slot": "torso"
|
|
}
|
|
},
|
|
"accessories": []
|
|
}
|