From 0162818487df8c5b107a2228fe71684c544a0b90 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:08:35 +0200 Subject: Fixed lore of Etherwarp Merger and added Hemobomb recipe (#963) * Fixed lore of Etherwarp Merger and added Hemobomb recipe * Fixed Flying Fish Speed and lore * Added new skins * Added new items, fixed grizzly salmon and divan drill * Fixed conflict enchant * Fixed lore of Terror Armor * Fixed lore of spirit armour * Fixed thing in lore * Fixed Kuudra Mandible Reforge * Added new bingo items * Fixed Tara Tier 3 and 4 name * Fixed Fungi Cutter * Fixed more lores --- items/BINGO_BLASTER.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 items/BINGO_BLASTER.json (limited to 'items/BINGO_BLASTER.json') diff --git a/items/BINGO_BLASTER.json b/items/BINGO_BLASTER.json new file mode 100644 index 00000000..9c329fc7 --- /dev/null +++ b/items/BINGO_BLASTER.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:golden_horse_armor", + "displayname": "§5Bingo Blaster", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Ability Damage: §c+20%\",1:\"§7Intelligence: §a+300\",2:\"\",3:\"§6Ability: Bingo Blast §e§lRIGHT CLICK\",4:\"§7Shoots out a piercing ray of\",5:\"§7water that travels up to 15\",6:\"§7blocks. Deals §c865.2 §7damage\",7:\"§7to the first enemy hit. Damage\",8:\"§7is halved for each subsequent\",9:\"§7enemy hit.\",10:\"§8Mana Cost: §3125\",11:\"§8Cooldown: §a1s\",12:\"\",13:\"§8§l* §8Soulbound §8§l*\",14:\"§5§lEPIC WAND\"],Name:\"§5Bingo Blaster\"},ExtraAttributes:{id:\"BINGO_BLASTER\"}}", + "damage": 0, + "lore": [ + "§7Ability Damage: §c+20%", + "§7Intelligence: §a+300", + "", + "§6Ability: Bingo Blast §e§lRIGHT CLICK", + "§7Shoots out a piercing ray of", + "§7water that travels up to 15", + "§7blocks. Deals §c865.2 §7damage", + "§7to the first enemy hit. Damage", + "§7is halved for each subsequent", + "§7enemy hit.", + "§8Mana Cost: §3125", + "§8Cooldown: §a1s", + "", + "§8§l* §8Soulbound §8§l*", + "§5§lEPIC WAND" + ], + "internalname": "BINGO_BLASTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +} \ No newline at end of file -- cgit