diff options
author | Linnea Gräf <nea@nea.moe> | 2023-10-19 16:25:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-19 14:25:22 +0000 |
commit | 4949d875819340a3da28a173a54c3e0362c5ba81 (patch) | |
tree | f0b3881e04c68b066a8018579ff09d7f59179c3d /items | |
parent | e5e989e4dac399663e81ce57be77613afde02816 (diff) | |
download | NotEnoughUpdates-REPO-4949d875819340a3da28a173a54c3e0362c5ba81.tar.gz NotEnoughUpdates-REPO-4949d875819340a3da28a173a54c3e0362c5ba81.tar.bz2 NotEnoughUpdates-REPO-4949d875819340a3da28a173a54c3e0362c5ba81.zip |
Add jelly fish pet upgrade thingy (#1003)
https://wiki.hypixel.net/Jellyfish_Pet#Kat_Leveling_Costs
Diffstat (limited to 'items')
-rw-r--r-- | items/JELLYFISH;4.json | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/items/JELLYFISH;4.json b/items/JELLYFISH;4.json index b458bddc..46767909 100644 --- a/items/JELLYFISH;4.json +++ b/items/JELLYFISH;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Jellyfish", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7be2bb4-70a1-32e4-a981-8f26c5864371\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTEzZjA4NmNjYjU2MzIzZjIzOGJhMzQ4OWZmMmExYTM0YzBmZGNlZWFmYzQ4M2FjZmYwZTU0ODhjZmQ2YzJmMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Radiant Scyphozoa\",5:\"§7§7While in dungeons, reduces the\",6:\"§7mana cost of Power Orbs by\",7:\"§7§a{0}%§7.\",8:\"\",9:\"§6Stored Energy\",10:\"§7§7While in dungeons, for every\",11:\"§7§c2,000 HP §7you heal teammates\",12:\"§7the cooldown of §aWish §7is\",13:\"§7reduced by §a{1}s§7, up to\",14:\"§7§a30s§7.\",15:\"\",16:\"§6Powerful Potions\",17:\"§7§7While in dungeons, increase\",18:\"§7the effectiveness of Dungeon\",19:\"§7Potions by §a{2}%\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Jellyfish\"},ExtraAttributes:{petInfo:\"{\\\"candyUsed\\\":\\\"0\\\",\\\"active\\\":0b,\\\"type\\\":\\\"JELLYFISH\\\",\\\"tier\\\":\\\"LEGENDARY\\\",\\\"exp\\\":\\\"0\\\",\\\"hideInfo\\\":0b}\",id:\"JELLYFISH;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7be2bb4-70a1-32e4-a981-8f26c5864371\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTEzZjA4NmNjYjU2MzIzZjIzOGJhMzQ4OWZmMmExYTM0YzBmZGNlZWFmYzQ4M2FjZmYwZTU0ODhjZmQ2YzJmMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Alchemy Pet\",1:\"\",2:\"§7Health: §a{HEALTH}\",3:\"\",4:\"§6Radiant Scyphozoa\",5:\"§7§7While in dungeons, reduces the\",6:\"§7mana cost of Power Orbs by\",7:\"§7§a{0}%§7.\",8:\"\",9:\"§6Stored Energy\",10:\"§7§7While in dungeons, for every\",11:\"§7§c2,000 HP §7you heal teammates\",12:\"§7the cooldown of §aWish §7is\",13:\"§7reduced by §a{1}s§7, up to\",14:\"§7§a30s§7.\",15:\"\",16:\"§6Powerful Potions\",17:\"§7§7While in dungeons, increase\",18:\"§7the effectiveness of Dungeon\",19:\"§7Potions by §a{2}%\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Jellyfish\"},ExtraAttributes:{petInfo:\"{\\\"candyUsed\\\":0,\\\"active\\\":\\\"0b\\\",\\\"type\\\":\\\"JELLYFISH\\\",\\\"tier\\\":\\\"LEGENDARY\\\",\\\"exp\\\":0,\\\"hideInfo\\\":\\\"0b\\\"}\",id:\"JELLYFISH;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Alchemy Pet", @@ -30,9 +30,21 @@ "", "§6§lLEGENDARY" ], + "recipes": [ + { + "type": "katgrade", + "coins": 15000000, + "time": 864000, + "input": "JELLYFISH;3", + "output": "JELLYFISH;4", + "items": [ + "ENCHANTED_SLIME_BALL:16" + ] + } + ], "internalname": "JELLYFISH;4", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Jellyfish_Pet", |