diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-06-19 15:04:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-19 15:04:21 +0200 |
commit | 42da70cb7fe35aa3c524e81daaa0f99ec28da658 (patch) | |
tree | 8fb8414263d581982c45ea0329a4fc9199646d92 /items/BURSTMAW_DAGGER.json | |
parent | 47a879e3097caeee1c1cd780f963a4c1de5192ff (diff) | |
download | NotEnoughUpdates-REPO-42da70cb7fe35aa3c524e81daaa0f99ec28da658.tar.gz NotEnoughUpdates-REPO-42da70cb7fe35aa3c524e81daaa0f99ec28da658.tar.bz2 NotEnoughUpdates-REPO-42da70cb7fe35aa3c524e81daaa0f99ec28da658.zip |
.toLowerCase() (#768)
Diffstat (limited to 'items/BURSTMAW_DAGGER.json')
-rw-r--r-- | items/BURSTMAW_DAGGER.json | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/items/BURSTMAW_DAGGER.json b/items/BURSTMAW_DAGGER.json index 51fcc331..ff94d444 100644 --- a/items/BURSTMAW_DAGGER.json +++ b/items/BURSTMAW_DAGGER.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:diamond_sword", "displayname": "§5Mawdredge Dagger", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+55\",2:\"§7Crit Damage: §c+130%\",3:\"§7Bonus Attack Speed: §c+45%\",4:\"§7Health: §a+50\",5:\"§7Speed: §a+20\",6:\"§7True Defense: §a+10\",7:\"§7Ferocity: §a+5\",8:\" §8[§8⚔§8] §8[§8❂§8]\",9:\"\",10:\"§6Ability: Attunement §e§lRIGHT CLICK\",11:\"§7Swap between §fSpirit §7and\",12:\"§7§bCrystal §7mode in order to\",13:\"§7attack through Hellion Shields.\",14:\"\",15:\"§7Attuned: §bCrystal\",16:\"\",17:\"§7Deal §c2.5x §7damage to Blazes§7.\",18:\"§7Deal §c1.5x §7damage to Skeletons§7.\",19:\"\",20:\"§6Ability: Wraith Drain\",21:\"§7§7On hit, heal §7for §c200 §7+\",22:\"§7§c4%❤ §7after §a6s §7if the\",23:\"§7Hellion Shield has switched\",24:\"§7attunement.\",25:\"\",26:\"§4☠ §cRequires §5Blaze Slayer 4\",27:\"§5§lEPIC SWORD\"],Name:\"§5Mawdredge Dagger\"},ExtraAttributes:{id:\"BURSTMAW_DAGGER\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+130\",1:\"§7Strength: §c+55\",2:\"§7Crit Damage: §c+20%\",3:\"§7Bonus Attack Speed: §c+10%\",4:\" §8[§8⚔§8] §8[§8❂§8]\",5:\"\",6:\"§6Ability: Attunement §e§lRIGHT CLICK\",7:\"§7Swap between §fSpirit §7and\",8:\"§7§bCrystal §7mode in order to\",9:\"§7attack through Hellion Shields.\",10:\"\",11:\"§7Attuned: §bCrystal\",12:\"\",13:\"§7Deal §c2.5x §7damage to Blazes§7.\",14:\"§7Deal §c1.5x §7damage to Skeletons§7.\",15:\"\",16:\"§6Ability: Wraith Drain\",17:\"§7§7On hit, heal §7for §c200 §7+\",18:\"§7§c4%❤ §7after §a6s §7if the\",19:\"§7Hellion Shield has switched\",20:\"§7attunement.\",21:\"\",22:\"§4☠ §cRequires §5Blaze Slayer 4\",23:\"§5§lEPIC SWORD\"],Name:\"§5Mawdredge Dagger\"},ExtraAttributes:{id:\"BURSTMAW_DAGGER\"}}", "damage": 0, "lore": [ "§7Damage: §c+130", "§7Strength: §c+55", - "§7Crit Damage: §c+130%", - "§7Bonus Attack Speed: §c+45%", - "§7Health: §a+50", - "§7Speed: §a+20", - "§7True Defense: §a+10", - "§7Ferocity: §a+5", + "§7Crit Damage: §c+20%", + "§7Bonus Attack Speed: §c+10%", " §8[§8⚔§8] §8[§8❂§8]", "", "§6Ability: Attunement §e§lRIGHT CLICK", |