Skip to content

Commit

Permalink
Added the mythic black cat (#1023)
Browse files Browse the repository at this point in the history
  • Loading branch information
jani270 authored Oct 31, 2023
1 parent e44f888 commit 47679fb
Show file tree
Hide file tree
Showing 4 changed files with 97 additions and 4 deletions.
3 changes: 3 additions & 0 deletions constants/parents.json
Original file line number Diff line number Diff line change
Expand Up @@ -3353,5 +3353,8 @@
"EERIE;4": [
"EERIE;2",
"EERIE;0"
],
"BLACK_CAT;5": [
"BLACK_CAT;4"
]
}
38 changes: 36 additions & 2 deletions constants/petnums.json
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,9 @@
],
"statNums": {
"INTELLIGENCE": 1.0,
"SPEED": 0.0
"SPEED": 1.25,
"PET_LUCK": 0.15,
"MAGIC_FIND": 0.15
}
},
"100": {
Expand All @@ -656,7 +658,39 @@
],
"statNums": {
"INTELLIGENCE": 100.0,
"SPEED": 25.0
"SPEED": 125.0,
"PET_LUCK": 15.0,
"MAGIC_FIND": 15.0
}
}
},
"MYTHIC": {
"1": {
"otherNums": [
1.0,
0.15,
0.15,
0.1
],
"statNums": {
"INTELLIGENCE": 1.0,
"SPEED": 1.25,
"PET_LUCK": 0.15,
"MAGIC_FIND": 0.15
}
},
"100": {
"otherNums": [
100,
15,
15,
15
],
"statNums": {
"INTELLIGENCE": 100.0,
"SPEED": 125.0,
"PET_LUCK": 15.0,
"MAGIC_FIND": 15.0
}
}
}
Expand Down
6 changes: 4 additions & 2 deletions items/BLACK_CAT;4.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §6Black Cat",
"nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1dc2c096-de81-31d7-8bba-4f6b10c0c84e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTRiNDVjYmFhMTlmZTNkNjhjODU2Y2QzODQ2YzAzYjVmNTlkZTgxYTQ4MGVlYzkyMWFiNGZhM2NkODEzMTcifX19\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Intelligence: §a{INTELLIGENCE}\",3:\"§7Speed: §a{SPEED}\",4:\"\",5:\"§6Hunter\",6:\"§7§7Increases your §f✦ Speed §7and\",7:\"§7speed cap by +§a{0}§7.\",8:\"\",9:\"§6Omen\",10:\"§7§7Grants §a{1} §7§d♣ Pet Luck§7.\",11:\"\",12:\"§6Supernatural\",13:\"§7§7Grants §a{2} §7§b✯ Magic Find§7.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Black Cat\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLACK_CAT\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BLACK_CAT;4\"},AttributeModifiers:[]}",
"nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"1dc2c096-de81-31d7-8bba-4f6b10c0c84e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTRiNDVjYmFhMTlmZTNkNjhjODU2Y2QzODQ2YzAzYjVmNTlkZTgxYTQ4MGVlYzkyMWFiNGZhM2NkODEzMTcifX19\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"§7Magic Find: §a{MAGIC_FIND}\",5:\"§7Pet Luck: §a{PET_LUCK}\",6:\"\",7:\"§6Hunter\",8:\"§7§7Increases your §f✦ Speed §7and\",9:\"§7speed cap by +§a{0}§7.\",10:\"\",11:\"§6Omen\",12:\"§7§7Grants §a{1} §7§d♣ Pet Luck§7.\",13:\"\",14:\"§6Supernatural\",15:\"§7§7Grants §a{2} §7§b✯ Magic Find§7.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Black Cat\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLACK_CAT\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"BLACK_CAT;4\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Combat Pet",
"",
"§7Intelligence: §a{INTELLIGENCE}",
"§7Speed: §a{SPEED}",
"§7Intelligence: §a{INTELLIGENCE}",
"§7Magic Find: §a{MAGIC_FIND}",
"§7Pet Luck: §a{PET_LUCK}",
"",
"§6Hunter",
"§7§7Increases your §f✦ Speed §7and",
Expand Down
54 changes: 54 additions & 0 deletions items/BLACK_CAT;5.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
{
"itemid": "minecraft:skull",
"displayname": "§7[Lvl {LVL}] §dBlack Cat",
"nbttag": "{HideFlags:254,SkullOwner:{Id:\"1dc2c096-de81-31d7-8bba-4f6b10c0c84e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTRiNDVjYmFhMTlmZTNkNjhjODU2Y2QzODQ2YzAzYjVmNTlkZTgxYTQ4MGVlYzkyMWFiNGZhM2NkODEzMTcifX19\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"§7Magic Find: §a{MAGIC_FIND}\",5:\"§7Pet Luck: §a{PET_LUCK}\",6:\"\",7:\"§6Hunter\",8:\"§7§7Increases your §f✦ Speed §7and\",9:\"§7speed cap by +§a{0}§7.\",10:\"\",11:\"§6Omen\",12:\"§7§7Grants §a{1} §7§d♣ Pet Luck§7.\",13:\"\",14:\"§6Supernatural\",15:\"§7§7Grants §a{2} §7§b✯ Magic Find§7.\",16:\"\",17:\"§6Looting\",18:\"§7§7Gain §c{3}% §7more collection\",19:\"§7items from monsters!\",20:\"\",21:\"§7§eRight-click to add this pet to\",22:\"§eyour pet menu!\",23:\"\",24:\"§d§lMYTHIC\"],Name:\"§7[Lvl {LVL}] §dBlack Cat\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BLACK_CAT\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"MYTHIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"uuid\\\":\\\"7d94338a-4a5e-44b2-8914-b576fc0f8463\\\",\\\"uniqueId\\\":\\\"fa372335-c452-4a6b-824c-5ba7157fbb7d\\\",\\\"hideRightClick\\\":false}\",id:\"BLACK_CAT;5\"}}",
"damage": 3,
"lore": [
"§8Combat Pet",
"",
"§7Speed: §a{SPEED}",
"§7Intelligence: §a{INTELLIGENCE}",
"§7Magic Find: §a{MAGIC_FIND}",
"§7Pet Luck: §a{PET_LUCK}",
"",
"§6Hunter",
"§7§7Increases your §f✦ Speed §7and",
"§7speed cap by +§a{0}§7.",
"",
"§6Omen",
"§7§7Grants §a{1} §7§d♣ Pet Luck§7.",
"",
"§6Supernatural",
"§7§7Grants §a{2} §7§b✯ Magic Find§7.",
"",
"§6Looting",
"§7§7Gain §c{3}% §7more collection",
"§7items from monsters!",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
"",
"§d§lMYTHIC"
],
"internalname": "BLACK_CAT;5",
"crafttext": "",
"clickcommand": "",
"modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Black_Cat_Pet",
"https://wiki.hypixel.net/Black_Cat_Pet"
],
"recipes": [
{
"type": "katgrade",
"coins": 1000000,
"time": 3600,
"input": "BLACK_CAT;4",
"output": "BLACK_CAT;5",
"items": [
"BLACK_WOOLEN_YARN:1"
]
}
]
}

0 comments on commit 47679fb

Please sign in to comment.