diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-01-24 21:46:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 20:46:55 +0000 |
commit | 8abe6e790292d4e1c5c4a02b4d09ed6d17c51e9d (patch) | |
tree | 46dd3ce101c5b2d5004fe47f369d6632157e1e6c /items/FIREDUST_DAGGER.json | |
parent | b06bc12ac8c00343d9d3f35860593d72c7a95bf3 (diff) | |
download | NotEnoughUpdates-REPO-8abe6e790292d4e1c5c4a02b4d09ed6d17c51e9d.tar.gz NotEnoughUpdates-REPO-8abe6e790292d4e1c5c4a02b4d09ed6d17c51e9d.tar.bz2 NotEnoughUpdates-REPO-8abe6e790292d4e1c5c4a02b4d09ed6d17c51e9d.zip |
Fixed lore of turbo enchants, added geo, fixed 2 dagger (#1091)
Diffstat (limited to 'items/FIREDUST_DAGGER.json')
-rw-r--r-- | items/FIREDUST_DAGGER.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/items/FIREDUST_DAGGER.json b/items/FIREDUST_DAGGER.json index 89af50cd..07687d16 100644 --- a/items/FIREDUST_DAGGER.json +++ b/items/FIREDUST_DAGGER.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:stone_sword", "displayname": "§9Firedust Dagger", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+90\",1:\"§7Strength: §c+45\",2:\"§7Crit Damage: §c+15%\",3:\"\",4:\"§6Ability: Attunement §e§lRIGHT CLICK\",5:\"§7Swap between §8Ashen §7and\",6:\"§7§eAuric §7mode in order to\",7:\"§7attack through Hellion Shields.\",8:\"\",9:\"§7Attuned: §8Ashen\",10:\"\",11:\"§7Deal §c1.2x §7damage to Blazes§7.\",12:\"§7Deal §c1.1x §7damage to Pigmen§7.\",13:\"\",14:\"§6Ability: Burning Vengeance ﬗ\",15:\"§7§7On hit, §crepeat §7dealt\",16:\"§7damage after §a6s §7if the\",17:\"§7Hellion Shield has switched\",18:\"§7attunement.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Blaze Slayer 2§c.\",22:\"§9§lRARE SWORD\"],Name:\"§9Firedust Dagger\"},ExtraAttributes:{id:\"FIREDUST_DAGGER\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+90\",1:\"§7Strength: §c+45\",2:\"§7Crit Damage: §c+15%\",3:\" §8[§8⚔§8]\",4:\"\",5:\"§6Ability: Attunement §e§lRIGHT CLICK\",6:\"§7Swap between §8Ashen §7and §eAuric §7mode\",7:\"§7in order to attack through Hellion\",8:\"§7Shields.\",9:\"\",10:\"§7Attuned: §8Ashen\",11:\"\",12:\"§7Deal §c1.2x §7damage to Blazes§7.\",13:\"§7Deal §c1.1x §7damage to Pigmen§7.\",14:\"\",15:\"§6Ability: Burning Vengeance ﬗ\",16:\"§7§7On hit, §crepeat §7dealt damage after §a6s\",17:\"§a§7if the Hellion Shield has switched\",18:\"§7attunement.\",19:\"\",20:\"§7§8This item can be reforged!\",21:\"§7§4☠ §cRequires §5Blaze Slayer 2§c.\",22:\"§9§lRARE SWORD\"],Name:\"§9Firedust Dagger\"},ExtraAttributes:{id:\"FIREDUST_DAGGER\"}}", "damage": 0, "lore": [ "§7Damage: §c+90", "§7Strength: §c+45", "§7Crit Damage: §c+15%", + " §8[§8⚔§8]", "", - "§6Ability: Attunement §e§lRIGHT CLICK", - "§7Swap between §8Ashen §7and", - "§7§eAuric §7mode in order to", - "§7attack through Hellion Shields.", + "§6Ability: Attunement §e§lRIGHT CLICK", + "§7Swap between §8Ashen §7and §eAuric §7mode", + "§7in order to attack through Hellion", + "§7Shields.", "", "§7Attuned: §8Ashen", "", @@ -19,9 +20,8 @@ "§7Deal §c1.1x §7damage to Pigmen§7.", "", "§6Ability: Burning Vengeance ﬗ", - "§7§7On hit, §crepeat §7dealt", - "§7damage after §a6s §7if the", - "§7Hellion Shield has switched", + "§7§7On hit, §crepeat §7dealt damage after §a6s", + "§a§7if the Hellion Shield has switched", "§7attunement.", "", "§7§8This item can be reforged!", |