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/SOUL_ESOWARD.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/SOUL_ESOWARD.json')
-rw-r--r-- | items/SOUL_ESOWARD.json | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/items/SOUL_ESOWARD.json b/items/SOUL_ESOWARD.json new file mode 100644 index 00000000..690146c9 --- /dev/null +++ b/items/SOUL_ESOWARD.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:sapling", + "displayname": "§9Soul Esoward", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Ability: Soulward §e§lRIGHT CLICK\",1:\"§7Become §9invulnerable§7 for\",2:\"§7§a5s§7, but can\u0027t deal damage.\",3:\"§7Halves your damage for §a2s\",4:\"§a§7afterwards.\",5:\"§7§8Soulflow Cost: §310\",6:\"§8Mana Cost: §3350\",7:\"§8Cooldown: §a20s\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Soul Esoward\"},ExtraAttributes:{id:\"SOUL_ESOWARD\"}}", + "damage": 2, + "lore": [ + "§6Ability: Soulward §e§lRIGHT CLICK", + "§7Become §9invulnerable§7 for", + "§7§a5s§7, but can\u0027t deal damage.", + "§7Halves your damage for §a2s", + "§a§7afterwards.", + "§7§8Soulflow Cost: §310", + "§8Mana Cost: §3350", + "§8Cooldown: §a20s", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "ENCHANTED_BIRCH_LOG:18", + "A2": "SUMMONING_EYE:1", + "A3": "NULL_OVOID:4", + "B1": "NULL_OVOID:6", + "B2": "ENCHANTED_BIRCH_LOG:14", + "B3": "ENCHANTED_BIRCH_LOG:5", + "C1": "NULL_OVOID:1", + "C2": "ENCHANTED_BIRCH_LOG:11", + "C3": "NULL_OVOID:2" + }, + "internalname": "SOUL_ESOWARD", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |