diff options
author | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-28 19:02:17 +1000 |
---|---|---|
committer | Moulberry <james.jenour@student.scotch.wa.edu.au> | 2020-07-28 19:02:17 +1000 |
commit | bdc397344090de82b8605e41f36b6967638ca9e7 (patch) | |
tree | b333e9455ad9171c3cc52d16b7c3fab0e35fc6e2 /items/BLUE_WHALE;0.json | |
parent | e3ebf5a2f765a081a039a3eb8c776cfd740bcbea (diff) | |
download | NotEnoughUpdates-REPO-bdc397344090de82b8605e41f36b6967638ca9e7.tar.gz NotEnoughUpdates-REPO-bdc397344090de82b8605e41f36b6967638ca9e7.tar.bz2 NotEnoughUpdates-REPO-bdc397344090de82b8605e41f36b6967638ca9e7.zip |
update pet items
Diffstat (limited to 'items/BLUE_WHALE;0.json')
-rw-r--r-- | items/BLUE_WHALE;0.json | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/items/BLUE_WHALE;0.json b/items/BLUE_WHALE;0.json index b4beec79..7776aaf4 100644 --- a/items/BLUE_WHALE;0.json +++ b/items/BLUE_WHALE;0.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1➡100] §fBlue Whale", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"47c8ba46-82ac-3c09-b511-5502860eb012\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFiNzc5YmJjY2M4NDlmODgyNzNkODQ0ZThjYTJmM2E2N2ExNjk5Y2IyMTZjMGExMWI0NDMyNmNlMmNjMjAifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Health: §a+2➡200 HP\",3:\"\",4:\"§6Ingest\",5:\"§7§7All potions heal §c+0.5➡50❤\",6:\"\",7:\"§7§eRight-click to add this pet to\",8:\"§eyour pet menu!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl 1➡100] §fBlue Whale\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLUE_WHALE\\\",\\\"active\\\":false,\\\"exp\\\":113928.95999999966,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"BLUE_WHALE;0\",uuid:\"76f4f466-60c1-41ac-a3eb-a85fb4ea2c93\",timestamp:\"4/7/20 5:39 PM\"},AttributeModifiers:[]}", + "displayname": "§f§f§7[Lvl {LVL}] §fBlue Whale", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"47c8ba46-82ac-3c09-b511-5502860eb012\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFiNzc5YmJjY2M4NDlmODgyNzNkODQ0ZThjYTJmM2E2N2ExNjk5Y2IyMTZjMGExMWI0NDMyNmNlMmNjMjAifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Health: §a{HEALTH} HP\",3:\"\",4:\"§6Ingest\",5:\"§7§7All potions heal §c+{0}❤\",6:\"\",7:\"§7§eRight-click to add this pet to\",8:\"§eyour pet menu!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fBlue Whale\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLUE_WHALE\\\",\\\"active\\\":false,\\\"exp\\\":113928.95999999966,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"BLUE_WHALE;0\",uuid:\"76f4f466-60c1-41ac-a3eb-a85fb4ea2c93\",timestamp:\"4/7/20 5:39 PM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", "", - "§7Health: §a+2➡200 HP", + "§7Health: §a{HEALTH} HP", "", "§6Ingest", - "§7§7All potions heal §c+0.5➡50❤", + "§7§7All potions heal §c+{0}❤", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -18,9 +18,10 @@ ], "internalname": "BLUE_WHALE;0", "clickcommand": "", - "modver": "1.0.0", + "modver": "REL-1.0.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blue_Whale_Pet" - ] + ], + "crafttext": "" }
\ No newline at end of file |