diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-06-01 12:31:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-01 06:31:05 -0400 |
commit | b09d5d229d6134a9346b0a702bff4ccccf66e5d0 (patch) | |
tree | c09a00d380cff6e5bc60275061cb0a8cd8820896 /items/TWILIGHT_ARROW_POISON.json | |
parent | 5bbca4d6d6cce00e0eb29b2d315c772461d9ddfb (diff) | |
download | NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.gz NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.tar.bz2 NotEnoughUpdates-REPO-b09d5d229d6134a9346b0a702bff4ccccf66e5d0.zip |
Reforge Stones and Rainbow Names + removing Item + update things (#503)
* Reforge Stones and Rainbow Names
* Removing dupe json with the wrong name
* Fixing other Stuff
* Another Rainbow name
* Another Fix
* Rainbow name
* Rainbow Name
* Another Fix
* First Part
* Fuck
* Part 2
* Part 3
* Part 4
* copy paste ftw
Diffstat (limited to 'items/TWILIGHT_ARROW_POISON.json')
-rw-r--r-- | items/TWILIGHT_ARROW_POISON.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/items/TWILIGHT_ARROW_POISON.json b/items/TWILIGHT_ARROW_POISON.json new file mode 100644 index 00000000..60ce1f8f --- /dev/null +++ b/items/TWILIGHT_ARROW_POISON.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§f§f§aTwilight Arrow Poison", + "nbttag": "{overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§8Consumed on arrow shot\",1:\"§7Arrows apply a §5ᛤ §5poison\",2:\"§5§7that increases all incoming\",3:\"§7damage by §c10% §7for §a20s§7.\",4:\"\",5:\"§a§lUNCOMMON ARROW POISON\"],Name:\"§f§f§aTwilight Arrow Poison\"},ExtraAttributes:{id:\"TWILIGHT_ARROW_POISON\"},AttributeModifiers:[]}", + "damage": 5, + "lore": [ + "§8Consumed on arrow shot", + "§7Arrows apply a §5ᛤ §5poison", + "§5§7that increases all incoming", + "§7damage by §c10% §7for §a20s§7.", + "", + "§a§lUNCOMMON ARROW POISON" + ], + "internalname": "TWILIGHT_ARROW_POISON", + "crafttext": "", + "clickcommand": "", + "modver": "2.0.0-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Twilight_Arrow_Poison" + ] +}
\ No newline at end of file |