diff --git a/src/main/resources/assets/changed/textures/gui/nodes/allure1.png b/src/main/resources/assets/changed/textures/gui/nodes/allure1.png new file mode 100644 index 000000000..190d4bae1 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/allure1.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/allure2.png b/src/main/resources/assets/changed/textures/gui/nodes/allure2.png new file mode 100644 index 000000000..797cc6224 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/allure2.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/call_to_arms.png b/src/main/resources/assets/changed/textures/gui/nodes/call_to_arms.png new file mode 100644 index 000000000..d10c80335 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/call_to_arms.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/follow_my_lead.png b/src/main/resources/assets/changed/textures/gui/nodes/follow_my_lead.png new file mode 100644 index 000000000..e3379f090 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/follow_my_lead.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/friendly_transfur.png b/src/main/resources/assets/changed/textures/gui/nodes/friendly_transfur.png new file mode 100644 index 000000000..01823f7dd Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/friendly_transfur.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/hypnosis.png b/src/main/resources/assets/changed/textures/gui/nodes/hypnosis.png new file mode 100644 index 000000000..3e5604372 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/hypnosis.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/photostasis.png b/src/main/resources/assets/changed/textures/gui/nodes/photostasis.png new file mode 100644 index 000000000..f66659817 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/photostasis.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/photosynthesis.png b/src/main/resources/assets/changed/textures/gui/nodes/photosynthesis.png new file mode 100644 index 000000000..b9da551c1 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/photosynthesis.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/potency2.png b/src/main/resources/assets/changed/textures/gui/nodes/potency2.png new file mode 100644 index 000000000..9c7b02998 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/potency2.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/remote_control.png b/src/main/resources/assets/changed/textures/gui/nodes/remote_control.png new file mode 100644 index 000000000..76741a150 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/remote_control.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/slither.png b/src/main/resources/assets/changed/textures/gui/nodes/slither.png new file mode 100644 index 000000000..50651b889 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/slither.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/slither2.png b/src/main/resources/assets/changed/textures/gui/nodes/slither2.png new file mode 100644 index 000000000..fbc4196a9 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/slither2.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/summon_sharks1.png b/src/main/resources/assets/changed/textures/gui/nodes/summon_sharks1.png new file mode 100644 index 000000000..3f28fdf12 Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/summon_sharks1.png differ diff --git a/src/main/resources/assets/changed/textures/gui/nodes/summon_sharks3.png b/src/main/resources/assets/changed/textures/gui/nodes/summon_sharks3.png new file mode 100644 index 000000000..6bd8e577f Binary files /dev/null and b/src/main/resources/assets/changed/textures/gui/nodes/summon_sharks3.png differ diff --git a/src/main/resources/data/changed/ability/nodes/chlorophyll/photostasis.json b/src/main/resources/data/changed/ability/nodes/chlorophyll/photostasis.json index 1b203e4e2..7fb3b7290 100644 --- a/src/main/resources/data/changed/ability/nodes/chlorophyll/photostasis.json +++ b/src/main/resources/data/changed/ability/nodes/chlorophyll/photostasis.json @@ -2,6 +2,10 @@ "parent": "changed:chlorophyll/photosynthesis2", "titleId": "changed.ability_tree.chlorophyll.photostasis", "flavorId": "changed.ability_tree.chlorophyll.photostasis.flavor", + "display": { + "icon": "changed:textures/gui/nodes/photostasis.png", + "frame": "strong" + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -33,4 +37,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis1.json b/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis1.json index a3fcb5967..0a3264281 100644 --- a/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis1.json +++ b/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis1.json @@ -2,6 +2,10 @@ "parent": { "tree": "changed:chlorophyll" }, "titleId": "changed.ability_tree.chlorophyll.photosynthesis1", "flavorId": "changed.ability_tree.chlorophyll.photosynthesis1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/photosynthesis.png", + "numeral": 1 + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -41,4 +45,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis2.json b/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis2.json index ab3be6672..dec56fbe0 100644 --- a/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis2.json +++ b/src/main/resources/data/changed/ability/nodes/chlorophyll/photosynthesis2.json @@ -3,6 +3,10 @@ "occludes": "changed:chlorophyll/photosynthesis1", "titleId": "changed.ability_tree.chlorophyll.photosynthesis2", "flavorId": "changed.ability_tree.chlorophyll.photosynthesis2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/photosynthesis.png", + "numeral": 2 + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -42,4 +46,4 @@ } } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/allure1.json b/src/main/resources/data/changed/ability/nodes/hypnosis/allure1.json index 5f544e596..15db37754 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/allure1.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/allure1.json @@ -2,6 +2,10 @@ "parent": "changed:hypnosis/hypnosis", "titleId": "changed.ability_tree.hypnosis.allure1", "flavorId": "changed.ability_tree.hypnosis.allure1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/allure1.png", + "numeral": 1 + }, "price": 1, "comment": "Hypnosis is harder to break", @@ -12,4 +16,4 @@ "factor": 1.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/allure2.json b/src/main/resources/data/changed/ability/nodes/hypnosis/allure2.json index c59db1984..a84b1b4e9 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/allure2.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/allure2.json @@ -2,6 +2,11 @@ "parent": "changed:hypnosis/allure1", "titleId": "changed.ability_tree.hypnosis.allure2", "flavorId": "changed.ability_tree.hypnosis.allure2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/allure2.png", + "frame": "strong", + "numeral": 2 + }, "price": 1, "comment": "Hypnosis is even harder to break", @@ -12,4 +17,4 @@ "factor": 2.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/hypnosis.json b/src/main/resources/data/changed/ability/nodes/hypnosis/hypnosis.json index 8c3c3f134..67c0d5eff 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/hypnosis.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/hypnosis.json @@ -2,6 +2,11 @@ "parent": { "tree": "changed:hypnosis" }, "titleId": "changed.ability_tree.hypnosis.hypnosis", "flavorId": "changed.ability_tree.hypnosis.hypnosis.flavor", + "display": { + "icon": "changed:textures/gui/nodes/hypnosis.png", + "image_height": 18, + "image_width": 18 + }, "price": 0, "acquiredEffects": [ @@ -10,4 +15,4 @@ "ability": "changed:hypnosis" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/potency1.json b/src/main/resources/data/changed/ability/nodes/hypnosis/potency1.json index b0cf9a25c..9c191dbdc 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/potency1.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/potency1.json @@ -2,6 +2,12 @@ "parent": "changed:hypnosis/hypnosis", "titleId": "changed.ability_tree.hypnosis.potency1", "flavorId": "changed.ability_tree.hypnosis.potency1.flavor", + "display": { + "icon": "minecraft:textures/mob_effect/darkness.png", + "image_height": 18, + "image_width": 18, + "numeral": 1 + }, "price": 1, "comment": "Hypnotized entity gets Slowness II, Mining Fatigue II", @@ -12,4 +18,4 @@ "factor": 1.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/potency2.json b/src/main/resources/data/changed/ability/nodes/hypnosis/potency2.json index 848061a08..4307a69cc 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/potency2.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/potency2.json @@ -2,6 +2,11 @@ "parent": "changed:hypnosis/potency1", "titleId": "changed.ability_tree.hypnosis.potency2", "flavorId": "changed.ability_tree.hypnosis.potency2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/potency2.png", + "frame": "strong", + "numeral": 2 + }, "price": 2, "comment": "Hypnotized entity gets Slowness IV, Mining Fatigue III, Weakness I", @@ -12,4 +17,4 @@ "factor": 2.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/hypnosis/remote_control.json b/src/main/resources/data/changed/ability/nodes/hypnosis/remote_control.json index 84f8128b9..2ecb75e7a 100644 --- a/src/main/resources/data/changed/ability/nodes/hypnosis/remote_control.json +++ b/src/main/resources/data/changed/ability/nodes/hypnosis/remote_control.json @@ -2,6 +2,10 @@ "parent": "changed:hypnosis/potency2", "titleId": "changed.ability_tree.hypnosis.remote_control", "flavorId": "changed.ability_tree.hypnosis.remote_control.flavor", + "display": { + "icon": "changed:textures/gui/nodes/remote_control.png", + "frame": "ultimate" + }, "price": 15, "comment": "After holding the attention of a mob/player for a duration, the latex can instruct the entity to walk to a block and/or attack an entity", @@ -11,4 +15,4 @@ "feature": "changed:hypnosis/control" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/lamnidae/call_to_arms.json b/src/main/resources/data/changed/ability/nodes/lamnidae/call_to_arms.json index 470864798..db4ff9324 100644 --- a/src/main/resources/data/changed/ability/nodes/lamnidae/call_to_arms.json +++ b/src/main/resources/data/changed/ability/nodes/lamnidae/call_to_arms.json @@ -2,6 +2,9 @@ "parent": "changed:lamnidae/summon_sharks2", "titleId": "changed.ability_tree.lamnidae.call_to_arms", "flavorId": "changed.ability_tree.lamnidae.call_to_arms.flavor", + "display": { + "icon": "changed:textures/gui/nodes/call_to_arms.png" + }, "price": 1, "comment": "Summon sharks ability will also retarget nearby sharks to your enemy", @@ -11,4 +14,4 @@ "feature": "changed:summon_sharks/call_to_arms" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/lamnidae/follow_my_lead.json b/src/main/resources/data/changed/ability/nodes/lamnidae/follow_my_lead.json index 6540bd891..cdef882b6 100644 --- a/src/main/resources/data/changed/ability/nodes/lamnidae/follow_my_lead.json +++ b/src/main/resources/data/changed/ability/nodes/lamnidae/follow_my_lead.json @@ -2,6 +2,9 @@ "parent": "changed:lamnidae/summon_sharks1", "titleId": "changed.ability_tree.lamnidae.follow_my_lead", "flavorId": "changed.ability_tree.lamnidae.follow_my_lead.flavor", + "display": { + "icon": "changed:textures/gui/nodes/follow_my_lead.png" + }, "price": 1, "comment": "Summoned sharks will target your current enemy for the duration of the cooldown", @@ -11,4 +14,4 @@ "feature": "changed:summon_sharks/follow_my_lead" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks1.json b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks1.json index a5a79a2bb..1225a30ed 100644 --- a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks1.json +++ b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks1.json @@ -2,7 +2,11 @@ "parent": { "tree": "changed:lamnidae" }, "titleId": "changed.ability_tree.lamnidae.summon_sharks1", "flavorId": "changed.ability_tree.lamnidae.summon_sharks1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/summon_sharks1.png", + "numeral": 1 + }, "price": 1, "comment": "Grants ability to summon sharks" -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks2.json b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks2.json index 5bb1a2105..43ce59074 100644 --- a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks2.json +++ b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks2.json @@ -2,6 +2,10 @@ "parent": "changed:lamnidae/summon_sharks1", "titleId": "changed.ability_tree.lamnidae.summon_sharks2", "flavorId": "changed.ability_tree.lamnidae.summon_sharks2.flavor", + "display": { + "icon": "changed:textures/abilities/summon_sharks.png", + "numeral": 2 + }, "price": 1, "missingEffects": [ @@ -11,4 +15,4 @@ "factor": -1.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks3.json b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks3.json index 463dae91c..40bf7328b 100644 --- a/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks3.json +++ b/src/main/resources/data/changed/ability/nodes/lamnidae/summon_sharks3.json @@ -2,6 +2,10 @@ "parent": "changed:lamnidae/summon_sharks2", "titleId": "changed.ability_tree.lamnidae.summon_sharks3", "flavorId": "changed.ability_tree.lamnidae.summon_sharks3.flavor", + "display": { + "icon": "changed:textures/gui/nodes/summon_sharks3.png", + "numeral": 3 + }, "price": 1, "acquiredEffects": [ @@ -11,4 +15,4 @@ "factor": 2.0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/latex/friendly_transfur.json b/src/main/resources/data/changed/ability/nodes/latex/friendly_transfur.json index acd9269b2..9e8747675 100644 --- a/src/main/resources/data/changed/ability/nodes/latex/friendly_transfur.json +++ b/src/main/resources/data/changed/ability/nodes/latex/friendly_transfur.json @@ -2,6 +2,10 @@ "parent": "changed:latex/absorption", "titleId": "changed.ability_tree.latex.friendly_transfur", "flavorId": "changed.ability_tree.latex.friendly_transfur.flavor", + "display": { + "icon": "changed:textures/gui/nodes/friendly_transfur.png", + "frame": "ultimate" + }, "price": { "levels": 1, "groupDiscountLevels": -1 @@ -15,4 +19,4 @@ "feature": "changed:grab/friendly_transfur" } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/naga_mobility/slither1.json b/src/main/resources/data/changed/ability/nodes/naga_mobility/slither1.json index e16b198d1..216c441e5 100644 --- a/src/main/resources/data/changed/ability/nodes/naga_mobility/slither1.json +++ b/src/main/resources/data/changed/ability/nodes/naga_mobility/slither1.json @@ -2,6 +2,10 @@ "parent": "changed:naga_mobility/practice2", "titleId": "changed.ability_tree.naga_mobility.slither1", "flavorId": "changed.ability_tree.naga_mobility.slither1.flavor", + "display": { + "icon": "changed:textures/gui/nodes/slither.png", + "frame": "strong" + }, "price": 1, "acquiredEffects": [ @@ -11,4 +15,4 @@ "level": 0 } ] -} \ No newline at end of file +} diff --git a/src/main/resources/data/changed/ability/nodes/naga_mobility/slither2.json b/src/main/resources/data/changed/ability/nodes/naga_mobility/slither2.json index 5f8975391..22aaf1bfe 100644 --- a/src/main/resources/data/changed/ability/nodes/naga_mobility/slither2.json +++ b/src/main/resources/data/changed/ability/nodes/naga_mobility/slither2.json @@ -1,7 +1,11 @@ { - "parent": "changed:naga_mobility/practice2", + "parent": "changed:naga_mobility/slither1", "titleId": "changed.ability_tree.naga_mobility.slither2", "flavorId": "changed.ability_tree.naga_mobility.slither2.flavor", + "display": { + "icon": "changed:textures/gui/nodes/slither2.png", + "frame": "strong" + }, "price": 1, "comment": "Upgrades slither to allow the player coil up/down narrow tunnels, and wrap around 1 block wide pillars to anchor their position and climb", @@ -12,4 +16,4 @@ "level": 1 } ] -} \ No newline at end of file +}