diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-28 14:02:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 12:02:33 +0000 |
commit | 8bb8d972244f47857dc651c03330b63cd27893b7 (patch) | |
tree | df4962bfa9bf62a66ada6dad59cd55c7b530c166 /items/SOS_FLARE.json | |
parent | 43f25e522cf5949d83463ed8a4b056f1a812272c (diff) | |
download | NotEnoughUpdates-REPO-8bb8d972244f47857dc651c03330b63cd27893b7.tar.gz NotEnoughUpdates-REPO-8bb8d972244f47857dc651c03330b63cd27893b7.tar.bz2 NotEnoughUpdates-REPO-8bb8d972244f47857dc651c03330b63cd27893b7.zip |
Added new Items, WIki Links and fixed some stuff (#727)
Diffstat (limited to 'items/SOS_FLARE.json')
-rw-r--r-- | items/SOS_FLARE.json | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/items/SOS_FLARE.json b/items/SOS_FLARE.json new file mode 100644 index 00000000..368af41e --- /dev/null +++ b/items/SOS_FLARE.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:fireworks", + "displayname": "§5SOS 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: §3250\",5:\"\",6:\"§5Flare Buff: §5SOS Flare\",7:\"§7Grants §b+125% §7base mana regen§7.\",8:\"§7Grants §a+30% §7incoming healing.\",9:\"§7Gain §f+25❂ True Defense§7.\",10:\"§7Gain §c+10⫽ Ferocity§7.\",11:\"§7Gain §e+5⚔ Bonus Attack Speed§7.\",12:\"\",13:\"§8Only one deployable buff applies.\",14:\"\",15:\"§7§4☠ §cRequires §5Blaze Slayer 7.\",16:\"§5§lEPIC DEPLOYABLE\"],Name:\"§5SOS Flare\"},ExtraAttributes:{id:\"SOS_FLARE\"}}", + "damage": 0, + "lore": [ + "§6Item Ability: Deploy", + "§7Shoot the flare up in the sky", + "§7for §a3m §7buffing up to §b8", + "§b§7players within §a40 §7blocks.", + "§8Mana Cost: §3250", + "", + "§5Flare Buff: §5SOS Flare", + "§7Grants §b+125% §7base mana regen§7.", + "§7Grants §a+30% §7incoming healing.", + "§7Gain §f+25❂ True Defense§7.", + "§7Gain §c+10⫽ Ferocity§7.", + "§7Gain §e+5⚔ Bonus Attack Speed§7.", + "", + "§8Only one deployable buff applies.", + "", + "§7§4☠ §cRequires §5Blaze Slayer 7.", + "§5§lEPIC DEPLOYABLE" + ], + "recipe": { + "A1": "INFERNO_VERTEX:8", + "A2": "ENCHANTED_SULPHUR:32", + "A3": "INFERNO_APEX:1", + "B1": "MOLTEN_POWDER:64", + "B2": "", + "B3": "MOLTEN_POWDER:64", + "C1": "WILSON_ENGINEERING_PLANS:1", + "C2": "ALERT_FLARE:1", + "C3": "INFERNO_VERTEX:1" + }, + "internalname": "SOS_FLARE", + "clickcommand": "viewrecipe", + "slayer_req": "BLAZE_7", + "modver": "2.1.0-REL", + "infoType": "", + "crafttext": "" +}
\ No newline at end of file |