diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2025-01-10 11:42:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-10 10:42:57 +0000 |
| commit | 4ab7c551da7cea245fa49701405c5988baef67bb (patch) | |
| tree | 4281182b9683cac4c7da6b50030ac9994bc6aa42 /items | |
| parent | dcf1dbcea50a5afda2027d8c1ca89f20ce45d974 (diff) | |
| download | NotEnoughUpdates-REPO-4ab7c551da7cea245fa49701405c5988baef67bb.tar.gz NotEnoughUpdates-REPO-4ab7c551da7cea245fa49701405c5988baef67bb.tar.bz2 NotEnoughUpdates-REPO-4ab7c551da7cea245fa49701405c5988baef67bb.zip | |
fix: Steak Req and End Stone Lore (#1604)
Diffstat (limited to 'items')
| -rw-r--r-- | items/END_STONE_SWORD.json | 19 | ||||
| -rw-r--r-- | items/SHARP_STEAK_STAKE.json | 4 |
2 files changed, 12 insertions, 11 deletions
diff --git a/items/END_STONE_SWORD.json b/items/END_STONE_SWORD.json index 7a16587b..cb709449 100644 --- a/items/END_STONE_SWORD.json +++ b/items/END_STONE_SWORD.json @@ -1,19 +1,20 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5End Stone Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+80\",2:\"\",3:\"§6Ability: Extreme Focus §e§lRIGHT CLICK\",4:\"§7Consumes all your remaining mana\",5:\"§7to grant Damage Resistance for\",6:\"§7§a5§7 seconds and extra damage\",7:\"§7on your next hit (within 5\",8:\"§7seconds) depending on how much\",9:\"§7mana was consumed!\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§5§lEPIC SWORD\"],Name:\"§5End Stone Sword\"},ExtraAttributes:{id:\"END_STONE_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+80\",2:\"\",3:\"§6Ability: Extreme Focus §e§lRIGHT CLICK\",4:\"§7§7Consume all of your remaining §b✎ Mana§7.\",5:\"§7For every §b5 Mana §7consumed:\",6:\"§7§7 §7 Damage Reduction: §a-0.01x §8(last 5s)\",7:\"§7§7 §7 Next Hit Damage: §c+1%\",8:\"§7§7Capped at §a50% Damage Reduction §7and §c+500%\",9:\"§cDamage§7.\",10:\"§8Mana Cost: §320\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§5§lEPIC SWORD\"],Name:\"§5End Stone Sword\"},ExtraAttributes:{id:\"END_STONE_SWORD\"}}", "damage": 0, "lore": [ "§7Damage: §c+120", "§7Strength: §c+80", "", - "§6Ability: Extreme Focus §e§lRIGHT CLICK", - "§7Consumes all your remaining mana", - "§7to grant Damage Resistance for", - "§7§a5§7 seconds and extra damage", - "§7on your next hit (within 5", - "§7seconds) depending on how much", - "§7mana was consumed!", + "§6Ability: Extreme Focus §e§lRIGHT CLICK", + "§7§7Consume all of your remaining §b✎ Mana§7.", + "§7For every §b5 Mana §7consumed:", + "§7§7 §7 Damage Reduction: §a-0.01x §8(last 5s)", + "§7§7 §7 Next Hit Damage: §c+1%", + "§7§7Capped at §a50% Damage Reduction §7and §c+500%", + "§cDamage§7.", + "§8Mana Cost: §320", "", "§7§8This item can be reforged!", "§5§lEPIC SWORD" @@ -31,7 +32,7 @@ }, "internalname": "END_STONE_SWORD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/End_Stone_Sword", diff --git a/items/SHARP_STEAK_STAKE.json b/items/SHARP_STEAK_STAKE.json index cf4ce860..76c3932a 100644 --- a/items/SHARP_STEAK_STAKE.json +++ b/items/SHARP_STEAK_STAKE.json @@ -31,8 +31,8 @@ }, "internalname": "SHARP_STEAK_STAKE", "clickcommand": "viewrecipe", - "modver": "2.5.0", - "crafttext": "Requires: Vampire Slayer 4", + "modver": "", + "crafttext": "Requires: Vampire Slayer 3", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Super_Sharp_%27n_Stabby_Steak_Stake" |
