ddnet/data/skins7/monkey.json
Alexander Akulich fe99a346dd Improve 0.7 skins
skins7: Extract the skins dir to a macro
skins7: Look for the skins at 'skins7' dir
Data: Add 0.7 skins (diliated)
CMenus::RenderSkinSelection7: Fix the skins number (use 0.7 getter)
CSkins7::GetColorV3: Fix missing UnclampLighting
CRenderTools: Use stronger type for 0.7 colors
CSkins7::RandomizeSkin: Use enum value instead of hardcode+comment
CMenus::RenderSettingsTee7: Enable team skins validation
system: Add str_utf8_copy_num()
GameClient: Extract ApplySkin7InfoFromGameMsg()
GameClient: Add skin7 to CClientData (also process and validate it)
2024-08-10 14:50:43 +02:00

43 lines
635 B
JSON

{"skin": {
"body": {
"filename": "monkey",
"custom_colors": "true",
"hue": 21,
"sat": 175,
"lgt": 196
},
"marking": {
"filename": "monkey",
"custom_colors": "true",
"hue": 22,
"sat": 132,
"lgt": 50,
"alp": 255
},
"decoration": {
"filename": "hair",
"custom_colors": "true",
"hue": 35,
"sat": 230,
"lgt": 155
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 25,
"sat": 82,
"lgt": 144
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 19,
"sat": 113,
"lgt": 175
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}