From 0ccc81e77a4fed4cd3be6a6bddbf817cb011d3a0 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:19:56 +0100 Subject: feat: Slayer Reqs in craft text (#1429) --- items/TERMINATOR.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'items/TERMINATOR.json') diff --git a/items/TERMINATOR.json b/items/TERMINATOR.json index 8f2e7b0b..5a6f7adb 100644 --- a/items/TERMINATOR.json +++ b/items/TERMINATOR.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:bow", - "displayname": "§f§f§6Terminator", - "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+310\",1:\"§7Strength: §c+50\",2:\"§7Crit Damage: §c+250%\",3:\"§7Bonus Attack Speed: §c+40%\",4:\"§7Shot Cooldown: §a0.5s\",5:\"\",6:\"§7Shoots §b3 §7arrows at once.\",7:\"§7Can damage endermen.\",8:\"\",9:\"§cDivides your §9☣ Crit Chance §cby 4!\",10:\"\",11:\"§6Ability: Salvation §e§lLEFT CLICK\",12:\"§7Can be cast after landing §63 §7hits.\",13:\"§7§7Shoot a beam, penetrating up to §e5\",14:\"§e§7enemies.\",15:\"§7The beam always crits.\",16:\"§8Soulflow Cost: §3§31⸎\",17:\"\",18:\"§6Shortbow: Instantly shoots!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Enderman Slayer\",22:\"§57§c.\",23:\"§6§lLEGENDARY BOW\"],Name:\"§f§f§6Terminator\"},ExtraAttributes:{id:\"TERMINATOR\"}}", + "displayname": "§6Terminator", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+310\",1:\"§7Strength: §c+50\",2:\"§7Crit Damage: §c+250%\",3:\"§7Bonus Attack Speed: §c+40%\",4:\"§7Shot Cooldown: §a0.5s\",5:\"\",6:\"§7Shoots §b3 §7arrows at once.\",7:\"§7Can damage endermen.\",8:\"\",9:\"§cDivides your §9☣ Crit Chance §cby 4!\",10:\"\",11:\"§6Ability: Salvation §e§lLEFT CLICK\",12:\"§7Can be cast after landing §63 §7hits.\",13:\"§7§7Shoot a beam, penetrating up to §e5\",14:\"§e§7enemies.\",15:\"§7The beam always crits.\",16:\"§8Soulflow Cost: §3§31⸎\",17:\"\",18:\"§6Shortbow: Instantly shoots!\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Enderman Slayer 7§c.\",22:\"§6§lLEGENDARY BOW\"],Name:\"§6Terminator\"},ExtraAttributes:{id:\"TERMINATOR\"}}", "damage": 0, "lore": [ "§7Damage: §c+310", @@ -25,8 +25,7 @@ "§6Shortbow: Instantly shoots!", "", "§7§8This item can be reforged!", - "§7§4☠ §cRequires §5Enderman Slayer", - "§57§c.", + "§7§4☠ §cRequires §5Enderman Slayer 7§c.", "§6§lLEGENDARY BOW" ], "recipe": { @@ -42,7 +41,7 @@ }, "slayer_req": "EMAN_7", "internalname": "TERMINATOR", - "crafttext": "", + "crafttext": "Requires: Enderman Slayer 7", "clickcommand": "viewrecipe", "modver": "", "infoType": "WIKI_URL", -- cgit