Skip to content

Commit

Permalink
Merge pull request #197 from jrconway3/issue-141-finish-lpcr-leg-assets
Browse files Browse the repository at this point in the history
Issue #141 Added LPCR Overalls, Pants, Shoes, and Socks
  • Loading branch information
sanderfrenken authored Oct 11, 2024
2 parents e0855fd + 0fe6bcf commit df4d712
Show file tree
Hide file tree
Showing 304 changed files with 1,871 additions and 174 deletions.
60 changes: 9 additions & 51 deletions CREDITS.csv

Large diffs are not rendered by default.

1,490 changes: 1,373 additions & 117 deletions index.html

Large diffs are not rendered by default.

63 changes: 63 additions & 0 deletions sheet_definitions/feet_boots2.json
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"
]
}
63 changes: 63 additions & 0 deletions sheet_definitions/feet_shoes2.json
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"
]
}
55 changes: 55 additions & 0 deletions sheet_definitions/feet_socks_ankle.json
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"
]
}
55 changes: 55 additions & 0 deletions sheet_definitions/feet_socks_high.json
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.
55 changes: 55 additions & 0 deletions sheet_definitions/legs_cuffed.json
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"
]
}
55 changes: 55 additions & 0 deletions sheet_definitions/legs_hose.json
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"
]
}
Loading

0 comments on commit df4d712

Please sign in to comment.