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/BURNING_AURORA_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/BURNING_AURORA_BOOTS.json')
-rw-r--r-- | items/BURNING_AURORA_BOOTS.json | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/items/BURNING_AURORA_BOOTS.json b/items/BURNING_AURORA_BOOTS.json index 37cbc0c7..5ccd8b9b 100644 --- a/items/BURNING_AURORA_BOOTS.json +++ b/items/BURNING_AURORA_BOOTS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", "displayname": "§6Burning Aurora Boots", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+206\",1:\"§7Defense: §a+64\",2:\"§7Intelligence: §a+198\",3:\" §8[§8⚔§8] §8[§8⚔§8]\",4:\"\",5:\"§8Tiered Bonus: Arcane Vision (0/4)\",6:\"§7Gives you the ability to see the runic\",7:\"§7affinity of enemies.\",8:\"§7\",9:\"§7Using the proper §bRunic Spells §7of\",10:\"§7the §6Aurora Staff §7grants 1 stack of\",11:\"§7§6Arcane Vision Ѫ§7.\",12:\"§7\",13:\"§7Each §6Arcane Vision Ѫ §7stack grants\",14:\"§7you §c+2% §7damage on your next Runic\",15:\"§7Spell.\",16:\"§7\",17:\"§7At §c10 §7stacks the §6Aurora Staff\",18:\"§6§7spells explode on hit.\",19:\"§7\",20:\"§7Lose 1 stack after §c4s §7of not\",21:\"§7gaining a stack.\",22:\"\",23:\"§7§8This item can be reforged!\",24:\"§8§l* §8Co-op Soulbound §8§l*\",25:\"§6§lLEGENDARY BOOTS\"],color:6391036,Name:\"§6Burning Aurora Boots\"},ExtraAttributes:{id:\"BURNING_AURORA_BOOTS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+206\",1:\"§7Defense: §a+64\",2:\"§7Intelligence: §a+198\",3:\" §8[§8⚔§8] §8[§8⚔§8]\",4:\"\",5:\"§8Tiered Bonus: Arcane Vision (0/4)\",6:\"§7Gives you the ability to see the runic\",7:\"§7affinity of enemies.\",8:\"§7\",9:\"§7Using the proper §bRune §7when casting spells\",10:\"§7from §bRunic Items §7grants 1 stack of §6Arcane\",11:\"§6Vision Ѫ§7.\",12:\"§7\",13:\"§7Each §6Arcane Vision Ѫ §7stack grants you §c+2%\",14:\"§c§7damage on your §bRunic Spells§7.\",15:\"§7\",16:\"§7At §c10 §7stacks, the spells also explode on hit.\",17:\"§7\",18:\"§7Lose 1 stack after §c4s §7of not gaining a stack.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4❣ §cRequires §aCombat Skill 22§c.\",22:\"§8§l* §8Co-op Soulbound §8§l*\",23:\"§6§lLEGENDARY BOOTS\"],color:6391036,Name:\"§6Burning Aurora Boots\"},ExtraAttributes:{id:\"BURNING_AURORA_BOOTS\"}}", "damage": 0, "lore": [ "§7Health: §a+206", @@ -13,28 +13,26 @@ "§7Gives you the ability to see the runic", "§7affinity of enemies.", "§7", - "§7Using the proper §bRunic Spells §7of", - "§7the §6Aurora Staff §7grants 1 stack of", - "§7§6Arcane Vision Ѫ§7.", + "§7Using the proper §bRune §7when casting spells", + "§7from §bRunic Items §7grants 1 stack of §6Arcane", + "§6Vision Ѫ§7.", "§7", - "§7Each §6Arcane Vision Ѫ §7stack grants", - "§7you §c+2% §7damage on your next Runic", - "§7Spell.", + "§7Each §6Arcane Vision Ѫ §7stack grants you §c+2%", + "§c§7damage on your §bRunic Spells§7.", "§7", - "§7At §c10 §7stacks the §6Aurora Staff", - "§6§7spells explode on hit.", + "§7At §c10 §7stacks, the spells also explode on hit.", "§7", - "§7Lose 1 stack after §c4s §7of not", - "§7gaining a stack.", + "§7Lose 1 stack after §c4s §7of not gaining a stack.", "", "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCombat Skill 22§c.", "§8§l* §8Co-op Soulbound §8§l*", "§6§lLEGENDARY BOOTS" ], "internalname": "BURNING_AURORA_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Aurora_Armor", |