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/MAWDUST_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/MAWDUST_DAGGER.json')
-rw-r--r-- | items/MAWDUST_DAGGER.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/items/MAWDUST_DAGGER.json b/items/MAWDUST_DAGGER.json index 27ad590b..0f7283ac 100644 --- a/items/MAWDUST_DAGGER.json +++ b/items/MAWDUST_DAGGER.json @@ -1,17 +1,18 @@ { "itemid": "minecraft:iron_sword", "displayname": "§9Twilight Dagger", - "nbttag": "{overrideMeta:1b,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 §fSpirit §7and\",6:\"§7§bCrystal §7mode in order to\",7:\"§7attack through Hellion Shields.\",8:\"\",9:\"§7Attuned: §fSpirit\",10:\"\",11:\"§7Deal §c1.5x §7damage to Blazes§7.\",12:\"§7Deal §c1.2x §7damage to Skeletons§7.\",13:\"\",14:\"§6Ability: Wraith Drain\",15:\"§7§7On hit, heal §7for §c200 §7+\",16:\"§7§c4%❤ §7after §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:\"§9Twilight Dagger\"},ExtraAttributes:{id:\"MAWDUST_DAGGER\"},AttributeModifiers:[]}", + "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 §fSpirit §7and §bCrystal\",7:\"§b§7mode in order to attack through\",8:\"§7Hellion Shields.\",9:\"\",10:\"§7Attuned: §fSpirit\",11:\"\",12:\"§7Deal §c1.5x §7damage to Blazes§7.\",13:\"§7Deal §c1.2x §7damage to Skeletons§7.\",14:\"\",15:\"§6Ability: Wraith Drain\",16:\"§7§7On hit, heal §7for §c200 §7+ §c4%❤ §7after §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:\"§9Twilight Dagger\"},ExtraAttributes:{id:\"MAWDUST_DAGGER\"}}", "damage": 0, "lore": [ "§7Damage: §c+90", "§7Strength: §c+45", "§7Crit Damage: §c+15%", + " §8[§8⚔§8]", "", - "§6Ability: Attunement §e§lRIGHT CLICK", - "§7Swap between §fSpirit §7and", - "§7§bCrystal §7mode in order to", - "§7attack through Hellion Shields.", + "§6Ability: Attunement §e§lRIGHT CLICK", + "§7Swap between §fSpirit §7and §bCrystal", + "§b§7mode in order to attack through", + "§7Hellion Shields.", "", "§7Attuned: §fSpirit", "", @@ -19,9 +20,8 @@ "§7Deal §c1.2x §7damage to Skeletons§7.", "", "§6Ability: Wraith Drain", - "§7§7On hit, heal §7for §c200 §7+", - "§7§c4%❤ §7after §a6s §7if the", - "§7Hellion Shield has switched", + "§7§7On hit, heal §7for §c200 §7+ §c4%❤ §7after §a6s", + "§a§7if the Hellion Shield has switched", "§7attunement.", "", "§7§8This item can be reforged!", |