diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-01-31 14:16:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-31 08:16:38 -0500 |
commit | cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43 (patch) | |
tree | 51556fec731a1f832e3fb8b1edba9fb9a80d5598 /items/IMPLOSION_SCROLL.json | |
parent | 588ca2b80fdc75a87d759c681bc3fb86266ef042 (diff) | |
download | NotEnoughUpdates-REPO-cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43.tar.gz NotEnoughUpdates-REPO-cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43.tar.bz2 NotEnoughUpdates-REPO-cc1dad024af01a5ef6cacd3afbba2a1e18ea4a43.zip |
added 38 wiki links + pet skin (#382)
* added 38 wiki links
* added skeleton horse zombie pet skin
* added parent for pet candy
* forgot to change rare cosmetic in nbt tag to epic cosmetic
Diffstat (limited to 'items/IMPLOSION_SCROLL.json')
-rw-r--r-- | items/IMPLOSION_SCROLL.json | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/items/IMPLOSION_SCROLL.json b/items/IMPLOSION_SCROLL.json index 72380cff..5dbb8382 100644 --- a/items/IMPLOSION_SCROLL.json +++ b/items/IMPLOSION_SCROLL.json @@ -1,11 +1,11 @@ { "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}", + "nbttag": "{generation:0,ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7This scroll can be applied to a\",1:\"§7§6Necron's 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)", + "§7§6Necron's Blade (Unrefined)", "§6§7granting it the §6Implosion", "§6§7ability.", "", @@ -20,6 +20,9 @@ "internalname": "IMPLOSION_SCROLL", "crafttext": "", "clickcommand": "", - "modver": "1.6-REL", - "infoType": "" + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Necron%27s_Blade_Scrolls" + ] }
\ No newline at end of file |