diff options
-rw-r--r-- | constants/parents.json | 33 | ||||
-rw-r--r-- | items/CAT_TALISMAN.json | 20 | ||||
-rw-r--r-- | items/LIFE_STEAL;5.json | 21 | ||||
-rw-r--r-- | items/LOOTING;5.json | 22 | ||||
-rw-r--r-- | items/LYNX_TALISMAN.json | 20 | ||||
-rw-r--r-- | items/NETHER_WART_POUCH.json | 5 | ||||
-rw-r--r-- | items/PET_ITEM_FARMING_SKILL_BOOST_EPIC.json | 9 | ||||
-rw-r--r-- | items/VENOMOUS;6.json | 23 |
8 files changed, 143 insertions, 10 deletions
diff --git a/constants/parents.json b/constants/parents.json index 79d8aabb..75726fc9 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -288,7 +288,8 @@ "LIFE_STEAL;1":[
"LIFE_STEAL;2",
"LIFE_STEAL;3",
- "LIFE_STEAL;4"
+ "LIFE_STEAL;4",
+ "LIFE_STEAL;5"
],
"LOG":[
"LOG-1",
@@ -301,7 +302,8 @@ "LOOTING;2":[
"LOOTING;1",
"LOOTING;3",
- "LOOTING;4"
+ "LOOTING;4",
+ "LOOTING;5"
],
"LUCK;1":[
"LUCK;2",
@@ -804,7 +806,8 @@ "VENOMOUS;2",
"VENOMOUS;3",
"VENOMOUS;4",
- "VENOMOUS;5"
+ "VENOMOUS;5",
+ "VENOMOUS;6"
],
"VICIOUS;3":[
"VICIOUS;4",
@@ -1106,13 +1109,13 @@ "FEATHER_RING",
"FEATHER_TALISMAN"
],
- "POTION_AFFINITY_ARTIFACT":[
- "POTION_AFFINITY_RING",
+ "ARTIFACT_POTION_AFFINITY":[
+ "RING_POTION_AFFINITY",
"POTION_AFFINITY_TALISMAN"
],
"SEA_CREATURE_ARTIFACT":[
"SEA_CREATURE_RING",
- "SEA_CREATUE_TALISMAN"
+ "SEA_CREATURE_TALISMAN"
],
"ZOMBIE_ARTIFACT":[
"ZOMBIE_RING",
@@ -1180,5 +1183,21 @@ ],
"WITHER_RELIC":[
"WITHER_ARTIFACT"
- ]
+ ],
+ "BAT_PERSON_ARTIFACT":[
+ "BAT_PERSON_RING",
+ "BAT_PERSON_TALISMAN"
+ ],
+ "PERSONAL_COMPACTOR_7000":[
+ "PERSONAL_COMPACTOR_6000",
+ "PERSONAL_COMPACTOR_5000",
+ "PERSONAL_COMPACTOR_4000"
+ ],
+ "ETERNAL_HOOF":[
+ "LUCKY_HOOF"
+ ],
+ "CHEETAH_TALISMAN":[
+ "LYNX_TALISMAN",
+ "CAT_TALISMAN"
+ ]
}
diff --git a/items/CAT_TALISMAN.json b/items/CAT_TALISMAN.json new file mode 100644 index 00000000..6b2f92e7 --- /dev/null +++ b/items/CAT_TALISMAN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aCat Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"10f7b67b-f012-3d99-b096-efd6419b842f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2ExMjE4ODI1ODYwMWJjYjdmNzZlM2UyNDg5NTU1YTI2YzBkNzZlNmVmZWMyZmQ5NjZjYTM3MmI2ZGRlMDAifX19\"}]}},display:{Lore:[0:\"§7Speed: §a+1\",1:\"\",2:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aCat Talisman\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"CAT_TALISMAN\",uuid:\"5111d659-19ce-4131-ac45-99a28095d5cb\"}}", + "damage": 3, + "lore": [ + "§7Speed: §a+1", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON ACCESSORY" + ], + "internalname": "CAT_TALISMAN", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Cat_Talisman" + ] +} diff --git a/items/LIFE_STEAL;5.json b/items/LIFE_STEAL;5.json new file mode 100644 index 00000000..557d5077 --- /dev/null +++ b/items/LIFE_STEAL;5.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Life Steal V\",1:\"§7Heals for §a0.5%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"LIFE_STEAL;5\",enchantments:{life_steal:5},uuid:\"46e6e92f-4228-43e4-9e52-5e70f7a4c4ae\",timestamp:\"12/29/20 8:12 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Life Steal V", + "§7Heals for §a0.5%§7 of the damage", + "§7you deal to mobs.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "LIFE_STEAL;5", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LOOTING;5.json b/items/LOOTING;5.json new file mode 100644 index 00000000..94e85f23 --- /dev/null +++ b/items/LOOTING;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Looting V\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a75%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"LOOTING;5\",enchantments:{looting:5},uuid:\"0525f012-25ba-494a-94ff-f4ee5e34e5f2\",timestamp:\"12/28/20 2:42 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Looting V", + "§7Increases the chance of a", + "§7Monster dropping an item by", + "§7§a75%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "LOOTING;5", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LYNX_TALISMAN.json b/items/LYNX_TALISMAN.json new file mode 100644 index 00000000..04d8a8fd --- /dev/null +++ b/items/LYNX_TALISMAN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Lynx Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ea1f3c23-994f-3f95-aba4-896a7afc7a54\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTJiODRlOWM3OTgxNWEzOWI3YmU4Y2U2ZTkxMjQ4ZDcxZjc2MGY0MmI1YTRkZTVlMjY2YjQ0Yjg3YTk1MjIyOSJ9fX0\"}]}},display:{Lore:[0:\"§7Speed: §a+2\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§9§lRARE ACCESSORY\"],Name:\"§9Lynx Talisman\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"LYNX_TALISMAN\",uuid:\"6d7361d6-d01b-498a-8119-eb57e97472a7\"}}", + "damage": 3, + "lore": [ + "§7Speed: §a+2", + "", + "§7§8This item can be reforged!", + "§9§lRARE ACCESSORY" + ], + "internalname": "LYNX_TALISMAN", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Lynx_Talisman" + ] +} diff --git a/items/NETHER_WART_POUCH.json b/items/NETHER_WART_POUCH.json index 0a4e643e..90186da7 100644 --- a/items/NETHER_WART_POUCH.json +++ b/items/NETHER_WART_POUCH.json @@ -18,5 +18,8 @@ "crafttext": "", "clickcommand": "", "modver": "1.7.1-REL", - "infoType": "" + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Nether_Wart_Pouch" + ] }
\ No newline at end of file diff --git a/items/PET_ITEM_FARMING_SKILL_BOOST_EPIC.json b/items/PET_ITEM_FARMING_SKILL_BOOST_EPIC.json index de34f358..5ec628a6 100644 --- a/items/PET_ITEM_FARMING_SKILL_BOOST_EPIC.json +++ b/items/PET_ITEM_FARMING_SKILL_BOOST_EPIC.json @@ -1,11 +1,11 @@ { "internalname": "PET_ITEM_FARMING_SKILL_BOOST_EPIC", - "itemid": 292, + "itemid": "minecraft:iron_hoe", "displayname": "§5Farming Exp Boost", "clickcommand": "", "damage": 0, "nbttag": "{ench:[],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Gives +§a50% §7pet exp for\",8:\"§7Farming\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§egive it this item!\",12:\"\",13:\"§5§lEPIC PET ITEM\"],Name:\"§5Farming Exp Boost\"},ExtraAttributes:{id:\"PET_ITEM_FARMING_SKILL_BOOST_EPIC\"}}", - "modver": "1.0.0", + "modver": "1.7.1-REL", "lore": [ "§8Consumed on use", "", @@ -21,5 +21,10 @@ "§egive it this item!", "", "§5§lEPIC PET ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Pet_Items" ] }
\ No newline at end of file diff --git a/items/VENOMOUS;6.json b/items/VENOMOUS;6.json new file mode 100644 index 00000000..e0c48aab --- /dev/null +++ b/items/VENOMOUS;6.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§9Enchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Venomous VI\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a30% §7and deals §230\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"VENOMOUS;6\",enchantments:{venomous:6},uuid:\"8d4681f7-0857-40e5-842c-957d7ad61163\",timestamp:\"12/28/20 12:30 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Venomous VI", + "§7Reduces the target\u0027s walk speed", + "§7by §a30% §7and deals §230", + "§2§7damage per second. Lasts §64", + "§6§7seconds.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "VENOMOUS;6", + "crafttext": "", + "clickcommand": "", + "modver": "1.7.1-REL", + "infoType": "" +}
\ No newline at end of file |