diff options
Diffstat (limited to 'items/DAEDALUS_AXE.json')
-rw-r--r-- | items/DAEDALUS_AXE.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/DAEDALUS_AXE.json b/items/DAEDALUS_AXE.json new file mode 100644 index 00000000..57efaa67 --- /dev/null +++ b/items/DAEDALUS_AXE.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:golden_axe", + "displayname": "§6Daedalus Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+124\",1:\"\",2:\"§7Health: §a+43 HP\",3:\"§7Intelligence: §a+43\",4:\"\",5:\"§7Gains §c+4 Damage §7per Taming level\",6:\"§7Copies the stats from your active pet\",7:\"\",8:\"§7Earn §6+35 coins §7from monster kills\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY SWORD\"],Name:\"§6Daedalus Axe\"},ExtraAttributes:{id:\"DAEDALUS_AXE\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+124", + "", + "§7Health: §a+43 HP", + "§7Intelligence: §a+43", + "", + "§7Gains §c+4 Damage §7per Taming level", + "§7Copies the stats from your active pet", + "", + "§7Earn §6+35 coins §7from monster kills", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY SWORD" + ], + "recipe": { + "A1": "ENCHANTED_GOLD_BLOCK:16", + "A2": "ENCHANTED_GOLD_BLOCK:16", + "A3": "", + "B1": "ENCHANTED_GOLD_BLOCK:16", + "B2": "DAEDALUS_STICK:1", + "B3": "", + "C1": "", + "C2": "DAEDALUS_STICK:1", + "C3": "" + }, + "internalname": "DAEDALUS_AXE", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file |