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/FLOWER_OF_TRUTH.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/FLOWER_OF_TRUTH.json')
-rw-r--r-- | items/FLOWER_OF_TRUTH.json | 6 |
1 files changed, 4 insertions, 2 deletions
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" |