diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-24 12:09:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 12:09:01 +0200 |
commit | 406d31faf7b9c32fbb09ee0b48f41bca227c7278 (patch) | |
tree | 0a034a889adf40595fe795b1b184c93759fd6628 /items/ITEM_SPIRIT_BOW.json | |
parent | eb1e064088761f7e5f36894c9ab937aebff89f8c (diff) | |
download | NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.gz NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.tar.bz2 NotEnoughUpdates-REPO-406d31faf7b9c32fbb09ee0b48f41bca227c7278.zip |
First part (#972)
* First part
* Part 2
* Part III
* Part 4
* Fixed items
* Fixed Pets
* Fixed nbt
* Fixed name
* Fixed Mooshroom Cow lore
* Added wiki links
* Fixed shortbow lores
* Fixed Fel Sword lore
* Fixed drill recipe
* patch notes wtf
* More fixes
Diffstat (limited to 'items/ITEM_SPIRIT_BOW.json')
-rw-r--r-- | items/ITEM_SPIRIT_BOW.json | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/items/ITEM_SPIRIT_BOW.json b/items/ITEM_SPIRIT_BOW.json index b1077f70..4b3abdd4 100644 --- a/items/ITEM_SPIRIT_BOW.json +++ b/items/ITEM_SPIRIT_BOW.json @@ -1,15 +1,14 @@ { "itemid": "minecraft:bow", - "displayname": "§f§f§6Spirit Bow", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d350 §8(1296)\",1:\"§7Damage: §c+210 §8(+850.5)\",2:\"§7Strength: §c+100 §8(+405)\",3:\"§7Shot Cooldown: §a0.8s\",4:\"\",5:\"§aShortbow: Instantly shoots!\",6:\"§7Deals §a+2% §7damage to §aUndead\",7:\"§amonsters §7for every §a1% §7of\",8:\"§7your missing health.\",9:\"\",10:\"§7§bSpirit Item: §7When turned\",11:\"§7into a ghost, this item becomes\",12:\"§7a Ghost Ability.\",13:\"\",14:\"§6Spirit Ability: Spirit Bomb\",15:\"§7Shoots a spirit that deals\",16:\"§7§c8000 §7damage on impact.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aThe Catacombs Floor\",20:\"§aIV Completion§c.\",21:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Spirit Bow\"},ExtraAttributes:{id:\"ITEM_SPIRIT_BOW\"}}", + "displayname": "§f§f§6Spirit Shortbow", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d350\",1:\"§7Damage: §c+210\",2:\"§7Strength: §c+100\",3:\"§7Shot Cooldown: §a0.8s\",4:\"\",5:\"§7Deals §a+2% §7damage to §aUndead\",6:\"§amonsters §7for every §a1% §7of\",7:\"§7your missing health.\",8:\"\",9:\"§7§bSpirit Item: §7When turned\",10:\"§7into a ghost, this item becomes\",11:\"§7a Ghost Ability.\",12:\"\",13:\"§6Spirit Ability: Spirit Bomb \",14:\"§7Shoots a spirit that deals\",15:\"§7§c8000 §7damage on impact.\",16:\"\",17:\"§6Shortbow: Instantly shoots!\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aThe Catacombs Floor\",21:\"§aIV Completion§c.\",22:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Spirit Shortbow\"},ExtraAttributes:{id:\"ITEM_SPIRIT_BOW\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d350 §8(1296)", - "§7Damage: §c+210 §8(+850.5)", - "§7Strength: §c+100 §8(+405)", + "§7Gear Score: §d350", + "§7Damage: §c+210", + "§7Strength: §c+100", "§7Shot Cooldown: §a0.8s", "", - "§aShortbow: Instantly shoots!", "§7Deals §a+2% §7damage to §aUndead", "§amonsters §7for every §a1% §7of", "§7your missing health.", @@ -18,10 +17,12 @@ "§7into a ghost, this item becomes", "§7a Ghost Ability.", "", - "§6Spirit Ability: Spirit Bomb", + "§6Spirit Ability: Spirit Bomb ", "§7Shoots a spirit that deals", "§7§c8000 §7damage on impact.", "", + "§6Shortbow: Instantly shoots!", + "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aThe Catacombs Floor", "§aIV Completion§c.", |