diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-20 13:14:08 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-20 13:14:08 -0500 |
commit | 7d2734656e0a0a3eaab8e30452fb9a0cb5a1c3fd (patch) | |
tree | 60bb5df54670b1fff331004d6b694f6aa8dc9a10 /items | |
parent | 6a49d447c48e9921470161c2863c30653dc612db (diff) | |
download | NotEnoughUpdates-REPO-7d2734656e0a0a3eaab8e30452fb9a0cb5a1c3fd.tar.gz NotEnoughUpdates-REPO-7d2734656e0a0a3eaab8e30452fb9a0cb5a1c3fd.tar.bz2 NotEnoughUpdates-REPO-7d2734656e0a0a3eaab8e30452fb9a0cb5a1c3fd.zip |
Scrolls!
Diffstat (limited to 'items')
-rw-r--r-- | items/SHADOW_WARP_SCROLL.json | 30 | ||||
-rw-r--r-- | items/WITHER_SHIELD_SCROLL.json | 30 |
2 files changed, 60 insertions, 0 deletions
diff --git a/items/SHADOW_WARP_SCROLL.json b/items/SHADOW_WARP_SCROLL.json new file mode 100644 index 00000000..cc7d44ac --- /dev/null +++ b/items/SHADOW_WARP_SCROLL.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§5Shadow Warp", + "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 §6Shadow Warp\",3:\"§6§7ability.\",4:\"\",5:\"§6Item Ability: Shadow Warp §e§lRIGHT CLICK\",6:\"§7Created a spacial distortion\",7:\"§7§e10 §7blocks ahead of you that\",8:\"§7sucks all enemies around it.\",9:\"§7Using this ability again within\",10:\"§7§e5 §7seconds to detonate the\",11:\"§7warp and deal damage to enemies\",12:\"§7near it.\",13:\"§8Mana Cost: §3300\",14:\"§8Cooldown: §a10s\",15:\"\",16:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Shadow Warp\"},ExtraAttributes:{id:\"SHADOW_WARP_SCROLL\"},AttributeModifiers:[],resolved:0b}", + "damage": 0, + "lore": [ + "§7This scroll can be applied to a", + "§7§6Necron\u0027s Blade (Unrefined)", + "§6§7granting it the §6Shadow Warp", + "§6§7ability.", + "", + "§6Item Ability: Shadow Warp §e§lRIGHT CLICK", + "§7Created a spacial distortion", + "§7§e10 §7blocks ahead of you that", + "§7sucks all enemies around it.", + "§7Using this ability again within", + "§7§e5 §7seconds to detonate the", + "§7warp and deal damage to enemies", + "§7near it.", + "§8Mana Cost: §3300", + "§8Cooldown: §a10s", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "SHADOW_WARP_SCROLL", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WITHER_SHIELD_SCROLL.json b/items/WITHER_SHIELD_SCROLL.json new file mode 100644 index 00000000..2293bd71 --- /dev/null +++ b/items/WITHER_SHIELD_SCROLL.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:writable_book", + "displayname": "§5Wither Shield", + "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 §6Wither\",3:\"§6Shield §7ability.\",4:\"\",5:\"§6Item Ability: Wither Shield §e§lRIGHT CLICK\",6:\"§7Reduces damage taken by §c30%\",7:\"§c§7for §e5 §7seconds. Also grants\",8:\"§7an absorption shield that gives\",9:\"§7§9200% §7of your Critical Damage\",10:\"§7as health, after §e5 §7seconds\",11:\"§7§a50% §7of the shield is\",12:\"§7converted into healing.\",13:\"§8Mana Cost: §3150\",14:\"§8Cooldown: §a10s\",15:\"\",16:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Wither Shield\"},ExtraAttributes:{id:\"WITHER_SHIELD_SCROLL\"},AttributeModifiers:[],resolved:0b}", + "damage": 0, + "lore": [ + "§7This scroll can be applied to a", + "§7§6Necron\u0027s Blade (Unrefined)", + "§6§7granting it the §6Wither", + "§6Shield §7ability.", + "", + "§6Item Ability: Wither Shield §e§lRIGHT CLICK", + "§7Reduces damage taken by §c30%", + "§c§7for §e5 §7seconds. Also grants", + "§7an absorption shield that gives", + "§7§9200% §7of your Critical Damage", + "§7as health, after §e5 §7seconds", + "§7§a50% §7of the shield is", + "§7converted into healing.", + "§8Mana Cost: §3150", + "§8Cooldown: §a10s", + "", + "§5§lEPIC DUNGEON ITEM" + ], + "internalname": "WITHER_SHIELD_SCROLL", + "crafttext": "", + "clickcommand": "", + "modver": "1.6-REL", + "infoType": "" +}
\ No newline at end of file |