Skip to content

Commit 0fe6bcf

Browse files
committed
* Issue #141 Added LPCR Boots/Shoes, Made
1 parent f365534 commit 0fe6bcf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+520
-4
lines changed

CREDITS.csv

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,7 @@ feet/boots/male/teal.png,,"bluecarrot16, Nila122","OGA-BY 3.0, CC-BY-SA 3.0, GPL
630630
feet/boots/male/walnut.png,,"bluecarrot16, Nila122","OGA-BY 3.0, CC-BY-SA 3.0, GPL 2.0, GPL 3.0",https://opengameart.org/content/lpc-clothes-and-hair,https://opengameart.org/content/lpc-santa,http://opengameart.org/content/lpc-clothing-updates,,,,,,,,,,,,,OK
631631
feet/boots/male/white.png,,"bluecarrot16, Nila122","OGA-BY 3.0, CC-BY-SA 3.0, GPL 2.0, GPL 3.0",https://opengameart.org/content/lpc-clothes-and-hair,https://opengameart.org/content/lpc-santa,http://opengameart.org/content/lpc-clothing-updates,,,,,,,,,,,,,OK
632632
feet/boots/male/yellow.png,,"bluecarrot16, Nila122","OGA-BY 3.0, CC-BY-SA 3.0, GPL 2.0, GPL 3.0",https://opengameart.org/content/lpc-clothes-and-hair,https://opengameart.org/content/lpc-santa,http://opengameart.org/content/lpc-clothing-updates,,,,,,,,,,,,,OK
633+
feet/boots2,"original by ElizaWy, remaining frames by JaidynReiman","ElizaWy, JaidynReiman",OGA-BY 3.0,https://github.com/ElizaWy/LPC/tree/main/Characters/Clothing,,,,,,,,,,,,,,,
633634
feet/boots_fold,,"JaidynReiman","OGA-BY 3.0+, CC-BY 3.0+, GPL 3.0","https://opengameart.org/content/lpc-relm-outfit-pieces-2-kimonos-2-sleeves-2-boots-tabi-socks",,,,,,,,,,,,,,,OK
634635
feet/boots_rim,,"JaidynReiman","OGA-BY 3.0+, CC-BY 3.0+, GPL 3.0","https://opengameart.org/content/lpc-relm-outfit-pieces-2-kimonos-2-sleeves-2-boots-tabi-socks",,,,,,,,,,,,,,,OK
635636
feet/boots_plating,,"JaidynReiman","OGA-BY 3.0+, CC-BY 3.0+, GPL 3.0","https://opengameart.org/content/lpc-relm-outfit-pieces-2-kimonos-2-sleeves-2-boots-tabi-socks",,,,,,,,,,,,,,,OK
@@ -836,6 +837,7 @@ feet/shoes/male/teal.png,,"bluecarrot16, Johannes Sjölund (wulax)","OGA-BY 3.0,
836837
feet/shoes/male/walnut.png,,"bluecarrot16, Johannes Sjölund (wulax)","OGA-BY 3.0, CC-BY-SA 3.0, GPL 3.0",https://opengameart.org/content/lpc-medieval-fantasy-character-sprites,http://opengameart.org/content/lpc-clothing-updates,,,,,,,,,,,,,,OK
837838
feet/shoes/male/white.png,,"bluecarrot16, Johannes Sjölund (wulax)","OGA-BY 3.0, CC-BY-SA 3.0, GPL 3.0",https://opengameart.org/content/lpc-medieval-fantasy-character-sprites,http://opengameart.org/content/lpc-clothing-updates,,,,,,,,,,,,,,OK
838839
feet/shoes/male/yellow.png,,"bluecarrot16, Johannes Sjölund (wulax)","OGA-BY 3.0, CC-BY-SA 3.0, GPL 3.0",https://opengameart.org/content/lpc-medieval-fantasy-character-sprites,http://opengameart.org/content/lpc-clothing-updates,,,,,,,,,,,,,,OK
840+
feet/shoes2,"original by ElizaWy, remaining frames by JaidynReiman","ElizaWy, JaidynReiman",OGA-BY 3.0,https://github.com/ElizaWy/LPC/tree/main/Characters/Clothing,,,,,,,,,,,,,,,
839841
feet/slippers,,,,,,,,,,,,,,,,,,,
840842
feet/slippers/female,"original by Luke Mehl, Joe White did thrust/shoot animations, edited for v3 bases and male sprites by bluecarrot16","bluecarrot16, Joe White, Luke Mehl","CC-BY-SA 3.0, GPL 3.0",https://opengameart.org/content/female-mage-clothing-set,http://opengameart.org/content/lpc-clothing-updates,,,,,,,,,,,,,,
841843
feet/slippers/female/_brown.png,,"bluecarrot16, Joe White, Luke Mehl","CC-BY-SA 3.0, GPL 3.0",https://opengameart.org/content/female-mage-clothing-set,http://opengameart.org/content/lpc-clothing-updates,,,,,,,,,,,,,,OK

index.html

Lines changed: 388 additions & 2 deletions
Large diffs are not rendered by default.

sheet_definitions/feet_boots2.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"name" : "Boots 2",
3+
"type_name" : "shoes",
4+
"layer_1" : {
5+
"zPos" : 15,
6+
"female" : "feet/boots2/thin/",
7+
"teen" : "feet/boots2/thin/",
8+
"pregnant" : "feet/boots2/thin/"
9+
},
10+
"variants": [
11+
"black",
12+
"blue",
13+
"bluegray",
14+
"brown",
15+
"charcoal",
16+
"forest",
17+
"gray",
18+
"green",
19+
"lavender",
20+
"leather",
21+
"maroon",
22+
"navy",
23+
"orange",
24+
"pink",
25+
"purple",
26+
"red",
27+
"rose",
28+
"sky",
29+
"slate",
30+
"tan",
31+
"teal",
32+
"walnut",
33+
"white",
34+
"yellow",
35+
"steel",
36+
"iron",
37+
"ceramic",
38+
"brass",
39+
"copper",
40+
"bronze",
41+
"silver",
42+
"gold"
43+
],
44+
"animations": [
45+
"spellcast",
46+
"thrust",
47+
"walk",
48+
"slash",
49+
"shoot",
50+
"hurt",
51+
"watering",
52+
"idle",
53+
"jump",
54+
"run",
55+
"sit",
56+
"emote",
57+
"climb",
58+
"combat",
59+
"1h_slash",
60+
"1h_bgslash",
61+
"1h_halfslash"
62+
]
63+
}

sheet_definitions/feet_shoes2.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
{
2+
"name" : "Shoes 2",
3+
"type_name" : "shoes",
4+
"layer_1" : {
5+
"zPos" : 15,
6+
"female" : "feet/shoes2/thin/",
7+
"teen" : "feet/shoes2/thin/",
8+
"pregnant" : "feet/shoes2/thin/"
9+
},
10+
"variants": [
11+
"black",
12+
"blue",
13+
"bluegray",
14+
"brown",
15+
"charcoal",
16+
"forest",
17+
"gray",
18+
"green",
19+
"lavender",
20+
"leather",
21+
"maroon",
22+
"navy",
23+
"orange",
24+
"pink",
25+
"purple",
26+
"red",
27+
"rose",
28+
"sky",
29+
"slate",
30+
"tan",
31+
"teal",
32+
"walnut",
33+
"white",
34+
"yellow",
35+
"steel",
36+
"iron",
37+
"ceramic",
38+
"brass",
39+
"copper",
40+
"bronze",
41+
"silver",
42+
"gold"
43+
],
44+
"animations": [
45+
"spellcast",
46+
"thrust",
47+
"walk",
48+
"slash",
49+
"shoot",
50+
"hurt",
51+
"watering",
52+
"idle",
53+
"jump",
54+
"run",
55+
"sit",
56+
"emote",
57+
"climb",
58+
"combat",
59+
"1h_slash",
60+
"1h_bgslash",
61+
"1h_halfslash"
62+
]
63+
}

source_index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,13 +989,14 @@ <h3>Legs</h3>
989989
<!-- FEET -->
990990

991991
<!-- Boots -->
992-
<li data-required="male,female,muscular,pregnant,teen" data-animations="spellcast,thrust,walk,slash,shoot,hurt,watering">
992+
<li data-required="male,female,muscular,pregnant,teen">
993993
<span class="condensed">Boots</span>
994994
<ul>
995995
div_sheet_feet_boots
996996
div_sheet_feet_boots_fold
997997
div_sheet_feet_boots_rim
998998
div_sheet_feet_boots_plate
999+
div_sheet_feet_boots2
9991000
</ul>
10001001
</li>
10011002

@@ -1010,12 +1011,13 @@ <h3>Legs</h3>
10101011
</li>
10111012

10121013
<!-- Shoes -->
1013-
<li data-required="male,female,muscular,pregnant,teen" data-animations="spellcast,thrust,walk,slash,shoot,hurt,watering">
1014+
<li data-required="male,female,muscular,pregnant,teen">
10141015
<span class="condensed">Shoes</span>
10151016
<ul>
10161017
div_sheet_feet_armour
10171018
div_sheet_feet_slippers
10181019
div_sheet_feet_shoes
1020+
div_sheet_feet_shoes2
10191021
div_sheet_feet_hoofs
10201022
div_sheet_feet_sandals
10211023
div_sheet_feet_ghillies

spritesheets/feet/boots2/thin.png

60.6 KB
60.9 KB
62 KB
62.3 KB
61.5 KB
61 KB
62.4 KB
61.9 KB
61.2 KB
62.4 KB
61.5 KB
61.2 KB
61.2 KB
63.7 KB
60.7 KB
62 KB
61.8 KB
60 KB
61 KB
62.5 KB
61.8 KB
63 KB

spritesheets/feet/boots2/thin/red.png

62.1 KB
61.6 KB
60.5 KB

spritesheets/feet/boots2/thin/sky.png

60.1 KB
61.2 KB
61.5 KB

spritesheets/feet/boots2/thin/tan.png

60.6 KB
61.9 KB
61.8 KB
60.4 KB
61.7 KB

spritesheets/feet/shoes2/thin.png

45.5 KB
46 KB
47.1 KB
47.2 KB
46.8 KB
46.6 KB
47.3 KB
46.8 KB
46 KB
47.4 KB
46.4 KB
46.8 KB
46.4 KB
47.9 KB
45.8 KB
47.3 KB
46.9 KB
45.4 KB
46.3 KB
47.7 KB
47.1 KB
47.6 KB

spritesheets/feet/shoes2/thin/red.png

47.1 KB
46.8 KB
46 KB

spritesheets/feet/shoes2/thin/sky.png

45.9 KB
46.9 KB
47 KB

spritesheets/feet/shoes2/thin/tan.png

46.3 KB
47.2 KB
46.9 KB
45.4 KB
47.2 KB
466 Bytes
289 Bytes
511 Bytes
452 Bytes
444 Bytes
366 Bytes
369 Bytes
527 Bytes
440 Bytes
501 Bytes
479 Bytes
362 Bytes
444 Bytes
460 Bytes
474 Bytes
511 Bytes
293 Bytes
456 Bytes
497 Bytes
483 Bytes
439 Bytes
506 Bytes
466 Bytes
469 Bytes
532 Bytes

spritesheets/feet/socks/high/thin.png

366 Bytes
441 Bytes
523 Bytes
571 Bytes
451 Bytes
409 Bytes
354 Bytes
495 Bytes
576 Bytes
437 Bytes
424 Bytes
408 Bytes
467 Bytes
401 Bytes
471 Bytes
538 Bytes
412 Bytes
447 Bytes
468 Bytes
380 Bytes
499 Bytes
454 Bytes
514 Bytes
411 Bytes
470 Bytes

0 commit comments

Comments
 (0)