diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-09-29 14:26:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-29 14:26:03 +0200 |
commit | 19bf0bd5719906212616f37582679877fe70c11e (patch) | |
tree | 53b5d9bd3e1b1e8b615b2a35ed08e0ae4985bf05 /items/EMERALD_BLADE.json | |
parent | 436035e9af14dced1e71617667428feabfb2330f (diff) | |
download | NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.gz NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.tar.bz2 NotEnoughUpdates-REPO-19bf0bd5719906212616f37582679877fe70c11e.zip |
Fixed kuudra pet stats (#829)
* Fixed kuudra pet stats
* New update i hate you
* Fixed Aiming enchant
Diffstat (limited to 'items/EMERALD_BLADE.json')
-rw-r--r-- | items/EMERALD_BLADE.json | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/items/EMERALD_BLADE.json b/items/EMERALD_BLADE.json index 996dab0c..d2927db1 100644 --- a/items/EMERALD_BLADE.json +++ b/items/EMERALD_BLADE.json @@ -1,17 +1,23 @@ { "itemid": "minecraft:emerald", "displayname": "§5Emerald Blade", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"\",2:\"§7A powerful blade made from pure\",3:\"§7§2Emeralds§7. This blade becomes\",4:\"§7stronger as you carry more\",5:\"§7§6coins§7 in your purse.\",6:\"\",7:\"§7Current Damage Bonus: §a0\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC SWORD\"],Name:\"§5Emerald Blade\"},ExtraAttributes:{id:\"EMERALD_BLADE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Damage: §c+224\",1:\"\",2:\"§7A powerful blade made from pure\",3:\"§7§2Emeralds§7. This blade becomes\",4:\"§7stronger as you carry more\",5:\"§7§6coins§7 in your purse\",6:\"§7§8(Capped at 2B coins)\",7:\"\",8:\"§7Receive §4Curse of Greed §7when\",9:\"§7striking, §cCANCELLING§7 any effect\",10:\"§7modifying your §6coins §7loss on\",11:\"§7§4death§7!\",12:\"\",13:\"§7Current Damage Bonus: §a94.0\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§5§lEPIC SWORD\"],Name:\"§5Emerald Blade\"},ExtraAttributes:{id:\"EMERALD_BLADE\"}}", "damage": 0, "lore": [ - "§7Damage: §c+130", + "§7Damage: §c+224", "", "§7A powerful blade made from pure", "§7§2Emeralds§7. This blade becomes", "§7stronger as you carry more", - "§7§6coins§7 in your purse.", + "§7§6coins§7 in your purse", + "§7§8(Capped at 2B coins)", "", - "§7Current Damage Bonus: §a0", + "§7Receive §4Curse of Greed §7when", + "§7striking, §cCANCELLING§7 any effect", + "§7modifying your §6coins §7loss on", + "§7§4death§7!", + "", + "§7Current Damage Bonus: §a94.0", "", "§7§8This item can be reforged!", "§5§lEPIC SWORD" @@ -29,10 +35,10 @@ }, "internalname": "EMERALD_BLADE", "clickcommand": "viewrecipe", - "modver": "1.1-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Emerald_Blade" ], "crafttext": "Requires: Emerald VIII" -} +}
\ No newline at end of file |