diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-22 03:03:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 01:03:51 +0000 |
commit | 179659a7592637b0f29347db048a1118ace02cd4 (patch) | |
tree | 4e3d5e9bc5b7bdb020b86cf14d41f3a504431457 /items/BURSTFIRE_DAGGER.json | |
parent | 90d77dc6966656587cfeb38100d85d9bda8a16f6 (diff) | |
download | NotEnoughUpdates-REPO-179659a7592637b0f29347db048a1118ace02cd4.tar.gz NotEnoughUpdates-REPO-179659a7592637b0f29347db048a1118ace02cd4.tar.bz2 NotEnoughUpdates-REPO-179659a7592637b0f29347db048a1118ace02cd4.zip |
pssssshhh - dont tell anyone (#721)
Diffstat (limited to 'items/BURSTFIRE_DAGGER.json')
-rw-r--r-- | items/BURSTFIRE_DAGGER.json | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/items/BURSTFIRE_DAGGER.json b/items/BURSTFIRE_DAGGER.json index 875ee8b3..799b745d 100644 --- a/items/BURSTFIRE_DAGGER.json +++ b/items/BURSTFIRE_DAGGER.json @@ -1,7 +1,7 @@ { "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\"}}", + "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:\"§4☠ §cRequires §5Blaze Slayer 4\",25:\"§5§lEPIC SWORD\"],Name:\"§5Kindlebane Dagger\"},ExtraAttributes:{id:\"BURSTFIRE_DAGGER\"}}", "damage": 0, "lore": [ "§7Damage: §c+130", @@ -28,11 +28,24 @@ "§7Hellion Shield has switched", "§7attunement.", "", + "§4☠ §cRequires §5Blaze Slayer 4", "§5§lEPIC SWORD" ], + "recipe": { + "A1": "", + "A2": "MAGMA_FISH_GOLD:1", + "A3": "", + "B1": "", + "B2": "MOLTEN_POWDER:1", + "B3": "", + "C1": "", + "C2": "FIREDUST_DAGGER:1", + "C3": "" + }, "internalname": "BURSTFIRE_DAGGER", + "slayer_req": "BLAZE_4", "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "" }
\ No newline at end of file |