diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-06 00:15:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-05 18:15:22 -0400 |
commit | 207e0ee6ed384dc8f8f66ac94684cc838ec74698 (patch) | |
tree | be31fcd39d9a83f60af0723ae22c8ab3510c8e6a /items/SYPHON;1.json | |
parent | e0378a48c581b70571887a1bb44fbd4a3c74df99 (diff) | |
download | NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.gz NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.tar.bz2 NotEnoughUpdates-REPO-207e0ee6ed384dc8f8f66ac94684cc838ec74698.zip |
SB Changes, Mobs Part 2 and Easter Things (#456)
* constants things
* SB Changes and Easter Things
* Mobs
* Update pls no hate
Diffstat (limited to 'items/SYPHON;1.json')
-rw-r--r-- | items/SYPHON;1.json | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/items/SYPHON;1.json b/items/SYPHON;1.json index acecb259..7a69db31 100644 --- a/items/SYPHON;1.json +++ b/items/SYPHON;1.json @@ -1,18 +1,22 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon I\",1:\"§7Heals for §a0.2%§7 of the damage\",2:\"§7you deal on critical hits.\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;1\",enchantments:{syphon:1}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Syphon I\",1:\"§7Heals for §a0.2% §7of your max\",2:\"§7health per §9100 §9☠ Crit Damage\",3:\"§9§7you deal per hit, up to\",4:\"§7§91,000 §9☠ Crit Damage§7.\",5:\"\",6:\"§cOnly obtainable in a Enchanting Table.\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SYPHON;1\",enchantments:{syphon:1}}}", "damage": 0, "lore": [ "§9Syphon I", - "§7Heals for §a0.2%§7 of the damage", - "§7you deal on critical hits.", + "§7Heals for §a0.2% §7of your max", + "§7health per §9100 §9☠ Crit Damage", + "§9§7you deal per hit, up to", + "§7§91,000 §9☠ Crit Damage§7.", "", - "§cOnly obtainable in a Enchanting Table." + "§cOnly obtainable in a Enchanting Table.", + "", + "§f§lCOMMON" ], "internalname": "SYPHON;1", "crafttext": "", "clickcommand": "", - "modver": "1.7.1-REL", + "modver": "2.0.0-REL", "infoType": "" -} +}
\ No newline at end of file |