diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 17:11:54 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-01 17:11:54 -0400 |
commit | 8890bbf84fb032040da2b02eea7871be9b94e286 (patch) | |
tree | 0e35c76e95e675fb44020dda2e11fa99b05c3839 /items/FLOWER_OF_TRUTH.json | |
parent | fbbc24e58b8e902b5a96badfcf6ad68a45a06626 (diff) | |
download | NotEnoughUpdates-REPO-8890bbf84fb032040da2b02eea7871be9b94e286.tar.gz NotEnoughUpdates-REPO-8890bbf84fb032040da2b02eea7871be9b94e286.tar.bz2 NotEnoughUpdates-REPO-8890bbf84fb032040da2b02eea7871be9b94e286.zip |
Some Floor 6 Stuff
Diffstat (limited to 'items/FLOWER_OF_TRUTH.json')
-rw-r--r-- | items/FLOWER_OF_TRUTH.json | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json new file mode 100644 index 00000000..0f726f86 --- /dev/null +++ b/items/FLOWER_OF_TRUTH.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§6Flower of Truth", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d500 §8(785)\",1:\"§7Damage: §c+100 §8(+157)\",2:\"§7Strength: §c+400 §8(+628)\",3:\"\",4:\"§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",5:\"§7Shoots a rose that ricochets\",6:\"§7between enemies, damaging up to\",7:\"§7§a3 §7of your foes! Damage\",8:\"§7multiplies as more enemies are\",9:\"§7hit.\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d500 §8(785)", + "§7Damage: §c+100 §8(+157)", + "§7Strength: §c+400 §8(+628)", + "", + "§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK", + "§7Shoots a rose that ricochets", + "§7between enemies, damaging up to", + "§7§a3 §7of your foes! Damage", + "§7multiplies as more enemies are", + "§7hit.", + "§8Cooldown: §a1s", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "recipe": { + "A1": "", + "A2": "GOLEM_POPPY:3", + "A3": "", + "B1": "", + "B2": "GOLEM_POPPY:3", + "B3": "", + "C1": "", + "C2": "GOLEM_POPPY:3", + "C3": "" + }, + "internalname": "FLOWER_OF_TRUTH", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file |