diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 11:49:29 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 11:49:29 -0400 |
commit | 3415391bcfcaaa7277329fa88c277db35f12bb4b (patch) | |
tree | 273bed72f85fa54a29287768839f68f43478ec1b /items/CRYPT_BOW.json | |
parent | 9874778871a5ed0a2dafcf03da66e0a10ba2c61f (diff) | |
download | NotEnoughUpdates-REPO-3415391bcfcaaa7277329fa88c277db35f12bb4b.tar.gz NotEnoughUpdates-REPO-3415391bcfcaaa7277329fa88c277db35f12bb4b.tar.bz2 NotEnoughUpdates-REPO-3415391bcfcaaa7277329fa88c277db35f12bb4b.zip |
More dungeon fixes
Diffstat (limited to 'items/CRYPT_BOW.json')
-rw-r--r-- | items/CRYPT_BOW.json | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/items/CRYPT_BOW.json b/items/CRYPT_BOW.json index d6b7516f..21b4f792 100644 --- a/items/CRYPT_BOW.json +++ b/items/CRYPT_BOW.json @@ -1,28 +1,29 @@ { - "internalname": "CRYPT_BOW", - "itemid": 261, - "displayname": "§9Rapid Soulstealer Bow", - "clickcommand": "", + "itemid": "minecraft:bow", + "displayname": "§9Soulstealer Bow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d129\",1:\"§7Strength: §c+50\",2:\"\",3:\"§7Intelligence: §a+157\",4:\"\",5:\"§7Replaces the arrows that you\",6:\"§7shoot with exploding wither\",7:\"§7skulls!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 5\",12:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Soulstealer Bow\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_BOW\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d221 §8(229)\",1:\"§7Strength: §c+63 §8(Rapid +4) §8(+65.52)\",2:\"§7Crit Damage: §c+55% §8(Rapid +55%) §8(+57.2%)\",3:\"\",4:\"§7Intelligence: §a+184 §8(+191.36)\",5:\"\",6:\"§9Infinite Quiver V, §9Piercing I\",7:\"§9Power V, §9Snipe III\",8:\"\",9:\"§7Replaces the arrows that you\",10:\"§7shoot with exploding wither\",11:\"§7skulls!\",12:\"\",13:\"§aPerfect 35000 / 35000\",14:\"§7§4❣ §cRequires §aCatacombs Level\",15:\"§a5\",16:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Rapid Soulstealer Bow\"},ExtraAttributes:{baseStatBoostPercentage:17,modifier:\"rapid\",id:\"CRYPT_BOW\",enchantments:{piercing:1,infinite_quiver:5,power:5,snipe:3},item_tier:0}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d221 §8(229)", - "§7Strength: §c+63 §8(Rapid +4) §8(+65.52)", - "§7Crit Damage: §c+55% §8(Rapid +55%) §8(+57.2%)", - "", - "§7Intelligence: §a+184 §8(+191.36)", + "§7Gear Score: §d129", + "§7Strength: §c+50", "", - "§9Infinite Quiver V, §9Piercing I", - "§9Power V, §9Snipe III", + "§7Intelligence: §a+157", "", "§7Replaces the arrows that you", "§7shoot with exploding wither", "§7skulls!", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", - "§7§4❣ §cRequires §aCatacombs Level", - "§a5", + "§7§4❣ §cRequires §aCatacombs Level 5", "§9§lRARE DUNGEON BOW" + ], + "internalname": "CRYPT_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Soulstealer_Bow" ] }
\ No newline at end of file |