diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-08-25 12:04:51 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-25 12:04:51 +1000 |
commit | d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b (patch) | |
tree | 4ebdee3ea2ffa5e1b24452b04544777ed4e833c1 /items/SNIPER_BOW.json | |
parent | bc80482821e6f94b9e538a7717526bccd687fc33 (diff) | |
parent | dabf83251e12e4c8821b31b67c0f677ac31b3be5 (diff) | |
download | NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.tar.gz NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.tar.bz2 NotEnoughUpdates-REPO-d8f604bad1fa9ad8dc1b3bdeea77d1b636a9398b.zip |
Merge pull request #259 from IRONM00N/master
Fixed Auger Rod and Sponge Armor
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 |