chore(assets): regen character manifest — was stale since the wardrobe landed
The committed manifest still listed the peasant placeholder set; the 24-garment wardrobe from the Phase-5 character sidequest never got a regen. Confirmed the T-1286 port is not the cause — the original script, run from its own directory, produces this same output. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -46,6 +46,33 @@
|
|||||||
"thick"
|
"thick"
|
||||||
],
|
],
|
||||||
"clothing": {
|
"clothing": {
|
||||||
|
"boots_modern": {
|
||||||
|
"slot": "feet"
|
||||||
|
},
|
||||||
|
"buttondown_modern": {
|
||||||
|
"slot": "torso"
|
||||||
|
},
|
||||||
|
"cargo_pants": {
|
||||||
|
"slot": "legs"
|
||||||
|
},
|
||||||
|
"hoodie_modern": {
|
||||||
|
"slot": "torso"
|
||||||
|
},
|
||||||
|
"jacket_modern": {
|
||||||
|
"slot": "torso"
|
||||||
|
},
|
||||||
|
"jeans_modern": {
|
||||||
|
"slot": "torso"
|
||||||
|
},
|
||||||
|
"joggers_modern": {
|
||||||
|
"slot": "torso"
|
||||||
|
},
|
||||||
|
"pants_formal": {
|
||||||
|
"slot": "legs"
|
||||||
|
},
|
||||||
|
"parka_thrds": {
|
||||||
|
"slot": "torso"
|
||||||
|
},
|
||||||
"peasant_pants": {
|
"peasant_pants": {
|
||||||
"slot": "legs"
|
"slot": "legs"
|
||||||
},
|
},
|
||||||
@@ -55,289 +82,41 @@
|
|||||||
"peasant_tunic": {
|
"peasant_tunic": {
|
||||||
"slot": "torso"
|
"slot": "torso"
|
||||||
},
|
},
|
||||||
"tshirt_modern": {
|
"shoes_formal": {
|
||||||
"slot": "torso",
|
"slot": "feet"
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": true
|
|
||||||
},
|
|
||||||
"hoodie_modern": {
|
|
||||||
"slot": "torso",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": true
|
|
||||||
},
|
|
||||||
"buttondown_modern": {
|
|
||||||
"slot": "torso",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false
|
|
||||||
},
|
},
|
||||||
"shorts_modern": {
|
"shorts_modern": {
|
||||||
"slot": "legs",
|
"slot": "legs"
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false
|
|
||||||
},
|
|
||||||
"jeans_modern": {
|
|
||||||
"slot": "legs",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false
|
|
||||||
},
|
|
||||||
"pants_formal": {
|
|
||||||
"slot": "legs",
|
|
||||||
"style": "formal",
|
|
||||||
"logo_capable": false
|
|
||||||
},
|
|
||||||
"jacket_modern": {
|
|
||||||
"slot": "torso",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": true
|
|
||||||
},
|
|
||||||
"suit_jacket_black": {
|
|
||||||
"slot": "torso",
|
|
||||||
"style": "formal",
|
|
||||||
"logo_capable": false,
|
|
||||||
"regions": {
|
|
||||||
"R": "lapels_collar",
|
|
||||||
"G": "jacket_body",
|
|
||||||
"B": "sleeves",
|
|
||||||
"A": "shirt_triangle"
|
|
||||||
},
|
|
||||||
"default_tints": [
|
|
||||||
[
|
|
||||||
0.13,
|
|
||||||
0.13,
|
|
||||||
0.16,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.09,
|
|
||||||
0.09,
|
|
||||||
0.11,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.09,
|
|
||||||
0.09,
|
|
||||||
0.11,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.93,
|
|
||||||
0.93,
|
|
||||||
0.96,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"uniform_utility": {
|
|
||||||
"slot": "full_body",
|
|
||||||
"style": "utility",
|
|
||||||
"logo_capable": true,
|
|
||||||
"default_tints": [
|
|
||||||
"#3b474f",
|
|
||||||
"#6b8280",
|
|
||||||
"#d18c2e",
|
|
||||||
"#d9dee0"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"tank_top": {
|
|
||||||
"slot": "torso",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": true,
|
|
||||||
"regions": {
|
|
||||||
"R": "collar_band",
|
|
||||||
"G": "body",
|
|
||||||
"B": "armhole_trim"
|
|
||||||
},
|
|
||||||
"default_tints": [
|
|
||||||
"#f5f2eb",
|
|
||||||
"#e8693b",
|
|
||||||
"#f5f2eb",
|
|
||||||
"#ffffff"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sweater_modern": {
|
|
||||||
"slot": "torso",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false,
|
|
||||||
"regions": {
|
|
||||||
"R": "collar",
|
|
||||||
"G": "body",
|
|
||||||
"B": "cuffs_hem"
|
|
||||||
},
|
|
||||||
"default_tints": [
|
|
||||||
"#946b4f",
|
|
||||||
"#b8916e",
|
|
||||||
"#946b4f",
|
|
||||||
"#ffffff"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"track_jacket": {
|
|
||||||
"slot": "torso",
|
|
||||||
"style": "sport",
|
|
||||||
"logo_capable": true,
|
|
||||||
"multi_region": true,
|
|
||||||
"regions": {
|
|
||||||
"R": "stand_collar",
|
|
||||||
"G": "body",
|
|
||||||
"B": "sleeve_stripes",
|
|
||||||
"A": "cuffs_hem_band"
|
|
||||||
},
|
|
||||||
"default_tints": [
|
|
||||||
"#ebedf2",
|
|
||||||
"#294d9e",
|
|
||||||
"#f0f2f7",
|
|
||||||
"#1a2652"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"joggers_modern": {
|
|
||||||
"slot": "legs",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false
|
|
||||||
},
|
|
||||||
"cargo_pants": {
|
|
||||||
"slot": "legs",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false
|
|
||||||
},
|
|
||||||
"swim_trunks": {
|
|
||||||
"slot": "legs",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false
|
|
||||||
},
|
|
||||||
"swimsuit_onepiece": {
|
|
||||||
"slot": "full_body",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false,
|
|
||||||
"regions": {
|
|
||||||
"R": "straps_trim",
|
|
||||||
"G": "body",
|
|
||||||
"B": "side_blocks"
|
|
||||||
},
|
|
||||||
"default_tints": [
|
|
||||||
"#f2f0e8",
|
|
||||||
"#e34a33",
|
|
||||||
"#1f7a8c",
|
|
||||||
"#ffffff"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"sneakers_modern": {
|
|
||||||
"slot": "feet",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false,
|
|
||||||
"multi_region": true,
|
|
||||||
"regions": {
|
|
||||||
"R": "sole",
|
|
||||||
"G": "upper",
|
|
||||||
"B": "laces_trim"
|
|
||||||
},
|
|
||||||
"default_tints": [
|
|
||||||
"#bdc0c4",
|
|
||||||
"#ebebee",
|
|
||||||
"#e1e1e6"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"shoes_formal": {
|
|
||||||
"slot": "feet",
|
|
||||||
"style": "formal",
|
|
||||||
"logo_capable": false,
|
|
||||||
"regions": {
|
|
||||||
"R": "sole",
|
|
||||||
"G": "upper",
|
|
||||||
"B": "toe_cap"
|
|
||||||
},
|
|
||||||
"default_tints": [
|
|
||||||
[
|
|
||||||
0.1,
|
|
||||||
0.1,
|
|
||||||
0.11,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.07,
|
|
||||||
0.07,
|
|
||||||
0.08,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.07,
|
|
||||||
0.07,
|
|
||||||
0.08,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"boots_modern": {
|
|
||||||
"slot": "feet",
|
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false,
|
|
||||||
"regions": {
|
|
||||||
"R": "sole",
|
|
||||||
"G": "upper_shaft",
|
|
||||||
"B": "laces_eyelets"
|
|
||||||
},
|
|
||||||
"default_tints": [
|
|
||||||
"#292624",
|
|
||||||
"#704a2e",
|
|
||||||
"#382e26",
|
|
||||||
"#ffffff"
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"slides": {
|
"slides": {
|
||||||
"slot": "feet",
|
"slot": "torso"
|
||||||
"style": "modern",
|
|
||||||
"logo_capable": false,
|
|
||||||
"regions": {
|
|
||||||
"R": "sole",
|
|
||||||
"G": "strap"
|
|
||||||
},
|
|
||||||
"default_tints": [
|
|
||||||
[
|
|
||||||
0.82,
|
|
||||||
0.83,
|
|
||||||
0.85,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
0.93,
|
|
||||||
0.35,
|
|
||||||
0.2,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
1
|
|
||||||
],
|
|
||||||
[
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
1,
|
|
||||||
1
|
|
||||||
]
|
|
||||||
]
|
|
||||||
},
|
},
|
||||||
"parka_thrds": {
|
"sneakers_modern": {
|
||||||
"slot": "torso",
|
"slot": "torso"
|
||||||
"style": "modern",
|
},
|
||||||
"logo_capable": true,
|
"suit_jacket_black": {
|
||||||
"regions": {
|
"slot": "torso"
|
||||||
"R": "hood_roll_collar",
|
},
|
||||||
"G": "body",
|
"sweater_modern": {
|
||||||
"B": "sleeves",
|
"slot": "torso"
|
||||||
"A": "pocket_quilt_trim"
|
},
|
||||||
},
|
"swim_trunks": {
|
||||||
"default_tints": [
|
"slot": "torso"
|
||||||
"#384257",
|
},
|
||||||
"#4d5973",
|
"swimsuit_onepiece": {
|
||||||
"#455269",
|
"slot": "torso"
|
||||||
"#788599"
|
},
|
||||||
]
|
"tank_top": {
|
||||||
|
"slot": "torso"
|
||||||
|
},
|
||||||
|
"track_jacket": {
|
||||||
|
"slot": "torso"
|
||||||
|
},
|
||||||
|
"tshirt_modern": {
|
||||||
|
"slot": "torso"
|
||||||
|
},
|
||||||
|
"uniform_utility": {
|
||||||
|
"slot": "torso"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"accessories": []
|
"accessories": []
|
||||||
|
|||||||
Reference in New Issue
Block a user