diff options
56 files changed, 1107 insertions, 68 deletions
diff --git a/constants/leveling.json b/constants/leveling.json index 460dc438..21217bf8 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -172,14 +172,16 @@ "Tarantula Broodfather": 4, "Sven Packmaster": 4, "Voidgloom Seraph": 4, - "Inferno Demonlord": 4 + "Inferno Demonlord": 4, + "Riftstalker Bloodfiend": 5 }, "slayer_to_highest_tier": { "zombie": 5, "spider": 4, "wolf": 4, "enderman": 4, - "blaze": 4 + "blaze": 4, + "vampire": 5 }, "slayer_tier_colors": [ "§a", diff --git a/constants/misc.json b/constants/misc.json index c6a5e15a..da3e9f90 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -77,7 +77,8 @@ "dungeon_hub": "Dungeon Hub", "crystal_hollows": "Crystal Hollows", "instanced": "Kuudra's End", - "garden": "The Garden" + "garden": "The Garden", + "rift": "Rift" }, "talisman_upgrades": { "WOLF_TALISMAN": [ diff --git a/constants/parents.json b/constants/parents.json index 67150c84..15969a4e 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -3206,5 +3206,20 @@ ], "DANTE_TALISMAN": [ "DANTE_RING" + ], + "CRUX_TALISMAN_6": [ + "CRUX_TALISMAN_5", + "CRUX_TALISMAN_4", + "CRUX_TALISMAN_3", + "CRUX_TALISMAN_2", + "CRUX_TALISMAN_1" + ], + "AGARIMOO_ARTIFACT": [ + "AGARIMOO_RING", + "AGARIMOO_TALISMAN" + ], + "LUSH_ARTIFACT": [ + "LUSH_RING", + "LUSH_TALISMAN" ] }
\ No newline at end of file diff --git a/items/AATROX_BATPHONE.json b/items/AATROX_BATPHONE.json index 75150045..daeb3379 100644 --- a/items/AATROX_BATPHONE.json +++ b/items/AATROX_BATPHONE.json @@ -1,14 +1,16 @@ { "itemid": "minecraft:skull", "displayname": "§aMaddox Batphone", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf814560-079b-3f43-98ce-d440ba66f2b3\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njc5OTg1NDE4MDYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkzMzZkN2NjOTVjYmY2Njg5ZjVlOGM5NTQyOTRlYzhkMWVmYzQ5NGE0MDMxMzI1YmI0MjdiYzgxZDU2YTQ4NGQifX19\"}]}},display:{Lore:[0:\"§6Ability: Whassup? §e§lRIGHT CLICK\",1:\"§7Lets you call §5Maddox§7, when\",2:\"§7he\u0027s not busy.\",3:\"\",4:\"§4☠ §cRequires §5Wolf Slayer 3§c.\",5:\"§a§lUNCOMMON\"],Name:\"§aMaddox Batphone\"},ExtraAttributes:{id:\"AATROX_BATPHONE\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cf814560-079b-3f43-98ce-d440ba66f2b3\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njc5OTg1NDE4MDYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzkzMzZkN2NjOTVjYmY2Njg5ZjVlOGM5NTQyOTRlYzhkMWVmYzQ5NGE0MDMxMzI1YmI0MjdiYzgxZDU2YTQ4NGQifX19\"}]}},display:{Lore:[0:\"§6Ability: Whassup? §e§lRIGHT CLICK\",1:\"§7Lets you call §5Maddox§7, when\",2:\"§7he\u0027s not busy.\",3:\"\",4:\"§7§4☠ §cRequires §5Wolf Slayer 3§c.\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§5§kX§5 Rift-Transferable §kX\",7:\"§a§lUNCOMMON\"],Name:\"§aMaddox Batphone\"},ExtraAttributes:{id:\"AATROX_BATPHONE\"}}", "damage": 3, "lore": [ "§6Ability: Whassup? §e§lRIGHT CLICK", "§7Lets you call §5Maddox§7, when", "§7he\u0027s not busy.", "", - "§4☠ §cRequires §5Wolf Slayer 3§c.", + "§7§4☠ §cRequires §5Wolf Slayer 3§c.", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§kX§5 Rift-Transferable §kX", "§a§lUNCOMMON" ], "recipe": { diff --git a/items/AGARIMOO_ARTIFACT.json b/items/AGARIMOO_ARTIFACT.json new file mode 100644 index 00000000..9bb41fdc --- /dev/null +++ b/items/AGARIMOO_ARTIFACT.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Agarimoo Artifact", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f17c8808-513f-30b9-8e06-e4ba70d0fcb9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2YzMTMwNDY4YWM0ODBhNDI3ZGIxM2FkMTNlOGNhODUyNmI1MzhhYjdhZDdkNjlmYzk5NTJmM2M1M2FlYThkMSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Farming Wisdom: §a+1\",1:\"§7Fishing Wisdom: §a+1\",2:\"§7Fishing Speed: §a+3\",3:\"\",4:\"§9§lRARE ACCESSORY\"],Name:\"§9Agarimoo Artifact\"},ExtraAttributes:{id:\"AGARIMOO_ARTIFACT\"}}", + "damage": 3, + "lore": [ + "§7Farming Wisdom: §a+1", + "§7Fishing Wisdom: §a+1", + "§7Fishing Speed: §a+3", + "", + "§9§lRARE ACCESSORY" + ], + "recipe": { + "A1": "AGARIMOO_TONGUE:64", + "A2": "AGARIMOO_TONGUE:64", + "A3": "AGARIMOO_TONGUE:64", + "B1": "AGARIMOO_TONGUE:64", + "B2": "AGARIMOO_RING:1", + "B3": "AGARIMOO_TONGUE:64", + "C1": "AGARIMOO_TONGUE:64", + "C2": "AGARIMOO_TONGUE:64", + "C3": "AGARIMOO_TONGUE:64" + }, + "internalname": "AGARIMOO_ARTIFACT", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/AGARIMOO_RING.json b/items/AGARIMOO_RING.json new file mode 100644 index 00000000..2a4c2035 --- /dev/null +++ b/items/AGARIMOO_RING.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aAgarimoo Ring", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6df8413b-10a8-37f5-a95d-37cb71087540\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDNlYmYzOGI0YTcwOGViMDA3NDVkMWZiODdhNTNjYjgxYTdhZjZjYzE3OGQ5YTJjMTExNmMyY2JjZmY5NGZlYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Fishing Wisdom: §a+1\",1:\"§7Fishing Speed: §a+2\",2:\"\",3:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aAgarimoo Ring\"},ExtraAttributes:{id:\"AGARIMOO_RING\"}}", + "damage": 3, + "lore": [ + "§7Fishing Wisdom: §a+1", + "§7Fishing Speed: §a+2", + "", + "§a§lUNCOMMON ACCESSORY" + ], + "recipe": { + "A1": "AGARIMOO_TONGUE:12", + "A2": "AGARIMOO_TONGUE:12", + "A3": "AGARIMOO_TONGUE:12", + "B1": "AGARIMOO_TONGUE:12", + "B2": "AGARIMOO_TALISMAN:1", + "B3": "AGARIMOO_TONGUE:12", + "C1": "AGARIMOO_TONGUE:12", + "C2": "AGARIMOO_TONGUE:12", + "C3": "AGARIMOO_TONGUE:12" + }, + "internalname": "AGARIMOO_RING", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/AGARIMOO_TALISMAN.json b/items/AGARIMOO_TALISMAN.json new file mode 100644 index 00000000..90d6012e --- /dev/null +++ b/items/AGARIMOO_TALISMAN.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fAgarimoo Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"10a84652-afdd-3f05-812b-5b1a6d9a3050\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2Q1OTdmNzdjZGUzMmM5YWM5YjA2ZjgyZmNmN2M5Y2I1MDBmYWNjMTRiZmYxNjYyMjJiMjRiZTM5OTYyZjBlZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Fishing Speed: §a+1\",1:\"\",2:\"§f§lCOMMON ACCESSORY\"],Name:\"§fAgarimoo Talisman\"},ExtraAttributes:{id:\"AGARIMOO_TALISMAN\"}}", + "damage": 3, + "lore": [ + "§7Fishing Speed: §a+1", + "", + "§f§lCOMMON ACCESSORY" + ], + "recipe": { + "A1": "AGARIMOO_TONGUE:1", + "A2": "AGARIMOO_TONGUE:1", + "A3": "AGARIMOO_TONGUE:1", + "B1": "AGARIMOO_TONGUE:1", + "B2": "AGARIMOO_TONGUE:1", + "B3": "AGARIMOO_TONGUE:1", + "C1": "AGARIMOO_TONGUE:1", + "C2": "AGARIMOO_TONGUE:1", + "C3": "AGARIMOO_TONGUE:1" + }, + "internalname": "AGARIMOO_TALISMAN", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/AGARIMOO_TONGUE.json b/items/AGARIMOO_TONGUE.json new file mode 100644 index 00000000..04367abc --- /dev/null +++ b/items/AGARIMOO_TONGUE.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:mutton", + "displayname": "§9Agarimoo Tongue", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Agarimoos have five stomachs and\",1:\"§73 tongues. For this specific\",2:\"§7Agarimoo, past tense is more\",3:\"§7accurate.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Agarimoo Tongue\"},ExtraAttributes:{id:\"AGARIMOO_TONGUE\"}}", + "damage": 0, + "lore": [ + "§7Agarimoos have five stomachs and", + "§73 tongues. For this specific", + "§7Agarimoo, past tense is more", + "§7accurate.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "internalname": "AGARIMOO_TONGUE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BOOTS_OF_THE_PACK.json b/items/BOOTS_OF_THE_PACK.json index 90427b94..c1731397 100644 --- a/items/BOOTS_OF_THE_PACK.json +++ b/items/BOOTS_OF_THE_PACK.json @@ -1,22 +1,23 @@ { "itemid": "minecraft:iron_boots", - "displayname": "§f§f§5Boots of the Pack", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50\",1:\"§7Defense: §a+45\",2:\"\",3:\"§7Gain §a+50❈ Defense §7against animals.\",4:\"§7Gain §f+5❂ True Defense §7aswell.\",5:\"\",6:\"§6Full Set Bonus: §cArmor of the Pack\",7:\"§7Gain §c+35❁ Strength §7and\",8:\"§7§a+80❈ Defense §7for each\",9:\"§7§cArmor of the Pack §7wearers\",10:\"§7within §a30 §7blocks.\",11:\"§8Max of 3 players\",12:\"\",13:\"§4☠ §cRequires §5Wolf Slayer 6§c.\",14:\"§5§lEPIC BOOTS\"],Name:\"§f§f§5Boots of the Pack\"},ExtraAttributes:{modifier:\"godly\",id:\"BOOTS_OF_THE_PACK\"},AttributeModifiers:[]}", + "displayname": "§5Boots of the Pack", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+50\",1:\"§7Defense: §a+45\",2:\"\",3:\"§7Gain §a+50❈ Defense §7against animals.\",4:\"§7Gain §f+5❂ True Defense§7.\",5:\"\",6:\"§6Full Set Bonus: §cArmor of the Pack\",7:\"§7Gain §c+35❁ Strength §7and\",8:\"§7§a+80❈ Defense §7for each\",9:\"§7§cArmor of the Pack §7wearer\",10:\"§7within §a30 §7blocks.\",11:\"§8Max of 3 players!\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§4☠ §cRequires §5Wolf Slayer 6§c.\",15:\"§5§lEPIC BOOTS\"],Name:\"§5Boots of the Pack\"},ExtraAttributes:{id:\"BOOTS_OF_THE_PACK\"}}", "damage": 0, "lore": [ "§7Health: §a+50", "§7Defense: §a+45", "", "§7Gain §a+50❈ Defense §7against animals.", - "§7Gain §f+5❂ True Defense §7aswell.", + "§7Gain §f+5❂ True Defense§7.", "", "§6Full Set Bonus: §cArmor of the Pack", "§7Gain §c+35❁ Strength §7and", "§7§a+80❈ Defense §7for each", - "§7§cArmor of the Pack §7wearers", + "§7§cArmor of the Pack §7wearer", "§7within §a30 §7blocks.", - "§8Max of 3 players", + "§8Max of 3 players!", "", + "§7§8This item can be reforged!", "§4☠ §cRequires §5Wolf Slayer 6§c.", "§5§lEPIC BOOTS" ], diff --git a/items/BOTTLED_ODONATA.json b/items/BOTTLED_ODONATA.json new file mode 100644 index 00000000..edd0fb79 --- /dev/null +++ b/items/BOTTLED_ODONATA.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:experience_bottle", + "displayname": "§9Bottled Odonata", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7There\u0027s an §9Odonata §7in there!\",1:\"§7Look:\",2:\"§b+---------------+\",3:\"§b| §e█§9█§9█§9█§9█§9█§9█§9█§9█§e█§b |\",4:\"§b| §e█§9█§9█§9█§9█§9█§9█§9█§9█§e█§b |\",5:\"§b| §e█§9█§9█§9█§9█§9█§9█§9█§9█§e█§b |\",6:\"§b| §e█§9█§9█§9█§9█§9█§9█§9█§9█§e█§b |\",7:\"§b| §9█§9█§9█§e█§e█§e█§e█§9█§9█§9█§b |\",8:\"§b| §9█§9█§9█§9█§9█§9█§9█§9█§9█§9█§b |\",9:\"§b+---------------+\",10:\"\",11:\"§9§lRARE\"],Name:\"§9Bottled Odonata\"},ExtraAttributes:{id:\"BOTTLED_ODONATA\"}}", + "damage": 0, + "lore": [ + "§7There\u0027s an §9Odonata §7in there!", + "§7Look:", + "§b+---------------+", + "§b| §e█§9█§9█§9█§9█§9█§9█§9█§9█§e█§b |", + "§b| §e█§9█§9█§9█§9█§9█§9█§9█§9█§e█§b |", + "§b| §e█§9█§9█§9█§9█§9█§9█§9█§9█§e█§b |", + "§b| §e█§9█§9█§9█§9█§9█§9█§9█§9█§e█§b |", + "§b| §9█§9█§9█§e█§e█§e█§e█§9█§9█§9█§b |", + "§b| §9█§9█§9█§9█§9█§9█§9█§9█§9█§9█§b |", + "§b+---------------+", + "", + "§9§lRARE" + ], + "internalname": "BOTTLED_ODONATA", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUBBA_BLISTER.json b/items/BUBBA_BLISTER.json new file mode 100644 index 00000000..7eb09c6a --- /dev/null +++ b/items/BUBBA_BLISTER.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Bubba Blister", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"44a0ab42-66df-3147-ba46-bcb92b3face9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmNiNTcyN2I5ODZjMzZlMDc1ODIxNDhiODg2MTAyY2Y4MDcwYjBlZTNhYTM3NzFiMjQ2NDM5M2Y1ODhhODMyZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Power Stone\",1:\"§7Combine §a9x §7of this stone at the\",2:\"§7§6Thaumaturgist §7to permanently\",3:\"§7unlock the §aBubba §7power.\",4:\"\",5:\"§7At §61,250 Magical Power§7:\",6:\"§c+191❤ Health\",7:\"§a-364❈ Defense\",8:\"§c+227❁ Strength\",9:\"§9+36☣ Crit Chance\",10:\"§9+409☠ Crit Damage\",11:\"§e+68⚔ Bonus Attack Speed\",12:\"§f+49❂ True Defense\",13:\"\",14:\"§7Unique Power Bonus:\",15:\"§3+2☯ Combat Wisdom\",16:\"\",17:\"§7Requires §aCombat Skill Level XXV§7!\",18:\"\",19:\"§5§kX§5 Rift-Transferable §kX\",20:\"§6§lLEGENDARY POWER STONE\"],Name:\"§6Bubba Blister\"},ExtraAttributes:{id:\"BUBBA_BLISTER\"}}", + "damage": 3, + "lore": [ + "§8Power Stone", + "§7Combine §a9x §7of this stone at the", + "§7§6Thaumaturgist §7to permanently", + "§7unlock the §aBubba §7power.", + "", + "§7At §61,250 Magical Power§7:", + "§c+191❤ Health", + "§a-364❈ Defense", + "§c+227❁ Strength", + "§9+36☣ Crit Chance", + "§9+409☠ Crit Damage", + "§e+68⚔ Bonus Attack Speed", + "§f+49❂ True Defense", + "", + "§7Unique Power Bonus:", + "§3+2☯ Combat Wisdom", + "", + "§7Requires §aCombat Skill Level XXV§7!", + "", + "§5§kX§5 Rift-Transferable §kX", + "§6§lLEGENDARY POWER STONE" + ], + "internalname": "BUBBA_BLISTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CHESTPLATE_OF_THE_PACK.json b/items/CHESTPLATE_OF_THE_PACK.json index 46e86938..62af7853 100644 --- a/items/CHESTPLATE_OF_THE_PACK.json +++ b/items/CHESTPLATE_OF_THE_PACK.json @@ -1,22 +1,23 @@ { "itemid": "minecraft:leather_chestplate", - "displayname": "§f§f§5Chestplate of the Pack", - "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+95\",2:\"\",3:\"§7Gain §a+75❈ Defense §7against animals.\",4:\"§7Gain §f+5❂ True Defense §7aswell.\",5:\"\",6:\"§6Full Set Bonus: §cArmor of the Pack\",7:\"§7Gain §c+35❁ Strength §7and\",8:\"§7§a+80❈ Defense §7for each\",9:\"§7§cArmor of the Pack §7wearers\",10:\"§7within §a30 §7blocks.\",11:\"§8Max of 3 players\",12:\"\",13:\"§4☠ §cRequires §5Wolf Slayer 6§c.\",14:\"§5§lEPIC CHESTPLATE\"],color:16711680,Name:\"§f§f§5Chestplate of the Pack\"},ExtraAttributes:{color:\"255:0:0\",modifier:\"strong\",id:\"CHESTPLATE_OF_THE_PACK\"},AttributeModifiers:[]}", + "displayname": "§5Chestplate of the Pack", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+95\",2:\"\",3:\"§7Gain §a+75❈ Defense §7against animals.\",4:\"§7Gain §f+5❂ True Defense§7.\",5:\"\",6:\"§6Full Set Bonus: §cArmor of the Pack\",7:\"§7Gain §c+35❁ Strength §7and\",8:\"§7§a+80❈ Defense §7for each\",9:\"§7§cArmor of the Pack §7wearer\",10:\"§7within §a30 §7blocks.\",11:\"§8Max of 3 players!\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§4☠ §cRequires §5Wolf Slayer 6§c.\",15:\"§5§lEPIC CHESTPLATE\"],color:16711680,Name:\"§5Chestplate of the Pack\"},ExtraAttributes:{id:\"CHESTPLATE_OF_THE_PACK\"}}", "damage": 0, "lore": [ "§7Health: §a+100", "§7Defense: §a+95", "", "§7Gain §a+75❈ Defense §7against animals.", - "§7Gain §f+5❂ True Defense §7aswell.", + "§7Gain §f+5❂ True Defense§7.", "", "§6Full Set Bonus: §cArmor of the Pack", "§7Gain §c+35❁ Strength §7and", "§7§a+80❈ Defense §7for each", - "§7§cArmor of the Pack §7wearers", + "§7§cArmor of the Pack §7wearer", "§7within §a30 §7blocks.", - "§8Max of 3 players", + "§8Max of 3 players!", "", + "§7§8This item can be reforged!", "§4☠ §cRequires §5Wolf Slayer 6§c.", "§5§lEPIC CHESTPLATE" ], diff --git a/items/CHOCOLATE_CHIP.json b/items/CHOCOLATE_CHIP.json new file mode 100644 index 00000000..f4f84b82 --- /dev/null +++ b/items/CHOCOLATE_CHIP.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:cookie", + "displayname": "§6Fang-tastic Chocolate Chip", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Power Stone\",1:\"§7Combine §a9x §7of this stone at the\",2:\"§7§6Thaumaturgist §7to permanently\",3:\"§7unlock the §aCrumbly §7power.\",4:\"\",5:\"§7At §61,250 Magical Power§7:\",6:\"§c+382❤ Health\",7:\"§b+205✎ Intelligence\",8:\"§f+25❂ True Defense\",9:\"§4+91♨ Vitality\",10:\"§a+68☄ Mending\",11:\"\",12:\"§7Unique Power Bonus:\",13:\"§f+25✦ Speed\",14:\"\",15:\"§7Requires §aCombat Skill Level XX§7!\",16:\"\",17:\"§5§kX§5 Rift-Transferable §kX\",18:\"§6§lLEGENDARY POWER STONE\"],Name:\"§6Fang-tastic Chocolate Chip\"},ExtraAttributes:{id:\"CHOCOLATE_CHIP\"}}", + "damage": 0, + "lore": [ + "§8Power Stone", + "§7Combine §a9x §7of this stone at the", + "§7§6Thaumaturgist §7to permanently", + "§7unlock the §aCrumbly §7power.", + "", + "§7At §61,250 Magical Power§7:", + "§c+382❤ Health", + "§b+205✎ Intelligence", + "§f+25❂ True Defense", + "§4+91♨ Vitality", + "§a+68☄ Mending", + "", + "§7Unique Power Bonus:", + "§f+25✦ Speed", + "", + "§7Requires §aCombat Skill Level XX§7!", + "", + "§5§kX§5 Rift-Transferable §kX", + "§6§lLEGENDARY POWER STONE" + ], + "internalname": "CHOCOLATE_CHIP", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRUX_TALISMAN_1.json b/items/CRUX_TALISMAN_1.json new file mode 100644 index 00000000..aa57b7f7 --- /dev/null +++ b/items/CRUX_TALISMAN_1.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fCrux Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30efd643-7a23-3b2c-8411-739e759aaf5f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4NDM1MzI3NzQ3NywKICAicHJvZmlsZUlkIiA6ICIxNmJhNWU4MDJhMmU0ZDJhYjEwZmZiYWJiYmQ1MDdlZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJzbGlua3l1c2VyMzMxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83YjIyNTRkYmJmNTJjMzg4NTU3ODQ5MTA4ZTkzZGNjNWE5YjNiN2ZhNDdlNjRmNGNhMDYzZGZhYTFhMzAyYzYwIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Rift Time: §a+15s\",1:\"\",2:\"§7Defeat shies to gain §a+5ф Rift Time\",3:\"§a§7and §6+5 Crux Fortune §7per kill\",4:\"§7milestone.\",5:\"§7§8Crux Fortune boosts the chance\",6:\"§8for bonus crux drops.\",7:\"\",8:\"§7Total Bonuses\",9:\"§a+5ф Rift Time\",10:\"§6+5 Crux Fortune\",11:\"\",12:\"§7Kill Milestones\",13:\" §2I §2Shy§7: §e18§7/§a25 §7kills\",14:\"\",15:\"§f§lCOMMON ACCESSORY\"],Name:\"§fCrux Talisman\"},ExtraAttributes:{id:\"CRUX_TALISMAN_1\",uuid:\"3192b278-8778-48fb-a317-e4f1b46ce44c\",timestamp:\"6/20/23 10:56 AM\"}}", + "damage": 3, + "lore": [ + "§7Rift Time: §a+15s", + "", + "§7Defeat shies to gain §a+5ф Rift Time", + "§a§7and §6+5 Crux Fortune §7per kill", + "§7milestone.", + "§7§8Crux Fortune boosts the chance", + "§8for bonus crux drops.", + "", + "§7Total Bonuses", + "§a+5ф Rift Time", + "§6+5 Crux Fortune", + "", + "§7Kill Milestones", + " §2I §2Shy§7: §e18§7/§a25 §7kills", + "", + "§f§lCOMMON ACCESSORY" + ], + "recipe": { + "A1": "SHAME_CRUX:1", + "A2": "SHAME_CRUX:1", + "A3": "SHAME_CRUX:1", + "B1": "SHAME_CRUX:1", + "B2": "", + "B3": "SHAME_CRUX:1", + "C1": "SHAME_CRUX:1", + "C2": "SHAME_CRUX:1", + "C3": "SHAME_CRUX:1" + }, + "internalname": "CRUX_TALISMAN_1", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE" +}
\ No newline at end of file diff --git a/items/CRUX_TALISMAN_2.json b/items/CRUX_TALISMAN_2.json new file mode 100644 index 00000000..2cf74051 --- /dev/null +++ b/items/CRUX_TALISMAN_2.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aCrux Ring", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c8a5d5c7-3633-31a7-b9f8-87bc3e4c4ffe\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4NDM1MzMwMDMwNSwKICAicHJvZmlsZUlkIiA6ICIzNTE2NjhhMTk5MmM0ZGZlOWRkNmY5NTUxNWFkNzVmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJCbHVlX1BrIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JiNWNiMmM0YTAyOGJhNzFiOWM5NmJkZTE0ZWVmNDM3MDYyM2EzMjUyZTI1NDVkNDBlMmY0ZGZhOWIxNTRlZmMiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Intelligence: §a+2\",1:\"\",2:\"§7Defeat crux mobs to gain §a+5ф Rift\",3:\"§aTime §7and §6+5 Crux Fortune §7per\",4:\"§7kill milestone.\",5:\"§7§8Crux Fortune boosts the chance\",6:\"§8for bonus crux drops.\",7:\"\",8:\"§7Total Bonuses\",9:\"§a+10ф Rift Time\",10:\"§6+10 Crux Fortune\",11:\"\",12:\"§7Kill Milestones\",13:\" §2II §2Shy§7: §e25§7/§a50 §7kills\",14:\"\",15:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aCrux Ring\"},ExtraAttributes:{id:\"CRUX_TALISMAN_2\"}}", + "damage": 3, + "lore": [ + "§7Intelligence: §a+2", + "", + "§7Defeat crux mobs to gain §a+5ф Rift", + "§aTime §7and §6+5 Crux Fortune §7per", + "§7kill milestone.", + "§7§8Crux Fortune boosts the chance", + "§8for bonus crux drops.", + "", + "§7Total Bonuses", + "§a+10ф Rift Time", + "§6+10 Crux Fortune", + "", + "§7Kill Milestones", + " §2II §2Shy§7: §e25§7/§a50 §7kills", + "", + "§a§lUNCOMMON ACCESSORY" + ], + "recipe": { + "A1": "SHADOW_CRUX:2", + "A2": "SHADOW_CRUX:2", + "A3": "SHADOW_CRUX:2", + "B1": "SHADOW_CRUX:2", + "B2": "CRUX_TALISMAN_1:1", + "B3": "SHADOW_CRUX:2", + "C1": "SHADOW_CRUX:2", + "C2": "SHADOW_CRUX:2", + "C3": "SHADOW_CRUX:2" + }, + "internalname": "CRUX_TALISMAN_2", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file |
