Skip to content

Commit

Permalink
added some missing skins
Browse files Browse the repository at this point in the history
  • Loading branch information
oy committed Dec 22, 2012
1 parent f5c56c9 commit 3994faa
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 0 deletions.
35 changes: 35 additions & 0 deletions data/skins/bluekitty.json
@@ -0,0 +1,35 @@
{"skin": {
"body": {
"filename": "kitty",
"custom_colors": "true",
"hue": 132,
"sat": 118,
"lgt": 184
},
"tattoo": {
"filename": "whisker",
"custom_colors": "true",
"hue": 130,
"sat": 109,
"lgt": 219,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 120,
"sat": 82,
"lgt": 235
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 120,
"sat": 82,
"lgt": 235
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}
39 changes: 39 additions & 0 deletions data/skins/brownbear.json
@@ -0,0 +1,39 @@
{"skin": {
"body": {
"filename": "bear",
"custom_colors": "true",
"hue": 16,
"sat": 133,
"lgt": 121
},
"tattoo": {
"filename": "bear",
"custom_colors": "true",
"hue": 17,
"sat": 110,
"lgt": 168,
"alp": 255
},
"decoration": {
"filename": "hair",
"custom_colors": "false"
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 16,
"sat": 133,
"lgt": 121
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 17,
"sat": 129,
"lgt": 38
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}
35 changes: 35 additions & 0 deletions data/skins/limekitty.json
@@ -0,0 +1,35 @@
{"skin": {
"body": {
"filename": "kitty",
"custom_colors": "true",
"hue": 70,
"sat": 98,
"lgt": 195
},
"tattoo": {
"filename": "whisker",
"custom_colors": "true",
"hue": 69,
"sat": 98,
"lgt": 224,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 58,
"sat": 104,
"lgt": 239
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 58,
"sat": 104,
"lgt": 239
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}
35 changes: 35 additions & 0 deletions data/skins/twintri.json
@@ -0,0 +1,35 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 52,
"sat": 156,
"lgt": 124
},
"tattoo": {
"filename": "twintri",
"custom_colors": "true",
"hue": 40,
"sat": 222,
"lgt": 227,
"alp": 255
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 0,
"sat": 0,
"lgt": 185
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 147,
"sat": 4,
"lgt": 72
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}
31 changes: 31 additions & 0 deletions data/skins/warpaint.json
@@ -0,0 +1,31 @@
{"skin": {
"body": {
"filename": "standard",
"custom_colors": "true",
"hue": 29,
"sat": 173,
"lgt": 87
},
"tattoo": {
"filename": "warpaint",
"custom_colors": "false"
},
"hands": {
"filename": "standard",
"custom_colors": "true",
"hue": 11,
"sat": 115,
"lgt": 1
},
"feet": {
"filename": "standard",
"custom_colors": "true",
"hue": 29,
"sat": 173,
"lgt": 87
},
"eyes": {
"filename": "standard",
"custom_colors": "false"
}}
}

0 comments on commit 3994faa

Please sign in to comment.