diff options
Diffstat (limited to 'items/PARROT;3.json')
-rw-r--r-- | items/PARROT;3.json | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/items/PARROT;3.json b/items/PARROT;3.json index 443330b0..da5e430b 100644 --- a/items/PARROT;3.json +++ b/items/PARROT;3.json @@ -1,21 +1,21 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §5Parrot", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"cbd58638-f78c-3f85-9b08-6b02f0614215\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1ODIwODk4NjgyMDksInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzVkZjRiMzQwMWE0ZDA2YWQ2NmFjOGI1YzRkMTg5NjE4YWU2MTdmOWMxNDMwNzFjOGFjMzlhNTYzY2Y0ZTQyMDgifX19\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Intelligence: §a+1➡100\",3:\"§7Crit Damage: §a+0.1➡10%\",4:\"\",5:\"§6Flamboyant\",6:\"§7§7Adds §a1➡15 §7levels to\",7:\"§7intimidation accessories\",8:\"\",9:\"§6Repeat\",10:\"§7§7Boosts potions duration by\",11:\"§7§a0.4%➡40%\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl 1➡100] §5Parrot\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"PARROT\\\",\\\"active\\\":false,\\\"exp\\\":4276800.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"PARROT;3\",uuid:\"6b422584-c885-48a5-857d-d7b936cf4942\",timestamp:\"10/04/20 23:45\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §5Parrot", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"cbd58638-f78c-3f85-9b08-6b02f0614215\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1ODIwODk4NjgyMDksInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzVkZjRiMzQwMWE0ZDA2YWQ2NmFjOGI1YzRkMTg5NjE4YWU2MTdmOWMxNDMwNzFjOGFjMzlhNTYzY2Y0ZTQyMDgifX19\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Crit Damage: §a{CRIT_DAMAGE}\",4:\"\",5:\"§6Flamboyant\",6:\"§7§7Adds §a{0} §7levels to\",7:\"§7intimidation accessories\",8:\"\",9:\"§6Repeat\",10:\"§7§7Boosts potions duration by\",11:\"§7§a{1}%\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Parrot\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"PARROT\\\",\\\"active\\\":false,\\\"exp\\\":4276800.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"PARROT;3\",uuid:\"6b422584-c885-48a5-857d-d7b936cf4942\",timestamp:\"10/04/20 23:45\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Alchemy Pet", "", - "§7Intelligence: §a+1➡100", - "§7Crit Damage: §a+0.1➡10%", + "§7Intelligence: §a{INTELLIGENCE}", + "§7Crit Damage: §a{CRIT_DAMAGE}", "", "§6Flamboyant", - "§7§7Adds §a1➡15 §7levels to", + "§7§7Adds §a{0} §7levels to", "§7intimidation accessories", "", "§6Repeat", "§7§7Boosts potions duration by", - "§7§a0.4%➡40%", + "§7§a{1}%", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -24,9 +24,10 @@ ], "internalname": "PARROT;3", "clickcommand": "", - "modver": "1.0.0", + "modver": "REL-1.0.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Parrot_Pet" - ] + ], + "crafttext": "" }
\ No newline at end of file |