diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-21 08:03:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 17:03:59 +1100 |
commit | ba08abe1141c788714430eb76a081960a6af250a (patch) | |
tree | fc3c445e2ffbc056a28317e1c280d97cbebeedfa /items/DRAGON_SHORTBOW.json | |
parent | 5b2c32fa4c1bcd6badf90a8a25356d5630ba78bc (diff) | |
download | NotEnoughUpdates-REPO-ba08abe1141c788714430eb76a081960a6af250a.tar.gz NotEnoughUpdates-REPO-ba08abe1141c788714430eb76a081960a6af250a.tar.bz2 NotEnoughUpdates-REPO-ba08abe1141c788714430eb76a081960a6af250a.zip |
Added new items from the end update (#843)
Diffstat (limited to 'items/DRAGON_SHORTBOW.json')
-rw-r--r-- | items/DRAGON_SHORTBOW.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/DRAGON_SHORTBOW.json b/items/DRAGON_SHORTBOW.json new file mode 100644 index 00000000..ac8c87b9 --- /dev/null +++ b/items/DRAGON_SHORTBOW.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§5Dragon Shortbow", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+40\",2:\"§7Crit Chance: §c+15%\",3:\"§7Crit Damage: §c+50%\",4:\"§7Shot Cooldown: §a0.5s\",5:\"\",6:\"§9Dragon Tracer V\",7:\"§7Arrows home towards dragons if\",8:\"§7they are within §a10 §7blocks.\",9:\"\",10:\"§5Shortbow: Instantly shoots!\",11:\"\",12:\"§6Ability: Dragon Stalker\",13:\"§7Deal §a15% §7bonus damage to\",14:\"§7Dragons.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§8§l* §8Co-op Soulbound §8§l*\",18:\"§5§lEPIC BOW\"],Name:\"§5Dragon Shortbow\"},ExtraAttributes:{id:\"DRAGON_SHORTBOW\",enchantments:{aiming:5}}}", + "damage": 0, + "lore": [ + "§7Damage: §c+120", + "§7Strength: §c+40", + "§7Crit Chance: §c+15%", + "§7Crit Damage: §c+50%", + "§7Shot Cooldown: §a0.5s", + "", + "§9Dragon Tracer V", + "§7Arrows home towards dragons if", + "§7they are within §a10 §7blocks.", + "", + "§5Shortbow: Instantly shoots!", + "", + "§6Ability: Dragon Stalker", + "§7Deal §a15% §7bonus damage to", + "§7Dragons.", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC BOW" + ], + "internalname": "DRAGON_SHORTBOW", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "WIKI_URL", + "info": [ + "Given after completing the Lone adventurer\u0027s questline", + "https://hypixel-skyblock.fandom.com/wiki/Dragon_Shortbow", + "https://wiki.hypixel.net/Dragon_Shortbow" + ] +}
\ No newline at end of file |