From 64398a560ef328a787e5106197504a56d9cf80db Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 20 Aug 2022 13:12:30 +0200 Subject: New Alpha Stuff (#787) * Nerds * More Items * I love stats * I love hypixel * Added and changed stuff from shitty update * editor throwing * I love the github editor * More fixes * Added new stuff to enchants.json Co-Authored-By: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Co-authored-by: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> --- items/TIGER;0.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'items/TIGER;0.json') diff --git a/items/TIGER;0.json b/items/TIGER;0.json index cea5820d..9ff93627 100644 --- a/items/TIGER;0.json +++ b/items/TIGER;0.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fTiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}%\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}%\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §a{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;0\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §c+{CRIT_CHANCE}%\",3:\"§7Crit Damage: §c+{CRIT_DAMAGE}%\",4:\"§7Ferocity: §a{FEROCITY}\",5:\"§7Strength: §c{STRENGTH}\",6:\"\",7:\"§6Merciless Swipe\",8:\"§7Gain §c+{0}% ⫽ Ferocity\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false}\",id:\"TIGER;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", "", - "§7Crit Chance: §a{CRIT_CHANCE}%", - "§7Crit Damage: §a{CRIT_DAMAGE}%", + "§7Crit Chance: §c+{CRIT_CHANCE}%", + "§7Crit Damage: §c+{CRIT_DAMAGE}%", "§7Ferocity: §a{FEROCITY}", - "§7Strength: §a{STRENGTH}", + "§7Strength: §c{STRENGTH}", "", "§6Merciless Swipe", "§7Gain §c+{0}% ⫽ Ferocity", @@ -21,10 +21,10 @@ ], "internalname": "TIGER;0", "clickcommand": "", - "modver": "2.0.0-REL", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Tiger_Pet" ], "crafttext": "" -} +} \ No newline at end of file -- cgit