diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-06-17 17:00:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-17 17:00:13 +0200 |
commit | 610e81739195b605f5b73941707e3b5ec39b6e46 (patch) | |
tree | 34fbbe77fcc8af4c5a11dfdef205fbb57e18ec24 /items/HOUND;3.json | |
parent | 1bba991179e609721477b3eea4ab5b932974b772 (diff) | |
download | NotEnoughUpdates-REPO-610e81739195b605f5b73941707e3b5ec39b6e46.tar.gz NotEnoughUpdates-REPO-610e81739195b605f5b73941707e3b5ec39b6e46.tar.bz2 NotEnoughUpdates-REPO-610e81739195b605f5b73941707e3b5ec39b6e46.zip |
Fixed lore of pet items, fixed shiny rod and fixed pet lores (#940)
* Fixed lore of pet items
* AHHHHHHHHHHHHH
* Fixed lore of megalodon and shiny rod
* Added . to pet lores
Diffstat (limited to 'items/HOUND;3.json')
-rw-r--r-- | items/HOUND;3.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/HOUND;3.json b/items/HOUND;3.json index 077aa1f5..f98105f4 100644 --- a/items/HOUND;3.json +++ b/items/HOUND;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Hound", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Bonus Attack Speed: §c+{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §c+{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill.\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"HOUND;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"802a167c-cbcd-3a1f-becd-5b1a25a4cf15\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjdjOGJlZjZiZWI3N2UyOWFmODYyN2VjZGMzOGQ4NmFhMmZlYTdjY2QxNjNkYzczYzAwZjlmMjU4ZjlhMTQ1NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Bonus Attack Speed: §c+{BONUS_ATTACK_SPEED}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"§7Strength: §c+{STRENGTH}\",5:\"\",6:\"§6Scavenger\",7:\"§7§7Gain +§a{0} §7coins per\",8:\"§7monster kill.\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for\",12:\"§7monsters to drop their armor by\",13:\"§7§a{1}%§7.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Hound\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HOUND\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"HOUND;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -17,7 +17,7 @@ "§6Finder", "§7§7Increases the chance for", "§7monsters to drop their armor by", - "§7§a{1}%", + "§7§a{1}%§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", |