diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-05 17:52:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 17:52:41 +0200 |
commit | 86f5b4fee5c94ab672dd465f2445afc1b733f23a (patch) | |
tree | 6f2373399a5d057c42979a655e64e55230088a05 /items/WARNING_FLARE.json | |
parent | e4cf71cc7641e450a05b13f70109d85ebd8df9ce (diff) | |
download | NotEnoughUpdates-REPO-86f5b4fee5c94ab672dd465f2445afc1b733f23a.tar.gz NotEnoughUpdates-REPO-86f5b4fee5c94ab672dd465f2445afc1b733f23a.tar.bz2 NotEnoughUpdates-REPO-86f5b4fee5c94ab672dd465f2445afc1b733f23a.zip |
Fixed a few items (#836)
* Fixed Bookshelf
* Fixed Flares
* Fixed Zombie Pets
* Fixed Coal Block
Diffstat (limited to 'items/WARNING_FLARE.json')
-rw-r--r-- | items/WARNING_FLARE.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/items/WARNING_FLARE.json b/items/WARNING_FLARE.json index 953f6397..2503b755 100644 --- a/items/WARNING_FLARE.json +++ b/items/WARNING_FLARE.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:fireworks", "displayname": "§aWarning Flare", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7Shoot the flare up in the sky\",2:\"§7for §a3m §7buffing up to §b8\",3:\"§b§7players within §a40 §7blocks.\",4:\"§8Mana Cost: §3300\",5:\"\",6:\"§aFlare Buff: §aWarning Flare\",7:\"§7Grants §a+10% §7incoming healing.\",8:\"§7Gain §f+10❂ True Defense§7.\",9:\"\",10:\"§8Only one deployable buff applies.\",11:\"\",12:\"§7§4☠ §cRequires §5Blaze Slayer 3.\",13:\"§a§lUNCOMMON DEPLOYABLE\"],Name:\"§aWarning Flare\"},ExtraAttributes:{id:\"WARNING_FLARE\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7Shoot the flare up in the sky\",2:\"§7for §a3m §7buffing up to §b8\",3:\"§b§7players within §a40 §7blocks.\",4:\"§8Mana Cost: §3300\",5:\"\",6:\"§aFlare Buff: §aWarning Flare\",7:\"§7§7Gain §4+10♨ Vitality§7, which\",8:\"§7increases your incoming healing.\",9:\"§7Gain §f+10❂ True Defense§7.\",10:\"\",11:\"§8Only one deployable buff applies.\",12:\"\",13:\"§7§4☠ §cRequires §5Blaze Slayer 3.\",14:\"§a§lUNCOMMON DEPLOYABLE\"],Name:\"§aWarning Flare\"},ExtraAttributes:{id:\"WARNING_FLARE\"}}", "damage": 0, "lore": [ "§6Item Ability: Deploy", @@ -11,7 +11,8 @@ "§8Mana Cost: §3300", "", "§aFlare Buff: §aWarning Flare", - "§7Grants §a+10% §7incoming healing.", + "§7§7Gain §4+10♨ Vitality§7, which", + "§7increases your incoming healing.", "§7Gain §f+10❂ True Defense§7.", "", "§8Only one deployable buff applies.", |