diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-08 15:43:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-08 09:43:53 -0400 |
commit | 88310a174871a22216cd17270d5d2e307413f5ad (patch) | |
tree | e31de21832e1d595d0e97fd8ba95cbf8ef95db64 /items/WINTER_ROD.json | |
parent | 413e520596fc9786d32cffa7041e8ce1b4795e82 (diff) | |
download | NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.gz NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.tar.bz2 NotEnoughUpdates-REPO-88310a174871a22216cd17270d5d2e307413f5ad.zip |
Mobs Part 3 and fixes (#457)
* Item Things (Fixes and Updates)
* Added Dungeon Mobs, changed a few Mobs to Skulls, added Info to like 2 Mobs
Diffstat (limited to 'items/WINTER_ROD.json')
-rw-r--r-- | items/WINTER_ROD.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/items/WINTER_ROD.json b/items/WINTER_ROD.json index 2d7d2bca..045a8ab2 100644 --- a/items/WINTER_ROD.json +++ b/items/WINTER_ROD.json @@ -4,11 +4,14 @@ "displayname": "§9Winter Rod", "clickcommand": "", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"§7Sea Creature Chance: §c+5%\",2:\"\",3:\"§7Increases fishing speed by §950%\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§4❣ §cRequires §aFishing Skill 10\",7:\"§9§lRARE FISHING ROD\"],Name:\"§9Winter Rod\"},ExtraAttributes:{id:\"WINTER_ROD\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+40\",1:\"§7Strength: §c+50\",2:\"\",3:\"§7Gain §3+5α Sea Creature Chance\",4:\"§7 while on the Winter Island.\",5:\"\",6:\"§7Increases fishing speed by §950%\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§4❣ §cRequires §aFishing Skill 10\",10:\"§9§lRARE FISHING ROD\"],Name:\"§9Winter Rod\"},ExtraAttributes:{id:\"WINTER_ROD\"}}", "modver": "2.0.0-REL", "lore": [ "§7Damage: §c+40", - "§7Sea Creature Chance: §c+5%", + "§7Strength: §c+50", + "", + "§7Gain §3+5α Sea Creature Chance", + "§7 while on the Winter Island.", "", "§7Increases fishing speed by §950%", "", |