diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-02-22 22:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 21:24:18 +0000 |
commit | b89d54c0cea0a48b9743477231e91a400c9975d1 (patch) | |
tree | ba2ec22465ffea7599a313f7f7698de2c8d402f5 /items/MAGMA_LORD_BOOTS.json | |
parent | 80eb59a024c8127114372f54e2a3b911d6d106b1 (diff) | |
download | NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.gz NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.tar.bz2 NotEnoughUpdates-REPO-b89d54c0cea0a48b9743477231e91a400c9975d1.zip |
Fixed a "few" lores (#1115)
* Fixed a "few" lores
* Fixed nbt
* Hollow armor lore change + more
* Added new skins and fixed some more lores
Diffstat (limited to 'items/MAGMA_LORD_BOOTS.json')
-rw-r--r-- | items/MAGMA_LORD_BOOTS.json | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/items/MAGMA_LORD_BOOTS.json b/items/MAGMA_LORD_BOOTS.json index 46774866..ce6dcc40 100644 --- a/items/MAGMA_LORD_BOOTS.json +++ b/items/MAGMA_LORD_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Magma Lord Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Damage: §c+35%\",2:\"§7Sea Creature Chance: §c+4.5%\",3:\"§7Health: §a+190\",4:\"§7Defense: §a+165\",5:\" §8[§7⚔§8] §8[§7⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Fireproof (0/2)\",8:\"§7Provides immunity to §6nether\",9:\"§6magma§7.\",10:\"\",11:\"§8Tiered Bonus: Lord\u0027s Blessing (0/5)\",12:\"§7Grants §3+1α Sea Creature\",13:\"§3Chance§7.\",14:\"§7Grants §b+5✯ Magic Find §7on\",15:\"§7Lava Sea Creatures.\",16:\"\",17:\"§7Damage taken by §cLava Sea\",18:\"§cCreatures §7is reduced by §a15%\",19:\"§a§7and damage dealt is increased\",20:\"§7by §c1.3x§7.\",21:\"\",22:\"§7§8This item can be reforged!\",23:\"§7§4❣ §cRequires §aFishing Skill 45§c.\",24:\"§6§lLEGENDARY BOOTS\"],color:7278344,Name:\"§6Magma Lord Boots\"},ExtraAttributes:{id:\"MAGMA_LORD_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Strength: §c+10\",1:\"§7Crit Damage: §c+35%\",2:\"§7Sea Creature Chance: §c+4.5%\",3:\"§7Health: §a+190\",4:\"§7Defense: §a+165\",5:\" §8[§7⚔§8] §8[§7⚔§8]\",6:\"\",7:\"§8Tiered Bonus: Fireproof (0/2)\",8:\"§7Provides immunity to §6nether magma§7.\",9:\"\",10:\"§8Tiered Bonus: Lord\u0027s Blessing (0/5)\",11:\"§7Grants §3+1α Sea Creature Chance§7.\",12:\"§7Grants §b+5✯ Magic Find §7on Lava Sea\",13:\"§7Creatures.\",14:\"\",15:\"§7Damage taken by §cLava Sea\",16:\"§cCreatures §7is reduced by §a15% §7and\",17:\"§7damage dealt is increased by §c1.3x§7.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aFishing Skill 45§c.\",21:\"§6§lLEGENDARY BOOTS\"],color:7278344,Name:\"§6Magma Lord Boots\"},ExtraAttributes:{id:\"MAGMA_LORD_BOOTS\"}}", "damage": 0, "lore": [ "§7Strength: §c+10", @@ -12,19 +12,16 @@ " §8[§7⚔§8] §8[§7⚔§8]", "", "§8Tiered Bonus: Fireproof (0/2)", - "§7Provides immunity to §6nether", - "§6magma§7.", + "§7Provides immunity to §6nether magma§7.", "", "§8Tiered Bonus: Lord\u0027s Blessing (0/5)", - "§7Grants §3+1α Sea Creature", - "§3Chance§7.", - "§7Grants §b+5✯ Magic Find §7on", - "§7Lava Sea Creatures.", + "§7Grants §3+1α Sea Creature Chance§7.", + "§7Grants §b+5✯ Magic Find §7on Lava Sea", + "§7Creatures.", "", "§7Damage taken by §cLava Sea", - "§cCreatures §7is reduced by §a15%", - "§a§7and damage dealt is increased", - "§7by §c1.3x§7.", + "§cCreatures §7is reduced by §a15% §7and", + "§7damage dealt is increased by §c1.3x§7.", "", "§7§8This item can be reforged!", "§7§4❣ §cRequires §aFishing Skill 45§c.", |