diff options
author | Schlaumeyer <51930935+SchIaumeyer@users.noreply.github.com> | 2023-09-17 13:09:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-17 13:09:53 +0200 |
commit | 6888a8389e7e479826ed00c686c6d63f6f0e29fa (patch) | |
tree | 5ff3f7ccac62f18e8c3e0ea363db2d9c323999ed /items/RAGNAROCK_AXE.json | |
parent | f740e79fb4d4f695c05dc06ffc5a12ed592761f9 (diff) | |
download | NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.gz NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.tar.bz2 NotEnoughUpdates-REPO-6888a8389e7e479826ed00c686c6d63f6f0e29fa.zip |
Description fixes (#987)
* Description fixes
https://canary.discord.com/channels/516977525906341928/1152464209829953607
2nd times the charm or something like that
* Another few fixes
* More fixes
* Forgot something
* Update MIDAS_JEWEL.json
Diffstat (limited to 'items/RAGNAROCK_AXE.json')
-rw-r--r-- | items/RAGNAROCK_AXE.json | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/items/RAGNAROCK_AXE.json b/items/RAGNAROCK_AXE.json index d0aabcfc..57a6fa5a 100644 --- a/items/RAGNAROCK_AXE.json +++ b/items/RAGNAROCK_AXE.json @@ -1,19 +1,20 @@ { "itemid": "minecraft:golden_axe", - "displayname": "§9Ragnarock Axe", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+70\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Ability: Ragnarock §e§lRIGHT CLICK\",5:\"§7Begin a channel.\",6:\"§7After not taking damage for\",7:\"§7§a3s§7, gain §a2x §7this\",8:\"§7weapon\u0027s strength for §a3s§7.\",9:\"§8Mana Cost: §3396\",10:\"§8Cooldown: §a20s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§7§4❣ §cRequires §aCombat Skill 24§c.\",14:\"§9§lRARE SWORD\"],Name:\"§9Ragnarock Axe\"},ExtraAttributes:{id:\"RAGNAROCK_AXE\"}}", + "displayname": "§f§f§9Ragnarock Axe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+200\",1:\"§7Strength: §c+70\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§6Ability: Ragnarock §e§lRIGHT CLICK\",5:\"§7Begin a channel.\",6:\"§7After not taking damage for\",7:\"§7§a3s§7, gain §a1.5x §7this\",8:\"§7weapon\u0027s §c❁ Strength §7for\",9:\"§7§a10s§7.\",10:\"§8Mana Cost: §3500\",11:\"§8Cooldown: §a20s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCombat Skill 24§c.\",15:\"§9§lRARE SWORD\"],Name:\"§f§f§9Ragnarock Axe\"},ExtraAttributes:{attributes:{undead:1,arachno:1},id:\"RAGNAROCK_AXE\"}}", "damage": 0, "lore": [ "§7Damage: §c+200", "§7Strength: §c+70", " §8[§7⚔§8]", "", - "§6Ability: Ragnarock §e§lRIGHT CLICK", + "§6Ability: Ragnarock §e§lRIGHT CLICK", "§7Begin a channel.", "§7After not taking damage for", - "§7§a3s§7, gain §a2x §7this", - "§7weapon\u0027s strength for §a3s§7.", - "§8Mana Cost: §3396", + "§7§a3s§7, gain §a1.5x §7this", + "§7weapon\u0027s §c❁ Strength §7for", + "§7§a10s§7.", + "§8Mana Cost: §3500", "§8Cooldown: §a20s", "", "§7§8This item can be reforged!", @@ -33,7 +34,7 @@ }, "internalname": "RAGNAROCK_AXE", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "crafttext": "", "infoType": "WIKI_URL", "info": [ |