diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-05-06 18:02:57 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-06 18:02:57 +0200 |
commit | b83fc7ae789f8e4880e8fa182bfe9d59dd7af7ee (patch) | |
tree | d6ff11274f5890f5cbd138544a2ca52f44252886 /items/STRONG_MANA;10.json | |
parent | ee5a51ef829e585983dbfb37b349d06078779373 (diff) | |
download | NotEnoughUpdates-REPO-b83fc7ae789f8e4880e8fa182bfe9d59dd7af7ee.tar.gz NotEnoughUpdates-REPO-b83fc7ae789f8e4880e8fa182bfe9d59dd7af7ee.tar.bz2 NotEnoughUpdates-REPO-b83fc7ae789f8e4880e8fa182bfe9d59dd7af7ee.zip |
New Stuff and some fixes (#734)
* New Stuff
* flash
Diffstat (limited to 'items/STRONG_MANA;10.json')
-rw-r--r-- | items/STRONG_MANA;10.json | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/items/STRONG_MANA;10.json b/items/STRONG_MANA;10.json index be04d52d..1fc38508 100644 --- a/items/STRONG_MANA;10.json +++ b/items/STRONG_MANA;10.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§dEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Strong Mana X\",1:\"§7Gain §a1% §7of mana used near\",2:\"§7you as §c❁ Strength§7 for 10\",3:\"§7seconds, capped at 100 §c❁\",4:\"§cStrength§7.\",5:\"\",6:\"§7§7Apply Cost: §3370 Exp Levels\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§d§lMYTHIC\"],Name:\"§f§dEnchanted Book\"},ExtraAttributes:{id:\"STRONG_MANA;10\",boss_tier:0,enchantments:{strong_mana:10}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Strong Mana X\",1:\"§7Gain §a1% §7of mana used near\",2:\"§7you as §c❁ Strength§7 for 10\",3:\"§7seconds, capped at 100 §c❁\",4:\"§cStrength§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§6Source:\",10:\"§aI-X: §7Kuudra\",11:\"\",12:\"§6Applied To:\",13:\"§7- §fArmor\",14:\"\",15:\"§6Conflicts:\",16:\"§7- §cHardened Mana\",17:\"§7- §cMana Vampire\",18:\"§7- §cFerocious Mana\",19:\"\",20:\"§d§lMYTHIC\"],Name:\"§f§dEnchanted Book\"},ExtraAttributes:{id:\"STRONG_MANA;10\",boss_tier:0,enchantments:{strong_mana:10}}}", "damage": 0, "lore": [ "§9Strong Mana X", @@ -10,11 +10,20 @@ "§7seconds, capped at 100 §c❁", "§cStrength§7.", "", - "§7§7Apply Cost: §3370 Exp Levels", - "", "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aI-X: §7Kuudra", + "", + "§6Applied To:", + "§7- §fArmor", + "", + "§6Conflicts:", + "§7- §cHardened Mana", + "§7- §cMana Vampire", + "§7- §cFerocious Mana", + "", "§d§lMYTHIC" ], "internalname": "STRONG_MANA;10", |