diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-03-13 20:46:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-13 14:46:53 -0500 |
commit | 5b915988210e6e922e4f72bfa9bd7525c8e5e68b (patch) | |
tree | f2a3fcbdc30423da62607212101066890d604730 /items/BABY_YETI;3.json | |
parent | 9c4b82a13a5ae68fa21a255f9a0558845cd90a53 (diff) | |
download | NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.gz NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.tar.bz2 NotEnoughUpdates-REPO-5b915988210e6e922e4f72bfa9bd7525c8e5e68b.zip |
Fixed Things and Added Things (#437)
* Added a weird Item, fixed Items and Pets
* Added Parent for Rev Minion, fixed Reforge Stone, and fixed Parrot/Black Cat
* Fixed Triple Strike
* Update Thorn
Diffstat (limited to 'items/BABY_YETI;3.json')
-rw-r--r-- | items/BABY_YETI;3.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/BABY_YETI;3.json b/items/BABY_YETI;3.json index 5829b177..1fa9ad1d 100644 --- a/items/BABY_YETI;3.json +++ b/items/BABY_YETI;3.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Baby Yeti", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7895e21a-8f3b-3e30-bea6-06108f64d5dc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWIxMjY4MTRmYzNmYTg0NmRhZDkzNGMzNDk2MjhhN2ExZGU1YjQxNTAyMWEwM2VmNDIxMWQ2MjUxNGQ1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Cold Breeze\",6:\"§7§7Gives §a{0} §c❁ Strength §7and\",7:\"§7§9☠ Crit Damage §7when near snow\",8:\"\",9:\"§6Ice Shields\",10:\"§7§7Gain §a{1}% §7of your strength\",11:\"§7as §a❈ Defense\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Baby Yeti\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BABY_YETI\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BABY_YETI;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7895e21a-8f3b-3e30-bea6-06108f64d5dc\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWIxMjY4MTRmYzNmYTg0NmRhZDkzNGMzNDk2MjhhN2ExZGU1YjQxNTAyMWEwM2VmNDIxMWQ2MjUxNGQ1In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §a{STRENGTH}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Cold Breeze\",6:\"§7§7Gives §a{0} §c❁ Strength §7and\",7:\"§7§9☠ Crit Damage §7when near snow\",8:\"\",9:\"§6Ice Shields\",10:\"§7§7Gain §a{1}% §7of your strength\",11:\"§7as §a❈ Defense\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Baby Yeti\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BABY_YETI\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BABY_YETI;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", "", - "§7Intelligence: §a{INTELLIGENCE}", "§7Strength: §a{STRENGTH}", + "§7Intelligence: §a{INTELLIGENCE}", "", "§6Cold Breeze", "§7§7Gives §a{0} §c❁ Strength §7and", @@ -24,7 +24,7 @@ ], "internalname": "BABY_YETI;3", "clickcommand": "", - "modver": "REL-1.0.0", + "modver": "2.0.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Baby_Yeti_Pet" |