-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request sanderfrenken#55 from plutobox/more_teen_defs
Add teen body type to more sheet definitions
- Loading branch information
Showing
179 changed files
with
7,282 additions
and
7,107 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,40 @@ | ||
{ | ||
"name" : "Afro", | ||
"type_name" : "hair", | ||
"layer_1" : { | ||
"zPos" : 120, | ||
"male" : "hair/afro/male/", | ||
"muscular" : "hair/afro/male/", | ||
"female" : "hair/afro/male/", | ||
"pregnant" : "hair/afro/male/" | ||
}, | ||
"variants": [ | ||
"blonde", | ||
"ash", | ||
"sandy", | ||
"platinum", | ||
"strawberry", | ||
"redhead", | ||
"ginger", | ||
"carrot", | ||
"chestnut", | ||
"light brown", | ||
"dark brown", | ||
"black", | ||
"raven", | ||
"dark gray", | ||
"gray", | ||
"white", | ||
"red", | ||
"orange", | ||
"gold", | ||
"green", | ||
"blue", | ||
"navy", | ||
"violet", | ||
"purple", | ||
"pink", | ||
"rose" | ||
] | ||
} | ||
"name": "Afro", | ||
"type_name": "hair", | ||
"layer_1": { | ||
"zPos": 120, | ||
"male": "hair/afro/male/", | ||
"muscular": "hair/afro/male/", | ||
"female": "hair/afro/male/", | ||
"pregnant": "hair/afro/male/", | ||
"teen": "hair/afro/male/" | ||
}, | ||
"variants": [ | ||
"blonde", | ||
"ash", | ||
"sandy", | ||
"platinum", | ||
"strawberry", | ||
"redhead", | ||
"ginger", | ||
"carrot", | ||
"chestnut", | ||
"light brown", | ||
"dark brown", | ||
"black", | ||
"raven", | ||
"dark gray", | ||
"gray", | ||
"white", | ||
"red", | ||
"orange", | ||
"gold", | ||
"green", | ||
"blue", | ||
"navy", | ||
"violet", | ||
"purple", | ||
"pink", | ||
"rose" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,40 @@ | ||
{ | ||
"name" : "Balding", | ||
"type_name" : "hair", | ||
"layer_1" : { | ||
"zPos" : 120, | ||
"male" : "hair/balding/male/", | ||
"muscular" : "hair/balding/male/", | ||
"female" : "hair/balding/female/", | ||
"pregnant" : "hair/balding/female/" | ||
}, | ||
"variants": [ | ||
"blonde", | ||
"ash", | ||
"sandy", | ||
"platinum", | ||
"strawberry", | ||
"redhead", | ||
"ginger", | ||
"carrot", | ||
"chestnut", | ||
"light brown", | ||
"dark brown", | ||
"black", | ||
"raven", | ||
"dark gray", | ||
"gray", | ||
"white", | ||
"red", | ||
"orange", | ||
"gold", | ||
"green", | ||
"blue", | ||
"navy", | ||
"violet", | ||
"purple", | ||
"pink", | ||
"rose" | ||
] | ||
} | ||
"name": "Balding", | ||
"type_name": "hair", | ||
"layer_1": { | ||
"zPos": 120, | ||
"male": "hair/balding/male/", | ||
"muscular": "hair/balding/male/", | ||
"female": "hair/balding/female/", | ||
"pregnant": "hair/balding/female/", | ||
"teen": "hair/balding/male/" | ||
}, | ||
"variants": [ | ||
"blonde", | ||
"ash", | ||
"sandy", | ||
"platinum", | ||
"strawberry", | ||
"redhead", | ||
"ginger", | ||
"carrot", | ||
"chestnut", | ||
"light brown", | ||
"dark brown", | ||
"black", | ||
"raven", | ||
"dark gray", | ||
"gray", | ||
"white", | ||
"red", | ||
"orange", | ||
"gold", | ||
"green", | ||
"blue", | ||
"navy", | ||
"violet", | ||
"purple", | ||
"pink", | ||
"rose" | ||
] | ||
} |
Oops, something went wrong.