From 6a49d447c48e9921470161c2863c30653dc612db Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Fri, 20 Nov 2020 13:10:32 -0500 Subject: Learning To Count with IRONM00N pt 2 --- items/IMPLOSION_SCROLL.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 items/IMPLOSION_SCROLL.json (limited to 'items/IMPLOSION_SCROLL.json') diff --git a/items/IMPLOSION_SCROLL.json b/items/IMPLOSION_SCROLL.json new file mode 100644 index 00000000..72380cff --- /dev/null +++ b/items/IMPLOSION_SCROLL.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§f§f§5Implosion", + "nbttag": "{generation:0,ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7This scroll can be applied to a\",1:\"§7§6Necron\u0027s Blade (Unrefined)\",2:\"§6§7granting it the §6Implosion\",3:\"§6§7ability.\",4:\"\",5:\"§6Item Ability: Implosion §e§lRIGHT CLICK\",6:\"§7Deals §c10,000 §7damage to\",7:\"§7nearby enemies.\",8:\"§8Mana Cost: §3300\",9:\"§8Cooldown: §a10s\",10:\"\",11:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§f§f§5Implosion\"},ExtraAttributes:{id:\"IMPLOSION_SCROLL\"},AttributeModifiers:[],resolved:0b}", + "damage": 0, + "lore": [ + "§7This scroll can be applied to a", + "§7§6Necron\u0027s Blade (Unrefined)", + "§6§7granting it the §6Implosion", + "§6§7ability.", + "", + "§6Item Ability: Implosion §e§lRIGHT CLICK", + "§7Deals §c10,000 §7damage to", + "§7nearby enemies.", + "§8Mana Cost: §3300", + "§8Cooldown: §a10s", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "IMPLOSION_SCROLL", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +} \ No newline at end of file -- cgit