Skip to content

Commit b5e9353

Browse files
fix(items): populate missing material fields in YAML item configs
487 items were missing `material:` in their YAML definitions, causing the ItemType generator to default them to BARRIER. Materials sourced from the old ItemType enum and component-based inference (SKULL_HEAD, STANDARD_ITEM).
1 parent 935edde commit b5e9353

71 files changed

Lines changed: 974 additions & 487 deletions

Some content is hidden

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

commons/src/generated/java/net/swofty/commons/skyblock/item/ItemType.java

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

configuration/skyblock/items/armor/celeste.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
items:
22
- id: CELESTE_BOOTS
3+
material: leather_boots
34
rarity: COMMON
45
default_statistics:
56
health: 5.0
@@ -15,6 +16,7 @@ items:
1516
- id: SELLABLE
1617
value: 2000.0
1718
- id: CELESTE_CHESTPLATE
19+
material: leather_chestplate
1820
rarity: COMMON
1921
default_statistics:
2022
health: 20.0
@@ -30,6 +32,7 @@ items:
3032
- id: SELLABLE
3133
value: 4000.0
3234
- id: CELESTE_HELMET
35+
material: leather_helmet
3336
rarity: COMMON
3437
default_statistics:
3538
defense: 10.0
@@ -44,6 +47,7 @@ items:
4447
- id: SELLABLE
4548
value: 2500.0
4649
- id: CELESTE_LEGGINGS
50+
material: leather_leggings
4751
rarity: COMMON
4852
default_statistics:
4953
health: 15.0

configuration/skyblock/items/armor/cheaptuxedo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
items:
22
- id: CHEAP_TUXEDO_BOOTS
3+
material: leather_boots
34
rarity: COMMON
45
default_statistics:
56
CRITICAL_DAMAGE: 25.0
@@ -14,6 +15,7 @@ items:
1415
- id: CUSTOM_DISPLAY_NAME
1516
display_name: Cheap Tuxedo Oxfords
1617
- id: CHEAP_TUXEDO_CHESTPLATE
18+
material: leather_chestplate
1719
rarity: COMMON
1820
default_statistics:
1921
CRITICAL_DAMAGE: 50.0
@@ -28,6 +30,7 @@ items:
2830
- id: CUSTOM_DISPLAY_NAME
2931
display_name: Cheap Tuxedo Jacket
3032
- id: CHEAP_TUXEDO_LEGGINGS
33+
material: leather_leggings
3134
rarity: COMMON
3235
default_statistics:
3336
CRITICAL_DAMAGE: 25.0

configuration/skyblock/items/armor/eleganttuxedo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
items:
22
- id: ELEGANT_TUXEDO_BOOTS
3+
material: leather_boots
34
rarity: COMMON
45
default_statistics:
56
CRITICAL_DAMAGE: 50.0
@@ -15,6 +16,7 @@ items:
1516
- id: CUSTOM_DISPLAY_NAME
1617
display_name: Elegant Tuxedo Oxfords
1718
- id: ELEGANT_TUXEDO_CHESTPLATE
19+
material: leather_chestplate
1820
rarity: COMMON
1921
default_statistics:
2022
CRITICAL_DAMAGE: 100.0
@@ -29,6 +31,7 @@ items:
2931
- id: CUSTOM_DISPLAY_NAME
3032
display_name: Elegant Tuxedo Jacket
3133
- id: ELEGANT_TUXEDO_LEGGINGS
34+
material: leather_leggings
3235
rarity: COMMON
3336
default_statistics:
3437
CRITICAL_DAMAGE: 50.0

configuration/skyblock/items/armor/fancytuxedo.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
items:
22
- id: FANCY_TUXEDO_BOOTS
3+
material: leather_boots
34
rarity: COMMON
45
default_statistics:
56
CRITICAL_DAMAGE: 35.0
@@ -15,6 +16,7 @@ items:
1516
- id: CUSTOM_DISPLAY_NAME
1617
display_name: Fancy Tuxedo Oxfords
1718
- id: FANCY_TUXEDO_CHESTPLATE
19+
material: leather_chestplate
1820
rarity: COMMON
1921
default_statistics:
2022
CRITICAL_DAMAGE: 80.0
@@ -29,6 +31,7 @@ items:
2931
- id: CUSTOM_DISPLAY_NAME
3032
display_name: Fancy Tuxedo Jacket
3133
- id: FANCY_TUXEDO_LEGGINGS
34+
material: leather_leggings
3235
rarity: COMMON
3336
default_statistics:
3437
CRITICAL_DAMAGE: 35.0

configuration/skyblock/items/armor/farmsuit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
items:
22
- id: FARM_SUIT_HELMET
3+
material: leather_helmet
34
rarity: COMMON
45
default_statistics:
56
defense: 15.0
@@ -34,6 +35,7 @@ items:
3435
amount: 1
3536

3637
- id: FARM_SUIT_CHESTPLATE
38+
material: leather_chestplate
3739
rarity: COMMON
3840
default_statistics:
3941
defense: 40.0
@@ -69,6 +71,7 @@ items:
6971
amount: 1
7072

7173
- id: FARM_SUIT_LEGGINGS
74+
material: leather_leggings
7275
rarity: COMMON
7376
default_statistics:
7477
defense: 15.0
@@ -104,6 +107,7 @@ items:
104107
amount: 1
105108

106109
- id: FARM_SUIT_BOOTS
110+
material: leather_boots
107111
rarity: COMMON
108112
default_statistics:
109113
defense: 15.0

configuration/skyblock/items/armor/lapis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
items:
22
- id: LAPIS_ARMOR_HELMET
3+
material: sea_lantern
34
rarity: COMMON
45
default_statistics:
56
defense: 25
@@ -22,6 +23,7 @@ items:
2223
game_stage: AMATEUR
2324
donation_xp: 3
2425
- id: LAPIS_ARMOR_CHESTPLATE
26+
material: leather_chestplate
2527
rarity: COMMON
2628
default_statistics:
2729
defense: 40
@@ -44,6 +46,7 @@ items:
4446
game_stage: AMATEUR
4547
donation_xp: 3
4648
- id: LAPIS_ARMOR_LEGGINGS
49+
material: leather_leggings
4750
rarity: COMMON
4851
default_statistics:
4952
defense: 35
@@ -66,6 +69,7 @@ items:
6669
game_stage: AMATEUR
6770
donation_xp: 3
6871
- id: LAPIS_ARMOR_BOOTS
72+
material: leather_boots
6973
rarity: COMMON
7074
default_statistics:
7175
defense: 20

configuration/skyblock/items/armor/leaflet.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
items:
22
- id: LEAFLET_HELMET
3+
material: oak_leaves
34
rarity: COMMON
45
default_statistics:
56
health: 20.0
@@ -30,6 +31,7 @@ items:
3031
amount: 1
3132

3233
- id: LEAFLET_CHESTPLATE
34+
material: leather_chestplate
3335
rarity: COMMON
3436
default_statistics:
3537
health: 35.0
@@ -65,6 +67,7 @@ items:
6567
amount: 1
6668

6769
- id: LEAFLET_LEGGINGS
70+
material: leather_leggings
6871
rarity: COMMON
6972
default_statistics:
7073
health: 20.0
@@ -100,6 +103,7 @@ items:
100103
amount: 1
101104

102105
- id: LEAFLET_BOOTS
106+
material: leather_boots
103107
rarity: COMMON
104108
default_statistics:
105109
health: 15.0

configuration/skyblock/items/armor/mercenary.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
items:
22
- id: MERCENARY_BOOTS
3+
material: leather_boots
34
rarity: COMMON
45
default_statistics:
56
health: 30.0
@@ -14,6 +15,7 @@ items:
1415
- id: SELLABLE
1516
value: 5000.0
1617
- id: MERCENARY_CHESTPLATE
18+
material: iron_chestplate
1719
rarity: COMMON
1820
default_statistics:
1921
health: 70.0
@@ -24,6 +26,7 @@ items:
2426
- id: SELLABLE
2527
value: 20000.0
2628
- id: MERCENARY_HELMET
29+
material: chainmail_helmet
2730
rarity: COMMON
2831
default_statistics:
2932
health: 40.0
@@ -34,6 +37,7 @@ items:
3437
- id: SELLABLE
3538
value: 10000.0
3639
- id: MERCENARY_LEGGINGS
40+
material: chainmail_leggings
3741
rarity: COMMON
3842
default_statistics:
3943
health: 60.0

configuration/skyblock/items/armor/mushroom.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
items:
22
- id: MUSHROOM_HELMET
3+
material: leather_helmet
34
rarity: COMMON
45
default_statistics:
56
health: 20.0
@@ -33,6 +34,7 @@ items:
3334
amount: 1
3435

3536
- id: MUSHROOM_CHESTPLATE
37+
material: leather_chestplate
3638
rarity: COMMON
3739
default_statistics:
3840
health: 10.0
@@ -68,6 +70,7 @@ items:
6870
amount: 1
6971

7072
- id: MUSHROOM_LEGGINGS
73+
material: leather_leggings
7174
rarity: COMMON
7275
default_statistics:
7376
health: 10.0
@@ -103,6 +106,7 @@ items:
103106
amount: 1
104107

105108
- id: MUSHROOM_BOOTS
109+
material: leather_boots
106110
rarity: COMMON
107111
default_statistics:
108112
health: 15.0

0 commit comments

Comments
 (0)