diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-03-13 15:35:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 14:35:04 +0000 |
commit | 5885f728b32433e4cae9503ef4bbbe0179fceb30 (patch) | |
tree | fee5db0d4d8e90ecda7648504d16b3989a416e75 /items/HOUND;3.json | |
parent | 3f8f106c9330d1ade0cfc6a4848975657cd256e2 (diff) | |
download | NotEnoughUpdates-REPO-5885f728b32433e4cae9503ef4bbbe0179fceb30.tar.gz NotEnoughUpdates-REPO-5885f728b32433e4cae9503ef4bbbe0179fceb30.tar.bz2 NotEnoughUpdates-REPO-5885f728b32433e4cae9503ef4bbbe0179fceb30.zip |
Added new items, fixed pets and some lores (#1126)
Diffstat (limited to 'items/HOUND;3.json')
-rw-r--r-- | items/HOUND;3.json | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/items/HOUND;3.json b/items/HOUND;3.json index f98105f4..1741714b 100644 --- a/items/HOUND;3.json +++ b/items/HOUND;3.json @@ -1,26 +1,25 @@ { "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}%§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:[]}", + "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:\"§7Speed: §a{SPEED}\",3:\"§7Strength: §c{STRENGTH}\",4:\"§7Bonus Attack Speed: §c{BONUS_ATTACK_SPEED}\",5:\"§7Ferocity: §a{FEROCITY}\",6:\"\",7:\"§6Scavenger\",8:\"§7§7Gain §a+{0} §7coins per monster kill.\",9:\"\",10:\"§6Finder\",11:\"§7§7Increases the chance for monsters\",12:\"§7to drop their armor by §a{1}%§7.\",13:\"\",14:\"§7§eRight-click to add this pet to your\",15:\"§epet menu!\",16:\"\",17:\"§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", "", - "§7Bonus Attack Speed: §c+{BONUS_ATTACK_SPEED}", + "§7Speed: §a{SPEED}", + "§7Strength: §c{STRENGTH}", + "§7Bonus Attack Speed: §c{BONUS_ATTACK_SPEED}", "§7Ferocity: §a{FEROCITY}", - "§7Strength: §c+{STRENGTH}", "", "§6Scavenger", - "§7§7Gain +§a{0} §7coins per", - "§7monster kill.", + "§7§7Gain §a+{0} §7coins per monster kill.", "", "§6Finder", - "§7§7Increases the chance for", - "§7monsters to drop their armor by", - "§7§a{1}%§7.", + "§7§7Increases the chance for monsters", + "§7to drop their armor by §a{1}%§7.", "", - "§7§eRight-click to add this pet to", - "§eyour pet menu!", + "§7§eRight-click to add this pet to your", + "§epet menu!", "", "§5§lEPIC" ], |