From 8890bbf84fb032040da2b02eea7871be9b94e286 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Thu, 1 Oct 2020 17:11:54 -0400 Subject: Some Floor 6 Stuff --- items/FLOWER_OF_TRUTH.json | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 items/FLOWER_OF_TRUTH.json (limited to 'items/FLOWER_OF_TRUTH.json') 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 -- cgit From e11812b744666c0082a8957bce42d8e9177edd3e Mon Sep 17 00:00:00 2001 From: nopothegamer <40329022+nopothegamer@users.noreply.github.com> Date: Thu, 8 Oct 2020 00:36:58 +1100 Subject: Update FLOWER_OF_TRUTH.json --- items/FLOWER_OF_TRUTH.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items/FLOWER_OF_TRUTH.json') diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json index 0f726f86..f0f01215 100644 --- a/items/FLOWER_OF_TRUTH.json +++ b/items/FLOWER_OF_TRUTH.json @@ -6,7 +6,7 @@ "lore": [ "§7Gear Score: §d500 §8(785)", "§7Damage: §c+100 §8(+157)", - "§7Strength: §c+400 §8(+628)", + "§7Strength: §c+360 §8(+628)", "", "§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK", "§7Shoots a rose that ricochets", -- cgit