From a08535705d7a7534dbc6152c7f9340651693ac6d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 31 Aug 2021 16:43:17 +0200 Subject: Stuff - Added and fixed things yes (#609) * Stuff * Updating feature link * Fixed Hard Stone Minion * Fixing Items * yep * Fixing Pet * Fixing NBT Tags * Forgot one * Removed interp and other things * learn to format Co-authored-by: IRONM00N <64110067+IRONM00N@users.noreply.github.com> --- items/GRIFFIN;0.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items/GRIFFIN;0.json') diff --git a/items/GRIFFIN;0.json b/items/GRIFFIN;0.json index c0c6c499..c2f0af2f 100644 --- a/items/GRIFFIN;0.json +++ b/items/GRIFFIN;0.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fGriffin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"357dc70d-fd29-3615-88fb-b465ade33f19\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5ODQ0Njc0MjE0MSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGMyN2UzY2I1MmE2NDk2OGU2MGM4NjFlZjFhYjg0ZTBhMGNiNWYwN2JlMTAzYWM3OGRhNjc3NjE3MzFmMDBjOCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}%\",3:\"§7Magic Find: §a{MAGIC_FIND}^\",4:\"§7Crit Damage: §a{CRIT_DAMAGE}%\",5:\"§7Strength: §a{STRENGTH}\",6:\"§7Intelligence: §a{INTELLIGENCE}\",7:\"\",8:\"§6Odyssey\",9:\"§7§7§2Mythological creatures §7you\",10:\"§7find and burrows you dig scale\",11:\"§7in §cdifficulty §7and §6rewards\",12:\"§6§7based on your equipped\",13:\"§7Griffin\u0027s rarity.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fGriffin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRIFFIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRIFFIN;0\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"357dc70d-fd29-3615-88fb-b465ade33f19\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5ODQ0Njc0MjE0MSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGMyN2UzY2I1MmE2NDk2OGU2MGM4NjFlZjFhYjg0ZTBhMGNiNWYwN2JlMTAzYWM3OGRhNjc3NjE3MzFmMDBjOCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Chance: §a{CRIT_CHANCE}%\",3:\"§7Magic Find: §a{MAGIC_FIND}\",4:\"§7Crit Damage: §a{CRIT_DAMAGE}%\",5:\"§7Strength: §a{STRENGTH}\",6:\"§7Intelligence: §a{INTELLIGENCE}\",7:\"\",8:\"§6Odyssey\",9:\"§7§7§2Mythological creatures §7you\",10:\"§7find and burrows you dig scale\",11:\"§7in §cdifficulty §7and §6rewards\",12:\"§6§7based on your equipped\",13:\"§7Griffin\u0027s rarity.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fGriffin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"GRIFFIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"GRIFFIN;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", @@ -32,4 +32,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Griffin_Pet" ] -} +} \ No newline at end of file -- cgit