diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-06-09 10:41:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 10:41:45 +0200 |
commit | ad7c1d10cd09616cf8d06d44252ea07db7a0cbd5 (patch) | |
tree | cdf7d64aefaee1623651cb15ae7d81e57115e3a1 /items/RAGNAROCK_AXE.json | |
parent | 8e969f46aea2e40bc5fbb553de78fae5ff2412d1 (diff) | |
download | NotEnoughUpdates-REPO-ad7c1d10cd09616cf8d06d44252ea07db7a0cbd5.tar.gz NotEnoughUpdates-REPO-ad7c1d10cd09616cf8d06d44252ea07db7a0cbd5.tar.bz2 NotEnoughUpdates-REPO-ad7c1d10cd09616cf8d06d44252ea07db7a0cbd5.zip |
i love social (#757)
Diffstat (limited to 'items/RAGNAROCK_AXE.json')
-rw-r--r-- | items/RAGNAROCK_AXE.json | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/items/RAGNAROCK_AXE.json b/items/RAGNAROCK_AXE.json index 67285bd1..72f843b1 100644 --- a/items/RAGNAROCK_AXE.json +++ b/items/RAGNAROCK_AXE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:golden_axe", "displayname": "§9Ragnarock Axe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+250\",1:\"§7Strength: §c+70\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Ability: Ragnarock §e§lRIGHT CLICK\",5:\"§7Begin a channel.\",6:\"§7After not taking damage for\",7:\"§7§a3s§7, gain §a2x §7this\",8:\"§7weapon\u0027s strength for §a3s§7.\",9:\"§8Mana Cost: §3500\",10:\"§8Cooldown: §a20s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE SWORD\"],Name:\"§9Ragnarock Axe\"},ExtraAttributes:{id:\"RAGNAROCK_AXE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+250\",1:\"§7Strength: §c+70\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Ability: Ragnarock §e§lRIGHT CLICK\",5:\"§7Begin a channel.\",6:\"§7After not taking damage for\",7:\"§7§a3s§7, gain §a2x §7this\",8:\"§7weapon\u0027s strength for §a3s§7.\",9:\"§8Mana Cost: §3396\",10:\"§8Cooldown: §a20s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE SWORD\"],Name:\"§9Ragnarock Axe\"},ExtraAttributes:{id:\"RAGNAROCK_AXE\"}}", "damage": 0, "lore": [ "§7Damage: §c+250", @@ -13,16 +13,27 @@ "§7After not taking damage for", "§7§a3s§7, gain §a2x §7this", "§7weapon\u0027s strength for §a3s§7.", - "§8Mana Cost: §3500", + "§8Mana Cost: §3396", "§8Cooldown: §a20s", "", "§7§8This item can be reforged!", "§9§lRARE SWORD" ], + "recipe": { + "A1": "HALLOWED_SKULL:5", + "A2": "HALLOWED_SKULL:5", + "A3": "HALLOWED_SKULL:5", + "B1": "", + "B2": "STICK:1", + "B3": "HALLOWED_SKULL:5", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, "internalname": "RAGNAROCK_AXE", - "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", + "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ragnarock_Axe" |