-
Notifications
You must be signed in to change notification settings - Fork 157
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 #197 from jrconway3/issue-141-finish-lpcr-leg-assets
Issue #141 Added LPCR Overalls, Pants, Shoes, and Socks
- Loading branch information
Showing
304 changed files
with
1,871 additions
and
174 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"name" : "Boots 2", | ||
"type_name" : "shoes", | ||
"layer_1" : { | ||
"zPos" : 15, | ||
"female" : "feet/boots2/thin/", | ||
"teen" : "feet/boots2/thin/", | ||
"pregnant" : "feet/boots2/thin/" | ||
}, | ||
"variants": [ | ||
"black", | ||
"blue", | ||
"bluegray", | ||
"brown", | ||
"charcoal", | ||
"forest", | ||
"gray", | ||
"green", | ||
"lavender", | ||
"leather", | ||
"maroon", | ||
"navy", | ||
"orange", | ||
"pink", | ||
"purple", | ||
"red", | ||
"rose", | ||
"sky", | ||
"slate", | ||
"tan", | ||
"teal", | ||
"walnut", | ||
"white", | ||
"yellow", | ||
"steel", | ||
"iron", | ||
"ceramic", | ||
"brass", | ||
"copper", | ||
"bronze", | ||
"silver", | ||
"gold" | ||
], | ||
"animations": [ | ||
"spellcast", | ||
"thrust", | ||
"walk", | ||
"slash", | ||
"shoot", | ||
"hurt", | ||
"watering", | ||
"idle", | ||
"jump", | ||
"run", | ||
"sit", | ||
"emote", | ||
"climb", | ||
"combat", | ||
"1h_slash", | ||
"1h_bgslash", | ||
"1h_halfslash" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,63 @@ | ||
{ | ||
"name" : "Shoes 2", | ||
"type_name" : "shoes", | ||
"layer_1" : { | ||
"zPos" : 15, | ||
"female" : "feet/shoes2/thin/", | ||
"teen" : "feet/shoes2/thin/", | ||
"pregnant" : "feet/shoes2/thin/" | ||
}, | ||
"variants": [ | ||
"black", | ||
"blue", | ||
"bluegray", | ||
"brown", | ||
"charcoal", | ||
"forest", | ||
"gray", | ||
"green", | ||
"lavender", | ||
"leather", | ||
"maroon", | ||
"navy", | ||
"orange", | ||
"pink", | ||
"purple", | ||
"red", | ||
"rose", | ||
"sky", | ||
"slate", | ||
"tan", | ||
"teal", | ||
"walnut", | ||
"white", | ||
"yellow", | ||
"steel", | ||
"iron", | ||
"ceramic", | ||
"brass", | ||
"copper", | ||
"bronze", | ||
"silver", | ||
"gold" | ||
], | ||
"animations": [ | ||
"spellcast", | ||
"thrust", | ||
"walk", | ||
"slash", | ||
"shoot", | ||
"hurt", | ||
"watering", | ||
"idle", | ||
"jump", | ||
"run", | ||
"sit", | ||
"emote", | ||
"climb", | ||
"combat", | ||
"1h_slash", | ||
"1h_bgslash", | ||
"1h_halfslash" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"name" : "Ankle Socks", | ||
"type_name" : "socks", | ||
"layer_1" : { | ||
"zPos" : 14, | ||
"female" : "feet/socks/ankle/thin/", | ||
"teen" : "feet/socks/ankle/thin/", | ||
"pregnant" : "feet/socks/ankle/thin/" | ||
}, | ||
"variants": [ | ||
"leather", | ||
"black", | ||
"blue", | ||
"bluegray", | ||
"brown", | ||
"charcoal", | ||
"forest", | ||
"gray", | ||
"green", | ||
"lavender", | ||
"maroon", | ||
"navy", | ||
"orange", | ||
"pink", | ||
"purple", | ||
"red", | ||
"rose", | ||
"sky", | ||
"slate", | ||
"tan", | ||
"teal", | ||
"walnut", | ||
"white", | ||
"yellow" | ||
], | ||
"animations": [ | ||
"spellcast", | ||
"thrust", | ||
"walk", | ||
"slash", | ||
"shoot", | ||
"hurt", | ||
"watering", | ||
"idle", | ||
"jump", | ||
"run", | ||
"sit", | ||
"emote", | ||
"climb", | ||
"combat", | ||
"1h_slash", | ||
"1h_bgslash", | ||
"1h_halfslash" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"name" : "High Socks", | ||
"type_name" : "socks", | ||
"layer_1" : { | ||
"zPos" : 14, | ||
"female" : "feet/socks/high/thin/", | ||
"teen" : "feet/socks/high/thin/", | ||
"pregnant" : "feet/socks/high/thin/" | ||
}, | ||
"variants": [ | ||
"leather", | ||
"black", | ||
"blue", | ||
"bluegray", | ||
"brown", | ||
"charcoal", | ||
"forest", | ||
"gray", | ||
"green", | ||
"lavender", | ||
"maroon", | ||
"navy", | ||
"orange", | ||
"pink", | ||
"purple", | ||
"red", | ||
"rose", | ||
"sky", | ||
"slate", | ||
"tan", | ||
"teal", | ||
"walnut", | ||
"white", | ||
"yellow" | ||
], | ||
"animations": [ | ||
"spellcast", | ||
"thrust", | ||
"walk", | ||
"slash", | ||
"shoot", | ||
"hurt", | ||
"watering", | ||
"idle", | ||
"jump", | ||
"run", | ||
"sit", | ||
"emote", | ||
"climb", | ||
"combat", | ||
"1h_slash", | ||
"1h_bgslash", | ||
"1h_halfslash" | ||
] | ||
} |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"name": "Cuffed Pants", | ||
"type_name": "legs", | ||
"layer_1": { | ||
"zPos": 20, | ||
"female": "legs/cuffed/thin/", | ||
"teen": "legs/cuffed/thin/", | ||
"pregnant": "legs/cuffed/thin/" | ||
}, | ||
"variants": [ | ||
"leather", | ||
"black", | ||
"blue", | ||
"bluegray", | ||
"brown", | ||
"charcoal", | ||
"forest", | ||
"gray", | ||
"green", | ||
"lavender", | ||
"maroon", | ||
"navy", | ||
"orange", | ||
"pink", | ||
"purple", | ||
"red", | ||
"rose", | ||
"sky", | ||
"slate", | ||
"tan", | ||
"teal", | ||
"walnut", | ||
"white", | ||
"yellow" | ||
], | ||
"animations": [ | ||
"spellcast", | ||
"thrust", | ||
"walk", | ||
"slash", | ||
"shoot", | ||
"hurt", | ||
"watering", | ||
"idle", | ||
"jump", | ||
"run", | ||
"sit", | ||
"emote", | ||
"climb", | ||
"combat", | ||
"1h_slash", | ||
"1h_bgslash", | ||
"1h_halfslash" | ||
] | ||
} |
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 |
---|---|---|
@@ -0,0 +1,55 @@ | ||
{ | ||
"name": "Hose", | ||
"type_name": "legs", | ||
"layer_1": { | ||
"zPos": 20, | ||
"female": "legs/hose/thin/", | ||
"teen": "legs/hose/thin/", | ||
"pregnant": "legs/hose/thin/" | ||
}, | ||
"variants": [ | ||
"leather", | ||
"black", | ||
"blue", | ||
"bluegray", | ||
"brown", | ||
"charcoal", | ||
"forest", | ||
"gray", | ||
"green", | ||
"lavender", | ||
"maroon", | ||
"navy", | ||
"orange", | ||
"pink", | ||
"purple", | ||
"red", | ||
"rose", | ||
"sky", | ||
"slate", | ||
"tan", | ||
"teal", | ||
"walnut", | ||
"white", | ||
"yellow" | ||
], | ||
"animations": [ | ||
"spellcast", | ||
"thrust", | ||
"walk", | ||
"slash", | ||
"shoot", | ||
"hurt", | ||
"watering", | ||
"idle", | ||
"jump", | ||
"run", | ||
"sit", | ||
"emote", | ||
"climb", | ||
"combat", | ||
"1h_slash", | ||
"1h_bgslash", | ||
"1h_halfslash" | ||
] | ||
} |
Oops, something went wrong.