forked from Draylar/tiered
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
temporarily remove the busted tooltip mixin
- Loading branch information
1 parent
5dce4e0
commit 3838521
Showing
14 changed files
with
192 additions
and
68 deletions.
There are no files selected for viewing
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
31 changes: 31 additions & 0 deletions
31
src/main/resources/data/tiered/item_attributes/armor/epic/architects.json
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,31 @@ | ||
{ | ||
"id": "tiered:architects", | ||
"verifiers": [ | ||
{ "tag": "c:helmets" }, | ||
{ "tag": "c:chestplates" }, | ||
{ "tag": "c:leggings" } | ||
], | ||
"style": { | ||
"color": "light_purple" | ||
}, | ||
"weight": 200, | ||
"tooltip_image": [4], | ||
"tooltip_border": ["FF996922"], | ||
"reforge_cost": 21, | ||
"attributes": [ | ||
{ | ||
"type": "reach-entity-attributes:reach", | ||
"tooltip": ["tiered:architects.tooltip"], | ||
"modifier": { | ||
"name": "tiered:architects", | ||
"operation": "ADDITION", | ||
"amount": 2 | ||
}, | ||
"optional_equipment_slots": [ | ||
"LEGS", | ||
"CHEST", | ||
"HEAD" | ||
] | ||
} | ||
] | ||
} |
38 changes: 38 additions & 0 deletions
38
src/main/resources/data/tiered/item_attributes/armor/epic/architects_boots.json
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,38 @@ | ||
{ | ||
"id": "tiered:architects_boots", | ||
"verifiers": [ | ||
{ "tag": "c:boots" } | ||
], | ||
"style": { | ||
"color": "light_purple" | ||
}, | ||
"weight": 200, | ||
"tooltip_image": [4], | ||
"tooltip_border": ["FF996922"], | ||
"reforge_cost": 21, | ||
"attributes": [ | ||
{ | ||
"type": "reach-entity-attributes:reach", | ||
"tooltip": ["light_purple", "tiered:architects.tooltip"], | ||
"modifier": { | ||
"name": "no_tooltip", | ||
"operation": "ADDITION", | ||
"amount": 2 | ||
}, | ||
"optional_equipment_slots": [ | ||
"FEET" | ||
] | ||
}, | ||
{ | ||
"type": "stepheightentityattribute:stepheight", | ||
"modifier": { | ||
"name": "tiered:architects_boots", | ||
"operation": "ADDITION", | ||
"amount": 0.5 | ||
}, | ||
"optional_equipment_slots": [ | ||
"FEET" | ||
] | ||
} | ||
] | ||
} |
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
32 changes: 32 additions & 0 deletions
32
src/main/resources/data/tiered/item_attributes/armor/rare/builders.json
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,32 @@ | ||
{ | ||
"id": "tiered:builders", | ||
"verifiers": [ | ||
{ "tag": "c:helmets" }, | ||
{ "tag": "c:chestplates" }, | ||
{ "tag": "c:leggings" }, | ||
{ "tag": "c:boots" } | ||
], | ||
"style": { | ||
"color": "aqua" | ||
}, | ||
"weight": 3, | ||
"tooltip_image": [3], | ||
"tooltip_border": ["FF7FFFFF"], | ||
"reforge_cost": 13, | ||
"attributes": [ | ||
{ | ||
"type": "reach-entity-attributes:reach", | ||
"modifier": { | ||
"name": "tiered:builders", | ||
"operation": "ADDITION", | ||
"amount": 1 | ||
}, | ||
"optional_equipment_slots": [ | ||
"FEET", | ||
"LEGS", | ||
"CHEST", | ||
"HEAD" | ||
] | ||
} | ||
] | ||
} |
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
Oops, something went wrong.