aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--constants/enchants.json19
-rw-r--r--constants/parents.json21
-rw-r--r--items/PESTERMINATOR;1.json30
-rw-r--r--items/PESTERMINATOR;2.json30
-rw-r--r--items/PESTERMINATOR;3.json30
-rw-r--r--items/PESTERMINATOR;4.json30
-rw-r--r--items/PESTERMINATOR;5.json30
-rw-r--r--items/PET_SKIN_RAT_GYM_RAT.json27
-rw-r--r--items/PET_SKIN_RAT_JUNK_RAT.json27
-rw-r--r--items/PET_SKIN_RAT_KARATE.json27
-rw-r--r--items/PET_SKIN_RAT_MR_CLAWS.json27
-rw-r--r--items/PET_SKIN_RAT_NINJA.json27
-rw-r--r--items/PET_SKIN_RAT_PIRATE.json27
-rw-r--r--items/PET_SKIN_RAT_RAT-STRONAUT.json27
-rw-r--r--items/PET_SKIN_RAT_SECRAT_SERVICE.json27
-rw-r--r--items/PET_SKIN_RAT_SECURATY_GUARD.json27
-rw-r--r--items/PET_SKIN_RAT_SQUEAKHEART.json27
17 files changed, 454 insertions, 6 deletions
diff --git a/constants/enchants.json b/constants/enchants.json
index 7794753b..122b9d24 100644
--- a/constants/enchants.json
+++ b/constants/enchants.json
@@ -218,7 +218,8 @@
"hecatomb",
"ultimate_habanero_tactics",
"ultimate_bobbin_time",
- "transylvanian"
+ "transylvanian",
+ "pesterminator"
],
"CHESTPLATE": [
"protection",
@@ -242,7 +243,8 @@
"ferocious_mana",
"ultimate_habanero_tactics",
"ultimate_bobbin_time",
- "reflection"
+ "reflection",
+ "pesterminator"
],
"LEGGINGS": [
"protection",
@@ -264,7 +266,8 @@
"mana_vampire",
"ferocious_mana",
"ultimate_habanero_tactics",
- "ultimate_bobbin_time"
+ "ultimate_bobbin_time",
+ "pesterminator"
],
"BOOTS": [
"protection",
@@ -289,7 +292,8 @@
"mana_vampire",
"ferocious_mana",
"ultimate_habanero_tactics",
- "ultimate_bobbin_time"
+ "ultimate_bobbin_time",
+ "pesterminator"
],
"LONGSWORD": [
"bane_of_arthropods",
@@ -1344,6 +1348,13 @@
100,
150
],
+ "pesterminator": [
+ 5,
+ 9,
+ 13,
+ 18,
+ 23
+ ],
"one_for_all": [
50
],
diff --git a/constants/parents.json b/constants/parents.json
index 9a8a9241..d4561142 100644
--- a/constants/parents.json
+++ b/constants/parents.json
@@ -3297,7 +3297,7 @@
"GLYPH_ROBUR",
"GLYPH_VALIDUS",
"GLYPH_VIS"
- ],
+ ],
"ARGOFAY_TRAFFICKER_1_RIFT_NPC": [
"ARGOFAY_TRAFFICKER_2_RIFT_NPC",
"ARGOFAY_TRAFFICKER_3_RIFT_NPC",
@@ -3382,5 +3382,22 @@
"VINYL_RODENT_REVOLUTION",
"VINYL_WINGS_OF_HARMONY",
"VINYL_BUZZIN_BEATS"
+ ],
+ "PESTERMINATOR;1": [
+ "PESTERMINATOR;2",
+ "PESTERMINATOR;3",
+ "PESTERMINATOR;4",
+ "PESTERMINATOR;5"
+ ],
+ "PET_SKIN_RAT_GYM_RAT": [
+ "PET_SKIN_RAT_SQUEAKHEART",
+ "PET_SKIN_RAT_MR_CLAWS",
+ "PET_SKIN_RAT_KARATE",
+ "PET_SKIN_RAT_RAT-STRONAUT",
+ "PET_SKIN_RAT_SECRAT_SERVICE",
+ "PET_SKIN_RAT_NINJA",
+ "PET_SKIN_RAT_SECURATY_GUARD",
+ "PET_SKIN_RAT_JUNK_RAT",
+ "PET_SKIN_RAT_PIRATE"
]
-}
+} \ No newline at end of file
diff --git a/items/PESTERMINATOR;1.json b/items/PESTERMINATOR;1.json
new file mode 100644
index 00000000..013a572d
--- /dev/null
+++ b/items/PESTERMINATOR;1.json
@@ -0,0 +1,30 @@
+{
+ "itemid": "minecraft:enchanted_book",
+ "displayname": "§fEnchanted Book",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pesterminator I\",1:\"§7Grants §6+1☘ Farming Fortune\",2:\"§6§7and §2+2ൠ Bonus Pest Chance§7,\",3:\"§7which increases your chance to\",4:\"§7spawn bonus §6Pests §7on the\",5:\"§7§bGarden§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §6Beetle Pests\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fArmor\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PESTERMINATOR;1\",enchantments:{pesterminator:1}}}",
+ "damage": 0,
+ "lore": [
+ "§9Pesterminator I",
+ "§7Grants §6+1☘ Farming Fortune",
+ "§6§7and §2+2ൠ Bonus Pest Chance§7,",
+ "§7which increases your chance to",
+ "§7spawn bonus §6Pests §7on the",
+ "§7§bGarden§7.",
+ "",
+ "§7Use this on an item in an Anvil",
+ "§7to apply it!",
+ "",
+ "§6Source:",
+ "§aI: §6Beetle Pests",
+ "",
+ "§6Applied To:",
+ "§7- §fArmor",
+ "",
+ "§f§lCOMMON"
+ ],
+ "internalname": "PESTERMINATOR;1",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PESTERMINATOR;2.json b/items/PESTERMINATOR;2.json
new file mode 100644
index 00000000..e486796a
--- /dev/null
+++ b/items/PESTERMINATOR;2.json
@@ -0,0 +1,30 @@
+{
+ "itemid": "minecraft:enchanted_book",
+ "displayname": "§fEnchanted Book",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pesterminator II\",1:\"§7Grants §6+2☘ Farming Fortune\",2:\"§6§7and §2+4ൠ Bonus Pest Chance§7,\",3:\"§7which increases your chance to\",4:\"§7spawn bonus §6Pests §7on the\",5:\"§7§bGarden§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §6Beetle Pests\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fArmor\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PESTERMINATOR;2\",enchantments:{pesterminator:2}}}",
+ "damage": 0,
+ "lore": [
+ "§9Pesterminator II",
+ "§7Grants §6+2☘ Farming Fortune",
+ "§6§7and §2+4ൠ Bonus Pest Chance§7,",
+ "§7which increases your chance to",
+ "§7spawn bonus §6Pests §7on the",
+ "§7§bGarden§7.",
+ "",
+ "§7Use this on an item in an Anvil",
+ "§7to apply it!",
+ "",
+ "§6Source:",
+ "§aI: §6Beetle Pests",
+ "",
+ "§6Applied To:",
+ "§7- §fArmor",
+ "",
+ "§f§lCOMMON"
+ ],
+ "internalname": "PESTERMINATOR;2",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PESTERMINATOR;3.json b/items/PESTERMINATOR;3.json
new file mode 100644
index 00000000..3a648eb2
--- /dev/null
+++ b/items/PESTERMINATOR;3.json
@@ -0,0 +1,30 @@
+{
+ "itemid": "minecraft:enchanted_book",
+ "displayname": "§fEnchanted Book",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pesterminator III\",1:\"§7Grants §6+3☘ Farming Fortune\",2:\"§6§7and §2+6ൠ Bonus Pest Chance§7,\",3:\"§7which increases your chance to\",4:\"§7spawn bonus §6Pests §7on the\",5:\"§7§bGarden§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §6Beetle Pests\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fArmor\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PESTERMINATOR;3\",enchantments:{pesterminator:3}}}",
+ "damage": 0,
+ "lore": [
+ "§9Pesterminator III",
+ "§7Grants §6+3☘ Farming Fortune",
+ "§6§7and §2+6ൠ Bonus Pest Chance§7,",
+ "§7which increases your chance to",
+ "§7spawn bonus §6Pests §7on the",
+ "§7§bGarden§7.",
+ "",
+ "§7Use this on an item in an Anvil",
+ "§7to apply it!",
+ "",
+ "§6Source:",
+ "§aI: §6Beetle Pests",
+ "",
+ "§6Applied To:",
+ "§7- §fArmor",
+ "",
+ "§f§lCOMMON"
+ ],
+ "internalname": "PESTERMINATOR;3",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PESTERMINATOR;4.json b/items/PESTERMINATOR;4.json
new file mode 100644
index 00000000..4019b92a
--- /dev/null
+++ b/items/PESTERMINATOR;4.json
@@ -0,0 +1,30 @@
+{
+ "itemid": "minecraft:enchanted_book",
+ "displayname": "§fEnchanted Book",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pesterminator IV\",1:\"§7Grants §6+4☘ Farming Fortune\",2:\"§6§7and §2+8ൠ Bonus Pest Chance§7,\",3:\"§7which increases your chance to\",4:\"§7spawn bonus §6Pests §7on the\",5:\"§7§bGarden§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §6Beetle Pests\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fArmor\",15:\"\",16:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"PESTERMINATOR;4\",enchantments:{pesterminator:4}}}",
+ "damage": 0,
+ "lore": [
+ "§9Pesterminator IV",
+ "§7Grants §6+4☘ Farming Fortune",
+ "§6§7and §2+8ൠ Bonus Pest Chance§7,",
+ "§7which increases your chance to",
+ "§7spawn bonus §6Pests §7on the",
+ "§7§bGarden§7.",
+ "",
+ "§7Use this on an item in an Anvil",
+ "§7to apply it!",
+ "",
+ "§6Source:",
+ "§aI: §6Beetle Pests",
+ "",
+ "§6Applied To:",
+ "§7- §fArmor",
+ "",
+ "§f§lCOMMON"
+ ],
+ "internalname": "PESTERMINATOR;4",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PESTERMINATOR;5.json b/items/PESTERMINATOR;5.json
new file mode 100644
index 00000000..0f9f514f
--- /dev/null
+++ b/items/PESTERMINATOR;5.json
@@ -0,0 +1,30 @@
+{
+ "itemid": "minecraft:enchanted_book",
+ "displayname": "§aEnchanted Book",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Pesterminator V\",1:\"§7Grants §6+5☘ Farming Fortune\",2:\"§6§7and §2+10ൠ Bonus Pest\",3:\"§2Chance§7, which increases your\",4:\"§7chance to spawn bonus §6Pests\",5:\"§6§7on the §bGarden§7.\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI: §6Beetle Pests\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fArmor\",15:\"\",16:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"PESTERMINATOR;5\",enchantments:{pesterminator:5}}}",
+ "damage": 0,
+ "lore": [
+ "§9Pesterminator V",
+ "§7Grants §6+5☘ Farming Fortune",
+ "§6§7and §2+10ൠ Bonus Pest",
+ "§2Chance§7, which increases your",
+ "§7chance to spawn bonus §6Pests",
+ "§6§7on the §bGarden§7.",
+ "",
+ "§7Use this on an item in an Anvil",
+ "§7to apply it!",
+ "",
+ "§6Source:",
+ "§aI: §6Beetle Pests",
+ "",
+ "§6Applied To:",
+ "§7- §fArmor",
+ "",
+ "§a§lUNCOMMON"
+ ],
+ "internalname": "PESTERMINATOR;5",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_GYM_RAT.json b/items/PET_SKIN_RAT_GYM_RAT.json
new file mode 100644
index 00000000..5622d698
--- /dev/null
+++ b/items/PET_SKIN_RAT_GYM_RAT.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Gym Rat Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0c8c99f9-3c2e-3e2d-9bfd-63d326acc0cb\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTk0NjYzMTcyNCwKICAicHJvZmlsZUlkIiA6ICIxNjIxNWRhNTM1YjY0MDZiYjk1MjI1YmQ3MTk2ZTc2MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJjdW10aXNzdWUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTlmMDVkMDU1MmY1NDE4OTU3ODA4ZDNiMDk4NTY3ZTlkNjI5NGU1MjU3ZjZjNjc3ZjIyZjM0MDFjOTYxNjIzMSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Gym Rat Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_GYM_RAT\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_GYM_RAT",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_JUNK_RAT.json b/items/PET_SKIN_RAT_JUNK_RAT.json
new file mode 100644
index 00000000..5b74a455
--- /dev/null
+++ b/items/PET_SKIN_RAT_JUNK_RAT.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Junk Rat Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0de09adf-46bf-3621-a8b5-db0e3a9c3b62\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTk0NjY1MDcyNywKICAicHJvZmlsZUlkIiA6ICJmNTBjOGRkN2FiN2Y0ZmUyYWI4ZGI1M2NjYzRiYWQxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtYWNoYWRvVF9UIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg3OWQ1OWU4Y2ZmNDgzMWM5ODU5ODhmNTcwMWE2Njg5YTg4Y2NiY2IwOTRhOTdiNjFiZDQwODM4NGQwOTM0MTciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Junk Rat Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_JUNK_RAT\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_JUNK_RAT",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_KARATE.json b/items/PET_SKIN_RAT_KARATE.json
new file mode 100644
index 00000000..8d8d5855
--- /dev/null
+++ b/items/PET_SKIN_RAT_KARATE.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5KaRate Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"db577f72-259f-3cd7-9b4e-78376aaf1848\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTk0NjY3MzQ2OSwKICAicHJvZmlsZUlkIiA6ICJmMTYwZTMxMzJjYWM0YjRiOWM5OTk2NDQ1OGIxOWM0ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJGYWNrX1JvbiIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMDk4M2ZmN2YzZTc1MjVmMzJmY2VhYjA3YjY0YWNlZDEwNGU0Yzg3OTgyOTRhMWRjYzI2MmU1MjgzMzI3MjU4IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5KaRate Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_KARATE\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_KARATE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_MR_CLAWS.json b/items/PET_SKIN_RAT_MR_CLAWS.json
new file mode 100644
index 00000000..6a710bad
--- /dev/null
+++ b/items/PET_SKIN_RAT_MR_CLAWS.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Mr Claws Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"823fe48e-7727-39f7-aeef-25f53fed4c8e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTk0NjY5NTE5MiwKICAicHJvZmlsZUlkIiA6ICIzOTFiNjEzMTQ5ZTc0YTU1OTkwYWZmMzZlZWNlNzgxMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSRV9JTk9SSSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xMTc4N2U4MzgxMjBjNmNjZTA1NzAxNTRhNDA2YWRlZWZlYzNmMDRhZmRhZWM5MTUwNjdkYjgyOWIzNTg4MjcwIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Mr Claws Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_MR_CLAWS\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_MR_CLAWS",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_NINJA.json b/items/PET_SKIN_RAT_NINJA.json
new file mode 100644
index 00000000..142de6bb
--- /dev/null
+++ b/items/PET_SKIN_RAT_NINJA.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Ninja Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"44358217-571f-3bae-ae37-762c0519c882\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTk0NjcxNDk1MSwKICAicHJvZmlsZUlkIiA6ICJiMGQ0YjI4YmMxZDc0ODg5YWYwZTg2NjFjZWU5NmFhYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5lU2tpbl9vcmciLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzM3ZTlhODM4NTAzZDE3YWNkYjBkMjY0MmU1YmNkZWZhMDM5Mzg4N2I2MWJiMTM2OThmNDM2ODMzM2E2ZTk2MiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Ninja Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_NINJA\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_NINJA",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_PIRATE.json b/items/PET_SKIN_RAT_PIRATE.json
new file mode 100644
index 00000000..87a48887
--- /dev/null
+++ b/items/PET_SKIN_RAT_PIRATE.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5PiRate Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"eb770c0e-197d-3d1e-a4c1-6b78052a8572\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTY2MjY4NzIwNSwKICAicHJvZmlsZUlkIiA6ICIxNjIxNWRhNTM1YjY0MDZiYjk1MjI1YmQ3MTk2ZTc2MiIsCiAgInByb2ZpbGVOYW1lIiA6ICJjdW10aXNzdWUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDdjNzYyNGZjNDQ2Mzc0OWVkNTE2ZGYxYmJiYWE2N2MxNzJmZmM5ZjIwYjZmMmQ1YjgwZTM5Y2NmMDNkNWY3YSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5PiRate Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_PIRATE\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_PIRATE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_RAT-STRONAUT.json b/items/PET_SKIN_RAT_RAT-STRONAUT.json
new file mode 100644
index 00000000..e9926f58
--- /dev/null
+++ b/items/PET_SKIN_RAT_RAT-STRONAUT.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Rat-stronaut Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"07563d58-6f6e-32a6-95b7-b2e96351e60f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTk0NjczODAzOSwKICAicHJvZmlsZUlkIiA6ICI2ZDgwYjVkMjQyMGY0MWZkOTQxMjM4YzA3YzVlYzAxNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJQb05pWW8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjJmNmY2MWY4NjNkZWExNGIxOGVlNzYzZDBjYzAwNTNiYWQzMzhlZDc3NTVjYzUyZGY0NTljNmM5YTEwYTIzNyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Rat-stronaut Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_RAT-STRONAUT\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_RAT-STRONAUT",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_SECRAT_SERVICE.json b/items/PET_SKIN_RAT_SECRAT_SERVICE.json
new file mode 100644
index 00000000..bcfc1981
--- /dev/null
+++ b/items/PET_SKIN_RAT_SECRAT_SERVICE.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5SecRat Service Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"d55faf33-cec3-3dbd-bee5-cae2d5ad2c1a\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTk0Njc1NTU1MiwKICAicHJvZmlsZUlkIiA6ICJiZmMyODE3ZWRhZWM0OWY5YTVmMWVkNTdjODZhMGFjOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJFYm95UmV6YSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8zZDI0OGY4ZTdjYjc5MWVjZTliY2VhMmRkMDM4MWYyZWIxMzhmMThmMDJiOTY1NzA5OTYyNTczNWNkNGJmYzBlIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5SecRat Service Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_SECRAT_SERVICE\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_SECRAT_SERVICE",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_SECURATY_GUARD.json b/items/PET_SKIN_RAT_SECURATY_GUARD.json
new file mode 100644
index 00000000..9d46405b
--- /dev/null
+++ b/items/PET_SKIN_RAT_SECURATY_GUARD.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5SecuRaty Guard Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"636eaecd-0a28-3884-9a8d-442a056e1eff\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTY2MjcwOTMzNywKICAicHJvZmlsZUlkIiA6ICJhYTA3ZjM2Mjk0NTM0YzYwODQzMjI4NzAzZTBlMjE3OCIsCiAgInByb2ZpbGVOYW1lIiA6ICJfU2FrdXlhX0l6YXlvaV8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTBkYTdiZWYwZDNkZGE5MjhhZDM0ZDZmN2NhNzgwZTA4NjU5YWYwNDNiZGIzMWEwOWUxMjNjY2Y2YjYzYWQzYyIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5SecuRaty Guard Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_SECURATY_GUARD\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_SECURATY_GUARD",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/PET_SKIN_RAT_SQUEAKHEART.json b/items/PET_SKIN_RAT_SQUEAKHEART.json
new file mode 100644
index 00000000..85f1bc2d
--- /dev/null
+++ b/items/PET_SKIN_RAT_SQUEAKHEART.json
@@ -0,0 +1,27 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Squeakheart Rat Skin",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7c3dd8e1-88cc-389a-909a-b98c5c311519\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5OTk0Njc3ODkwMSwKICAicHJvZmlsZUlkIiA6ICI4M2EwYjZmOGVjMWI0YTU3OGQ2NmJlZDE2MmQ4M2I4MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJTbmlwZWRfQnlfS2NhbHMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjc4Y2ExM2RjMzZkMmVmYmM2MjhhOGYwMjY1MzI1ZTU4OWE1NjQ3NWNjNmNkZTFmMjY3ZTdlZDA4M2YxZjhmZiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Rat pets.\",9:\"\",10:\"§7§eRight-click on your summoned\",11:\"§epet to apply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Squeakheart Rat Skin\"},ExtraAttributes:{id:\"PET_SKIN_RAT_SQUEAKHEART\"},AttributeModifiers:[]}",
+ "damage": 3,
+ "lore": [
+ "§8Consumed on use",
+ "",
+ "§7§7Pet skins change the look and",
+ "§7particle trail of your pet but",
+ "§7only one skin can be active at a",
+ "§7time!",
+ "",
+ "§7§7This skin can only be applied",
+ "§7to Rat pets.",
+ "",
+ "§7§eRight-click on your summoned",
+ "§epet to apply this skin!",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "PET_SKIN_RAT_SQUEAKHEART",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file