diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-02-16 12:41:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-16 22:41:12 +1100 |
commit | 3b750492565cda962fe668c89a6ae467d765ca71 (patch) | |
tree | 5472edc2e8ac8477a3977b0155bc4060b276b7d7 /items/TACTICAL_INSERTION.json | |
parent | 4fa2f1eb69e5d3e412387d3f5bbde66e49245241 (diff) | |
download | NotEnoughUpdates-REPO-3b750492565cda962fe668c89a6ae467d765ca71.tar.gz NotEnoughUpdates-REPO-3b750492565cda962fe668c89a6ae467d765ca71.tar.bz2 NotEnoughUpdates-REPO-3b750492565cda962fe668c89a6ae467d765ca71.zip |
Fixed Pure Mithril perk and nbttag (#895)
Diffstat (limited to 'items/TACTICAL_INSERTION.json')
-rw-r--r-- | items/TACTICAL_INSERTION.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/items/TACTICAL_INSERTION.json b/items/TACTICAL_INSERTION.json index 3aca1931..1a9c6a6b 100644 --- a/items/TACTICAL_INSERTION.json +++ b/items/TACTICAL_INSERTION.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:blaze_rod", "displayname": "§5Tactical Insertion", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Gorilla Tactics §e§lRIGHT CLICK\",1:\"§7Marks your location and teleport\",2:\"§7back there after §a3s§7.\",3:\"§7\",4:\"§7On coming back, §6burn §7enemies\",5:\"§7within §b3 §7blocks and set your\",6:\"§7§c❤ Health §7to HALF of what it\",7:\"§7was.\",8:\"§7\",9:\"§7The §6burn §7deals §c40% §7of\",10:\"§7ALL damage you dealt within the\",11:\"§7§a3s§7, spread over §66s§7.\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a20s\",14:\"\",15:\"§7§4☠ §cRequires §5Blaze Slayer 4.\",16:\"§5§lEPIC\"],Name:\"§5Tactical Insertion\"},ExtraAttributes:{id:\"TACTICAL_INSERTION\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§6Ability: Gorilla Tactics §e§lRIGHT CLICK\",1:\"§7Marks your location and teleport\",2:\"§7back there after §a3s§7.\",3:\"§7\",4:\"§7On coming back, §6burn §7enemies\",5:\"§7within §b3 §7blocks and set your\",6:\"§7§c❤ Health §7to HALF of what it\",7:\"§7was.\",8:\"§7\",9:\"§7The §6burn §7deals §c40% §7of\",10:\"§7ALL damage you dealt within the\",11:\"§7§a3s§7, spread over §66s§7.\",12:\"§8Mana Cost: §3200\",13:\"§8Cooldown: §a20s\",14:\"\",15:\"§7§4☠ §cRequires §5Blaze Slayer 5§c.\",16:\"§5§lEPIC\"],Name:\"§5Tactical Insertion\"},ExtraAttributes:{id:\"TACTICAL_INSERTION\"}}", "damage": 0, "lore": [ "§6Ability: Gorilla Tactics §e§lRIGHT CLICK", @@ -19,7 +19,7 @@ "§8Mana Cost: §3200", "§8Cooldown: §a20s", "", - "§7§4☠ §cRequires §5Blaze Slayer 4.", + "§7§4☠ §cRequires §5Blaze Slayer 5§c.", "§5§lEPIC" ], "recipe": { @@ -29,7 +29,7 @@ "B1": "", "B2": "INFERNO_VERTEX:8", "B3": "", - "C1": "MOLTEN_POWDER:64", + "C1": "MOLTEN_POWDER:48", "C2": "", "C3": "" }, @@ -37,7 +37,7 @@ "slayer_req": "BLAZE_4", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tactical_Insertion", |