From 19bf0bd5719906212616f37582679877fe70c11e Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 29 Sep 2022 14:26:03 +0200 Subject: Fixed kuudra pet stats (#829) * Fixed kuudra pet stats * New update i hate you * Fixed Aiming enchant --- items/FLOWER_OF_TRUTH.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'items/FLOWER_OF_TRUTH.json') diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json index 033e4680..2cf1d08a 100644 --- a/items/FLOWER_OF_TRUTH.json +++ b/items/FLOWER_OF_TRUTH.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:red_flower", "displayname": "§6Flower of Truth", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d460\",1:\"§7Damage: §c+160\",2:\"§7Strength: §c+300\",3:\" §8[§8❁§8]\",4:\"\",5:\"§6Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",6:\"§7Shoots a rose that ricochets\",7:\"§7between enemies, damaging up to\",8:\"§7§a3 §7of your foes! Damage\",9:\"§7multiplies as more enemies are\",10:\"§7hit.\",11:\"§8Mana Cost: §335\",12:\"§8Cooldown: §a1s\",13:\"§7§7The mana cost of this item is\",14:\"§7§a10.0% §7of your maximum mana.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 70000 / 70000\",18:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d460\",1:\"§7Damage: §c+160\",2:\"§7Strength: §c+300\",3:\" §8[§8❁§8]\",4:\"\",5:\"§6Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",6:\"§7Shoots a rose that ricochets\",7:\"§7between enemies, damaging up to\",8:\"§7§a3 §7of your foes! Damage\",9:\"§7multiplies as more enemies are\",10:\"§7hit.\",11:\"§8Mana Cost: §335\",12:\"§8Cooldown: §a1s\",13:\"§7§7The mana cost of this item is\",14:\"§7§a10.0% §7of your maximum mana.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 70000 / 70000\",18:\"§7§4❣ §cRequires §aThe Catacombs Floor\",19:\"§aVI Completion§c.\",20:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", "damage": 0, "lore": [ "§7Gear Score: §d460", @@ -22,6 +22,8 @@ "", "§7§8This item can be reforged!", "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aThe Catacombs Floor", + "§aVI Completion§c.", "§6§lLEGENDARY DUNGEON SWORD" ], "recipe": { @@ -38,7 +40,7 @@ "internalname": "FLOWER_OF_TRUTH", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Flower_of_Truth" -- cgit