diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-08-04 20:36:19 -0400 |
commit | 446eee57d01b3e334a0132854e3392e469baaa16 (patch) | |
tree | 9e6aabbdb7f5b77beba758f8014226da2811e6b4 /items/SNIPER_BOW.json | |
parent | daf1557b85b7c890923bae7e4519a9336697dc36 (diff) | |
download | NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.gz NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.tar.bz2 NotEnoughUpdates-REPO-446eee57d01b3e334a0132854e3392e469baaa16.zip |
Some Fixes v2
Diffstat (limited to 'items/SNIPER_BOW.json')
-rw-r--r-- | items/SNIPER_BOW.json | 31 |
1 files changed, 16 insertions, 15 deletions
diff --git a/items/SNIPER_BOW.json b/items/SNIPER_BOW.json index 5e84ce83..3eb3da19 100644 --- a/items/SNIPER_BOW.json +++ b/items/SNIPER_BOW.json @@ -1,26 +1,27 @@ { - "internalname": "SNIPER_BOW", - "itemid": 261, - "displayname": "§9Deadly Sniper Bow", - "clickcommand": "", + "itemid": "minecraft:bow", + "displayname": "§9Sniper Bow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d95\",1:\"§7Damage: §c+94\",2:\"§7Crit Damage: §c+1%\",3:\"\",4:\"§7Allows you to shoot arrows much\",5:\"§7further!\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 35000 / 35000\",9:\"§7§4❣ §cRequires §aCatacombs Level 10\",10:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Sniper Bow\"},ExtraAttributes:{dungeon_item_level:0,id:\"SNIPER_BOW\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d180\",1:\"§7Damage: §c+110\",2:\"§7Crit Chance: §c+16% §8(Deadly +16%)\",3:\"§7Crit Damage: §c+20% §8(Deadly +18%)\",4:\"\",5:\"§9Infinite Quiver V, §9Piercing I\",6:\"§9Power V, §9Snipe III\",7:\"\",8:\"§7Allows you to shoot arrows much\",9:\"§7further!\",10:\"\",11:\"§aPerfect 35000 / 35000\",12:\"§7§4❣ §cRequires §aCatacombs Level\",13:\"§a10\",14:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Deadly Sniper Bow\"},ExtraAttributes:{baseStatBoostPercentage:16,modifier:\"deadly\",id:\"SNIPER_BOW\",enchantments:{piercing:1,infinite_quiver:5,power:5,snipe:3},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d180", - "§7Damage: §c+110", - "§7Crit Chance: §c+16% §8(Deadly +16%)", - "§7Crit Damage: §c+20% §8(Deadly +18%)", - "", - "§9Infinite Quiver V, §9Piercing I", - "§9Power V, §9Snipe III", + "§7Gear Score: §d95", + "§7Damage: §c+94", + "§7Crit Damage: §c+1%", "", "§7Allows you to shoot arrows much", "§7further!", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", - "§7§4❣ §cRequires §aCatacombs Level", - "§a10", + "§7§4❣ §cRequires §aCatacombs Level 10", "§9§lRARE DUNGEON BOW" + ], + "internalname": "SNIPER_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sniper_Bow" ] }
\ No newline at end of file |