From 19d37551d8523b8d0463b9c5d22aeebb662676b1 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:50:32 +0200 Subject: New Nether Stuff (#718) * New Stuff * i hate timestamps * god * Abi abi * mood * Hello, can someone send me money please * bingo * workflow hello --- items/BURSTFIRE_DAGGER.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 items/BURSTFIRE_DAGGER.json (limited to 'items/BURSTFIRE_DAGGER.json') diff --git a/items/BURSTFIRE_DAGGER.json b/items/BURSTFIRE_DAGGER.json new file mode 100644 index 00000000..875ee8b3 --- /dev/null +++ b/items/BURSTFIRE_DAGGER.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:golden_sword", + "displayname": "§5Kindlebane Dagger", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+307\",2:\"§7Crit Damage: §c+120%\",3:\"§7Bonus Attack Speed: §c+60%\",4:\"§7Magic Find: §a+28\",5:\"§7Ferocity: §a+5\",6:\" §8[§8⚔§8] §8[§8❂§8]\",7:\"\",8:\"§6Ability: Attunement §e§lRIGHT CLICK\",9:\"§7Swap between §8Ashen §7and\",10:\"§7§eAuric §7mode in order to\",11:\"§7attack through Hellion Shields.\",12:\"\",13:\"§7Attuned: §eAuric\",14:\"\",15:\"§7Deal §c1.5x §7damage to Blazes§7.\",16:\"§7Deal §c1.2x §7damage to Pigmen§7.\",17:\"\",18:\"§6Ability: Burning Vengeance ﬗ\",19:\"§7§7On hit, §crepeat §7dealt\",20:\"§7damage after §a6s §7if the\",21:\"§7Hellion Shield has switched\",22:\"§7attunement.\",23:\"\",24:\"§5§lEPIC SWORD\"],Name:\"§5Kindlebane Dagger\"},ExtraAttributes:{id:\"BURSTFIRE_DAGGER\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+130", + "§7Strength: §c+307", + "§7Crit Damage: §c+120%", + "§7Bonus Attack Speed: §c+60%", + "§7Magic Find: §a+28", + "§7Ferocity: §a+5", + " §8[§8⚔§8] §8[§8❂§8]", + "", + "§6Ability: Attunement §e§lRIGHT CLICK", + "§7Swap between §8Ashen §7and", + "§7§eAuric §7mode in order to", + "§7attack through Hellion Shields.", + "", + "§7Attuned: §eAuric", + "", + "§7Deal §c1.5x §7damage to Blazes§7.", + "§7Deal §c1.2x §7damage to Pigmen§7.", + "", + "§6Ability: Burning Vengeance ﬗ", + "§7§7On hit, §crepeat §7dealt", + "§7damage after §a6s §7if the", + "§7Hellion Shield has switched", + "§7attunement.", + "", + "§5§lEPIC SWORD" + ], + "internalname": "BURSTFIRE_DAGGER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file -- cgit