diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-03 20:30:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-03 19:30:52 +0000 |
| commit | 2bea137a22d29907fe0f48cd4999fab0b1143d7d (patch) | |
| tree | 159adcdb92361f6361525a06dca4de514aae7172 /items/POOCH_SWORD.json | |
| parent | d2ee441346e03a9695d6057eba3a6c6a67ef62c0 (diff) | |
| download | NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.tar.gz NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.tar.bz2 NotEnoughUpdates-REPO-2bea137a22d29907fe0f48cd4999fab0b1143d7d.zip | |
feat: 0.20.9 changes part 1 (#1486)
* feat: 0.20.9 changes part 1
* fix: Kuudra Armor lore
* feat: 0.20.9 Essence costs
* feat: even more essence cost changes
Diffstat (limited to 'items/POOCH_SWORD.json')
| -rw-r--r-- | items/POOCH_SWORD.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/items/POOCH_SWORD.json b/items/POOCH_SWORD.json index 5a6e9cc6..1c932c44 100644 --- a/items/POOCH_SWORD.json +++ b/items/POOCH_SWORD.json @@ -3,7 +3,7 @@ "itemid": "minecraft:golden_sword", "displayname": "§6Pooch Sword", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+20\",2:\"§7Speed: §a+5\",3:\" §8[§8❁§8]\",4:\"\",5:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"§7Gain §c+150❁ Strength §7against wolves.\",8:\"\",9:\"§c☠ §5Requires Wolf Slayer 6§c.\",10:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pooch Sword\"},ExtraAttributes:{id:\"POOCH_SWORD\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+120\",1:\"§7Strength: §c+20\",2:\"§7Speed: §a+5\",3:\" §8[§8❁§8]\",4:\"\",5:\"§7Deal §c+1 Damage §7per §c50 max ❤§7.\",6:\"§7Receive §a-20% §7damage from wolves.\",7:\"§7Gain §c+150❁ Strength §7against wolves.\",8:\"§7Gain §3+45☯ Combat Wisdom§7 against wolves.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§c☠ §5Requires Wolf Slayer 6§c.\",12:\"§6§lLEGENDARY SWORD\"],Name:\"§6Pooch Sword\"},ExtraAttributes:{id:\"POOCH_SWORD\"}}", "modver": "", "lore": [ "§7Damage: §c+120", @@ -14,7 +14,9 @@ "§7Deal §c+1 Damage §7per §c50 max ❤§7.", "§7Receive §a-20% §7damage from wolves.", "§7Gain §c+150❁ Strength §7against wolves.", + "§7Gain §3+45☯ Combat Wisdom§7 against wolves.", "", + "§7§8This item can be reforged!", "§c☠ §5Requires Wolf Slayer 6§c.", "§6§lLEGENDARY SWORD" ], |
