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/GLOOMLOCK_GRIMOIRE.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/GLOOMLOCK_GRIMOIRE.json')
-rw-r--r-- | items/GLOOMLOCK_GRIMOIRE.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/items/GLOOMLOCK_GRIMOIRE.json b/items/GLOOMLOCK_GRIMOIRE.json new file mode 100644 index 00000000..bfcdb880 --- /dev/null +++ b/items/GLOOMLOCK_GRIMOIRE.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:book", + "displayname": "§5Gloomlock Grimoire", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Ability: Life Tap §e§lLEFT CLICK\",1:\"§7Convert §3§315⸎ Soulflow §7to gain up to\",2:\"§7§3600ʬ Overflow§7, but lose §c25% ❤§7.\",3:\"§8Cooldown: §a1s\",4:\"\",5:\"§6Ability: Extreme Measures §e§lRIGHT CLICK\",6:\"§7Costs §3300ʬ Overflow§7. Heal for\",7:\"§7§c40% ❤ §7but deal §c-8% §7damage for\",8:\"§740 seconds.\",9:\"\",10:\"§7§4☠ §cRequires §5Enderman Slayer 5\",11:\"§5§lEPIC\"],Name:\"§5Gloomlock Grimoire\"},ExtraAttributes:{id:\"GLOOMLOCK_GRIMOIRE\"}}", + "damage": 0, + "lore": [ + "§6Ability: Life Tap §e§lLEFT CLICK", + "§7Convert §3§315⸎ Soulflow §7to gain up to", + "§7§3600ʬ Overflow§7, but lose §c25% ❤§7.", + "§8Cooldown: §a1s", + "", + "§6Ability: Extreme Measures §e§lRIGHT CLICK", + "§7Costs §3300ʬ Overflow§7. Heal for", + "§7§c40% ❤ §7but deal §c-8% §7damage for", + "§740 seconds.", + "", + "§7§4☠ §cRequires §5Enderman Slayer 5", + "§5§lEPIC" + ], + "recipe": { + "A1": "NULL_OVOID:4", + "A2": "ENCHANTED_GUNPOWDER:64", + "A3": "NULL_OVOID:4", + "B1": "ENCHANTED_BONE_BLOCK:4", + "B2": "BOOK:1", + "B3": "ENCHANTED_BONE_BLOCK:4", + "C1": "NULL_OVOID:4", + "C2": "ENCHANTED_GUNPOWDER:64", + "C3": "NULL_OVOID:4" + }, + "internalname": "GLOOMLOCK_GRIMOIRE", + "clickcommand": "viewrecipe", + "modver": "2.0.0-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |