From 54fedb67b2a234a91f6ff63068751fc80c15c60a Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 10 Sep 2022 03:40:40 +0200 Subject: water, dirt, fire, air (#813) --- constants/enchants.json | 39 +++++-- constants/parents.json | 179 +++++++++++++++++++++++++++++- constants/petnums.json | 70 +++++++----- constants/reforgestones.json | 15 ++- items/ABIPHONE_XIV_ENORMOUS.json | 26 +++++ items/ABIPHONE_XIV_ENORMOUS_BLACK.json | 26 +++++ items/ABIPHONE_XIV_ENORMOUS_PURPLE.json | 26 +++++ items/AMMONITE;4.json | 18 +-- items/BOBBIN_SCRIPTURES.json | 19 ++++ items/CHUM.json | 22 ++++ items/CHUMMING_TALISMAN.json | 20 ++++ items/CHUM_ROD.json | 25 +++++ items/DOLPHIN;0.json | 4 +- items/DOLPHIN;1.json | 4 +- items/DOLPHIN;2.json | 4 +- items/DOLPHIN;3.json | 4 +- items/DOLPHIN;4.json | 4 +- items/EMPTY_CHUM_BUCKET.json | 20 ++++ items/FINWAVE_BELT.json | 31 ++++++ items/FINWAVE_CLOAK.json | 31 ++++++ items/FINWAVE_GLOVES.json | 31 ++++++ items/FULL_CHUM_BUCKET.json | 17 +++ items/GILLSPLASH_BELT.json | 31 ++++++ items/GILLSPLASH_CLOAK.json | 31 ++++++ items/GILLSPLASH_GLOVES.json | 31 ++++++ items/GLOWING_MUSHROOM.json | 18 +++ items/GLOWY_CHUM_BAIT.json | 25 +++++ items/GREAT_WHITE_TOOTH_MEAL.json | 27 +++++ items/HOLY_DRAGON_BOOTS.json | 5 +- items/HOLY_DRAGON_CHESTPLATE.json | 5 +- items/HOLY_DRAGON_HELMET.json | 5 +- items/HOLY_DRAGON_LEGGINGS.json | 5 +- items/ICHTHYIC_BELT.json | 30 +++++ items/ICHTHYIC_CLOAK.json | 30 +++++ items/ICHTHYIC_GLOVES.json | 30 +++++ items/JELLYFISH;3.json | 13 +-- items/JELLYFISH;4.json | 15 ++- items/LAVA_WATER_ORB.json | 30 +++++ items/LUMINOUS_BRACELET.json | 24 ++++ items/MOBYS_SHEARS.json | 17 +++ items/PET_SKIN_JELLYFISH_LUMINESCENT.json | 32 ++++++ items/PISCARY;1.json | 27 +++++ items/PISCARY;2.json | 27 +++++ items/PISCARY;3.json | 27 +++++ items/PISCARY;4.json | 27 +++++ items/PISCARY;5.json | 27 +++++ items/PISCARY;6.json | 27 +++++ items/PITCHIN_KOI.json | 24 ++++ items/SHARK_WATER_ORB.json | 31 ++++++ items/SPOOKY_WATER_ORB.json | 29 +++++ items/ULTIMATE_BOBBIN_TIME;3.json | 39 +++++++ items/ULTIMATE_BOBBIN_TIME;4.json | 28 +++++ items/ULTIMATE_BOBBIN_TIME;5.json | 28 +++++ items/WATER_ORB.json | 35 ++++++ items/WINTER_WATER_ORB.json | 30 +++++ items/ZOMBIE_PICKAXE.json | 8 +- 56 files changed, 1367 insertions(+), 86 deletions(-) create mode 100644 items/ABIPHONE_XIV_ENORMOUS.json create mode 100644 items/ABIPHONE_XIV_ENORMOUS_BLACK.json create mode 100644 items/ABIPHONE_XIV_ENORMOUS_PURPLE.json create mode 100644 items/BOBBIN_SCRIPTURES.json create mode 100644 items/CHUM.json create mode 100644 items/CHUMMING_TALISMAN.json create mode 100644 items/CHUM_ROD.json create mode 100644 items/EMPTY_CHUM_BUCKET.json create mode 100644 items/FINWAVE_BELT.json create mode 100644 items/FINWAVE_CLOAK.json create mode 100644 items/FINWAVE_GLOVES.json create mode 100644 items/FULL_CHUM_BUCKET.json create mode 100644 items/GILLSPLASH_BELT.json create mode 100644 items/GILLSPLASH_CLOAK.json create mode 100644 items/GILLSPLASH_GLOVES.json create mode 100644 items/GLOWING_MUSHROOM.json create mode 100644 items/GLOWY_CHUM_BAIT.json create mode 100644 items/GREAT_WHITE_TOOTH_MEAL.json create mode 100644 items/ICHTHYIC_BELT.json create mode 100644 items/ICHTHYIC_CLOAK.json create mode 100644 items/ICHTHYIC_GLOVES.json create mode 100644 items/LAVA_WATER_ORB.json create mode 100644 items/LUMINOUS_BRACELET.json create mode 100644 items/MOBYS_SHEARS.json create mode 100644 items/PET_SKIN_JELLYFISH_LUMINESCENT.json create mode 100644 items/PISCARY;1.json create mode 100644 items/PISCARY;2.json create mode 100644 items/PISCARY;3.json create mode 100644 items/PISCARY;4.json create mode 100644 items/PISCARY;5.json create mode 100644 items/PISCARY;6.json create mode 100644 items/PITCHIN_KOI.json create mode 100644 items/SHARK_WATER_ORB.json create mode 100644 items/SPOOKY_WATER_ORB.json create mode 100644 items/ULTIMATE_BOBBIN_TIME;3.json create mode 100644 items/ULTIMATE_BOBBIN_TIME;4.json create mode 100644 items/ULTIMATE_BOBBIN_TIME;5.json create mode 100644 items/WATER_ORB.json create mode 100644 items/WINTER_WATER_ORB.json diff --git a/constants/enchants.json b/constants/enchants.json index 62694586..0854cd12 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -115,7 +115,8 @@ "ultimate_inferno", "ultimate_fatal_tempo", "ultimate_flash", - "tabasco" + "tabasco", + "piscary" ], "FISHING WEAPON": [ "angler", @@ -170,7 +171,8 @@ "ultimate_flash", "tabasco", "champion", - "divine_gift" + "divine_gift", + "piscary" ], "SHOVEL": [ "efficiency", @@ -210,7 +212,8 @@ "mana_vampire", "ferocious_mana", "hecatomb", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], "CHESTPLATE": [ "protection", @@ -232,7 +235,8 @@ "strong_mana", "mana_vampire", "ferocious_mana", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], "LEGGINGS": [ "protection", @@ -253,7 +257,8 @@ "strong_mana", "mana_vampire", "ferocious_mana", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], "BOOTS": [ "protection", @@ -277,7 +282,8 @@ "strong_mana", "mana_vampire", "ferocious_mana", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], "LONGSWORD": [ "bane_of_arthropods", @@ -418,7 +424,8 @@ "ultimate_inferno", "ultimate_fatal_tempo", "ultimate_flash", - "ultimate_habanero_tactics" + "ultimate_habanero_tactics", + "ultimate_bobbin_time" ], [ "protection", @@ -1255,6 +1262,14 @@ "compact": [ 25 ], + "piscary": [ + 8, + 16, + 24, + 36, + 48, + 60 + ], "one_for_all": [ 50 ], @@ -1370,6 +1385,13 @@ 200, 250 ], + "bobbin_time": [ + 0, + 0, + 100, + 120, + 140 + ], "XP_BOTTLE": [ 0 ] @@ -1413,6 +1435,7 @@ "fortune": 3, "experience": 3, "efficiency": 5, - "harvesting": 5 + "harvesting": 5, + "piscary": 5 } } \ No newline at end of file diff --git a/constants/parents.json b/constants/parents.json index f305cbd6..aef3c05c 100644 --- a/constants/parents.json +++ b/constants/parents.json @@ -2665,7 +2665,10 @@ "MANA_RAY_SILVER", "MANA_RAY_BRONZE" ], - "ABIPHONE_XIII_PRO_GIGA": [ + "ABIPHONE_XIV_ENORMOUS_BLACK": [ + "ABIPHONE_XIV_ENORMOUS", + "ABIPHONE_XIV_ENORMOUS_PURPLE", + "ABIPHONE_XIII_PRO_GIGA", "ABIPHONE_XIII_PRO", "ABIPHONE_XII_MEGA_COLOR", "ABIPHONE_XII_MEGA", @@ -2822,6 +2825,144 @@ "HUNTER_RING": [ "HUNTER_TALISMAN" ], + "BITE_RUNE;1": [ + "BITE_RUNE;2", + "BITE_RUNE;3" + ], + "BLOOD_2_RUNE;1": [ + "BLOOD_2_RUNE;2", + "BLOOD_2_RUNE;3" + ], + "COUTURE_RUNE;1": [ + "COUTURE_RUNE;2", + "COUTURE_RUNE;3" + ], + "DRAGON_RUNE;1": [ + "DRAGON_RUNE;2", + "DRAGON_RUNE;3" + ], + "ENCHANT_RUNE;1": [ + "ENCHANT_RUNE;2", + "ENCHANT_RUNE;3" + ], + "ENDERSNAKE_RUNE;1": [ + "ENDERSNAKE_RUNE;2", + "ENDERSNAKE_RUNE;3" + ], + "FIRE_SPIRAL_RUNE;1": [ + "FIRE_SPIRAL_RUNE;2", + "FIRE_SPIRAL_RUNE;3" + ], + "GEM_RUNE;1": [ + "GEM_RUNE;2", + "GEM_RUNE;3" + ], + "GOLDEN_RUNE;1": [ + "GOLDEN_RUNE;2", + "GOLDEN_RUNE;3" + ], + "HEARTS_RUNE;1": [ + "HEARTS_RUNE;2", + "HEARTS_RUNE;3" + ], + "HOT_RUNE;1": [ + "HOT_RUNE;2", + "HOT_RUNE;3" + ], + "ICE_RUNE;1": [ + "ICE_RUNE;2", + "ICE_RUNE;3" + ], + "LAVA_RUNE;1": [ + "LAVA_RUNE;2", + "LAVA_RUNE;3" + ], + "LIGHTNING_RUNE;1": [ + "LIGHTNING_RUNE;2", + "LIGHTNING_RUNE;3" + ], + "MAGIC_RUNE;1": [ + "MAGIC_RUNE;2", + "MAGIC_RUNE;3" + ], + "MUSIC_RUNE;1": [ + "MUSIC_RUNE;2", + "MUSIC_RUNE;3" + ], + "RAINBOW_RUNE;1": [ + "RAINBOW_RUNE;2", + "RAINBOW_RUNE;3" + ], + "REDSTONE_RUNE;1": [ + "REDSTONE_RUNE;2", + "REDSTONE_RUNE;3" + ], + "SMOKEY_RUNE;1": [ + "SMOKEY_RUNE;2", + "SMOKEY_RUNE;3" + ], + "SNAKE_RUNE;1": [ + "SNAKE_RUNE;2", + "SNAKE_RUNE;3" + ], + "SNOW_RUNE;1": [ + "SNOW_RUNE;2", + "SNOW_RUNE;3" + ], + "SPARKLING_RUNE;1": [ + "SPARKLING_RUNE;2", + "SPARKLING_RUNE;3" + ], + "SPIRIT_RUNE;1": [ + "SPIRIT_RUNE;2", + "SPIRIT_RUNE;3" + ], + "TIDAL_RUNE;1": [ + "TIDAL_RUNE;2", + "TIDAL_RUNE;3" + ], + "WAKE_RUNE;1": [ + "WAKE_RUNE;2", + "WAKE_RUNE;3" + ], + "WHITE_SPIRAL_RUNE;1": [ + "WHITE_SPIRAL_RUNE;2", + "WHITE_SPIRAL_RUNE;3" + ], + "ZAP_RUNE;1": [ + "ZAP_RUNE;2", + "ZAP_RUNE;3" + ], + "ZOMBIE_SLAYER_RUNE;1": [ + "ZOMBIE_SLAYER_RUNE;2", + "ZOMBIE_SLAYER_RUNE;3" + ], + "PARTY_HAT_CRAB_AQUA": [ + "PARTY_HAT_CRAB_BLACK", + "PARTY_HAT_CRAB_GREEN", + "PARTY_HAT_CRAB_LIME", + "PARTY_HAT_CRAB_ORANGE", + "PARTY_HAT_CRAB_PINK", + "PARTY_HAT_CRAB_PURPLE", + "PARTY_HAT_CRAB_RED", + "PARTY_HAT_CRAB_YELLOW" + ], + "AMETHYST_CRYSTAL": [ + "AMBER_CRYSTAL", + "JADE_CRYSTAL", + "RUBY_CRYSTAL", + "SAPPHIRE_CRYSTAL", + "TOPAZ_CRYSTAL", + "JASPER_CRYSTAL" + ], + "LAVATEARS_RUNE;1": [ + "LAVATEARS_RUNE;2", + "LAVATEARS_RUNE;3" + ], + "FIERY_BURST_RUNE;1": [ + "FIERY_BURST_RUNE;2", + "FIERY_BURST_RUNE;3" + ], "OBFUSCATED_FISH_2_DIAMOND": [ "OBFUSCATED_FISH_2_GOLD", "OBFUSCATED_FISH_2_SILVER", @@ -2862,6 +3003,11 @@ "FLAWED_OPAL_GEM", "ROUGH_OPAL_GEM" ], + "INFERNO_DEMONLORD_1_BOSS": [ + "INFERNO_DEMONLORD_2_BOSS", + "INFERNO_DEMONLORD_3_BOSS", + "INFERNO_DEMONLORD_4_BOSS" + ], "SUBZERO_WISP;4": [ "GLACIAL_WISP;3", "FROST_WISP;2", @@ -2910,5 +3056,34 @@ ], "RAT;5": [ "RAT;4" + ], + "PISCARY;1": [ + "PISCARY;2", + "PISCARY;3", + "PISCARY;4", + "PISCARY;5", + "PISCARY;6" + ], + "WATER_ORB": [ + "LAVA_WATER_ORB", + "SPOOKY_WATER_ORB", + "SHARK_WATER_ORB", + "WINTER_WATER_ORB" + ], + "GILLSPLASH_BELT": [ + "FINWAVE_BELT", + "ICHTHYIC_BELT" + ], + "GILLSPLASH_CLOAK": [ + "FINWAVE_CLOAK", + "ICHTHYIC_CLOAK" + ], + "GILLSPLASH_GLOVES": [ + "FINWAVE_GLOVES", + "ICHTHYIC_GLOVES" + ], + "ULTIMATE_BOBBIN_TIME;3": [ + "ULTIMATE_BOBBIN_TIME;4", + "ULTIMATE_BOBBIN_TIME;5" ] -} +} \ No newline at end of file diff --git a/constants/petnums.json b/constants/petnums.json index 199b4921..b338b203 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4,9 +4,7 @@ "1": { "otherNums": [ 0, - 0, - 0, - 0 + 1 ], "statNums": { "SEA_CREATURE_CHANCE": 0.12 @@ -15,9 +13,7 @@ "100": { "otherNums": [ 1.0, - 2.0, - 2.0, - 0.9 + 100 ], "statNums": { "SEA_CREATURE_CHANCE": 12 @@ -849,7 +845,7 @@ "COMMON": { "1": { "otherNums": [ - 0.0, + 0.06, 10.0, 15.0 ], @@ -860,7 +856,7 @@ }, "100": { "otherNums": [ - 3, + 6, 10, 15 ], @@ -885,7 +881,7 @@ }, "100": { "otherNums": [ - 5, + 10, 10, 25, 10 @@ -912,7 +908,7 @@ }, "100": { "otherNums": [ - 5, + 10, 10, 25, 10, @@ -927,7 +923,7 @@ "RARE": { "1": { "otherNums": [ - 0.0, + 0.08, 10.0, 20.0, 0.1 @@ -939,7 +935,7 @@ }, "100": { "otherNums": [ - 4, + 8, 10, 20, 7 @@ -953,7 +949,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.0, + 0.08, 10.0, 20.0 ], @@ -964,7 +960,7 @@ }, "100": { "otherNums": [ - 4, + 8, 10, 20 ], @@ -2088,7 +2084,6 @@ "EPIC": { "1": { "otherNums": [ - 1.0, 0.5, 0.01 ], @@ -2098,7 +2093,6 @@ }, "100": { "otherNums": [ - 100, 50, 1 ], @@ -2110,7 +2104,6 @@ "LEGENDARY": { "1": { "otherNums": [ - 1.0, 0.5, 0.01, 0.5 @@ -2121,7 +2114,6 @@ }, "100": { "otherNums": [ - 100, 50, 1, 50 @@ -5316,24 +5308,50 @@ "LEGENDARY": { "1": { "otherNums": [ - 2.0, + 2.05, 20 ], "statNums": { - "CRIT_DAMAGE": 0.0, - "HEALTH": 0.0, - "STRENGTH": 0.0 + "CRIT_DAMAGE": 0.25, + "HEALTH": 1.25, + "STRENGTH": 0.6 } }, "100": { "otherNums": [ 7, - 40 + 60 ], "statNums": { - "CRIT_DAMAGE": 10.0, - "HEALTH": 100.0, - "STRENGTH": 50.0 + "CRIT_DAMAGE": 25.0, + "HEALTH": 125.0, + "STRENGTH": 60.0 + } + } + }, + "MYTHIC": { + "1": { + "otherNums": [ + 2.05, + 20 + ], + "statNums": { + "CRIT_DAMAGE": 0.25, + "HEALTH": 2, + "STRENGTH": 0.6, + "SPEED": 100 + } + }, + "100": { + "otherNums": [ + 7, + 60 + ], + "statNums": { + "CRIT_DAMAGE": 25.0, + "HEALTH": 200.0, + "STRENGTH": 60.0, + "SPEED": 200 } } } diff --git a/constants/reforgestones.json b/constants/reforgestones.json index fa6efc87..f46470c3 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -270,23 +270,28 @@ }, "UNCOMMON": { "crit_chance": 4, - "sea_creature_chance": 0.6 + "sea_creature_chance": 0.6, + "fishing_speed": 1 }, "RARE": { "crit_chance": 6, - "sea_creature_chance": 0.7 + "sea_creature_chance": 0.7, + "fishing_speed": 2 }, "EPIC": { "crit_chance": 8, - "sea_creature_chance": 0.8 + "sea_creature_chance": 0.8, + "fishing_speed": 3 }, "LEGENDARY": { "crit_chance": 10, - "sea_creature_chance": 0.9 + "sea_creature_chance": 0.9, + "fishing_speed": 4 }, "MYTHIC": { "crit_chance": 12, - "sea_creature_chance": 1 + "sea_creature_chance": 1, + "fishing_speed": 5 } } }, diff --git a/items/ABIPHONE_XIV_ENORMOUS.json b/items/ABIPHONE_XIV_ENORMOUS.json new file mode 100644 index 00000000..78b47f01 --- /dev/null +++ b/items/ABIPHONE_XIV_ENORMOUS.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Abiphone XIV Enormous", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d168e4e8-4a4c-341e-8b67-6a0458876684\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjQwNTAzODIzNCwKICAicHJvZmlsZUlkIiA6ICIzY2MxMTY3MWU0MTM0ODM0YjhjMmZjMTY1OGE4OWU3OCIsCiAgInByb2ZpbGVOYW1lIiA6ICJSb3NzaTU2IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2FjYWIwOTY1YzIwZjFkZTAzZTc5OTgxM2FlOWNiNWUwOTQyZWJmNmVkZmU5OWEwMzAyNTQ3NzU1Y2JhNzg5NzEiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7A device that can be used to\",1:\"§7contact people! Click NPCs to\",2:\"§7add them to your contacts!\",3:\"\",4:\"§7Features:\",5:\" §7Maximum Contacts: §b11\",6:\" §7Maximum Discs: §b25\",7:\" §d§lTic Tac Toe\",8:\" §d§lSnake\",9:\"\",10:\"§eRight-click to open!\",11:\"\",12:\"§6§lLEGENDARY\"],Name:\"§6Abiphone XIV Enormous\"},ExtraAttributes:{id:\"ABIPHONE_XIV_ENORMOUS\"}}", + "damage": 3, + "lore": [ + "§7A device that can be used to", + "§7contact people! Click NPCs to", + "§7add them to your contacts!", + "", + "§7Features:", + " §7Maximum Contacts: §b11", + " §7Maximum Discs: §b25", + " §d§lTic Tac Toe", + " §d§lSnake", + "", + "§eRight-click to open!", + "", + "§6§lLEGENDARY" + ], + "internalname": "ABIPHONE_XIV_ENORMOUS", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/ABIPHONE_XIV_ENORMOUS_BLACK.json b/items/ABIPHONE_XIV_ENORMOUS_BLACK.json new file mode 100644 index 00000000..e05c665f --- /dev/null +++ b/items/ABIPHONE_XIV_ENORMOUS_BLACK.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Abiphone XIV Enormous", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"96a936a8-586e-30a9-92b6-c3f3b57e7ca7\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjQwNTIxNTk5NCwKICAicHJvZmlsZUlkIiA6ICIwODFiZTAxZmZlMmU0ODMyODI3MDIwMjBlNmI1M2ExNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMeXJpY1BsYXRlMjUyNDIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTI1YWNhNjFlMWI4YmVjYTliZWZjYWRkMDgyNjJjNTgyMWUyNzViZTQxNGQ5NGYwYjI3ZTg1ODBmMjBkYmYzYSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A device that can be used to\",1:\"§7contact people! Click NPCs to\",2:\"§7add them to your contacts!\",3:\"\",4:\"§7Features:\",5:\" §7Maximum Contacts: §b11\",6:\" §7Maximum Discs: §b25\",7:\" §d§lTic Tac Toe\",8:\" §d§lSnake\",9:\"\",10:\"§eRight-click to open!\",11:\"\",12:\"§6§lLEGENDARY\"],Name:\"§6Abiphone XIV Enormous\"},ExtraAttributes:{id:\"ABIPHONE_XIV_ENORMOUS_BLACK\"}}", + "damage": 3, + "lore": [ + "§7A device that can be used to", + "§7contact people! Click NPCs to", + "§7add them to your contacts!", + "", + "§7Features:", + " §7Maximum Contacts: §b11", + " §7Maximum Discs: §b25", + " §d§lTic Tac Toe", + " §d§lSnake", + "", + "§eRight-click to open!", + "", + "§6§lLEGENDARY" + ], + "internalname": "ABIPHONE_XIV_ENORMOUS_BLACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/ABIPHONE_XIV_ENORMOUS_PURPLE.json b/items/ABIPHONE_XIV_ENORMOUS_PURPLE.json new file mode 100644 index 00000000..39989306 --- /dev/null +++ b/items/ABIPHONE_XIV_ENORMOUS_PURPLE.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Abiphone XIV Enormous", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f7b00456-027a-3061-a605-49afcb440311\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjQwNTE4NTEzMSwKICAicHJvZmlsZUlkIiA6ICJmNTgyNGRmNGIwMTU0MDA4OGRhMzUyYTQxODU1MDQ0NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJGb3hHYW1lcjUzOTIiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGMyNDRhNGUzMDZmZDE0NzQwNWViYTZiZjY3MDIxZDUwYjgxNWQxMDdjYzE1ZDk3YjgwMmI3ODUyMTAwOTllNiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7A device that can be used to\",1:\"§7contact people! Click NPCs to\",2:\"§7add them to your contacts!\",3:\"\",4:\"§7Features:\",5:\" §7Maximum Contacts: §b11\",6:\" §7Maximum Discs: §b25\",7:\" §d§lTic Tac Toe\",8:\" §d§lSnake\",9:\"\",10:\"§eRight-click to open!\",11:\"\",12:\"§6§lLEGENDARY\"],Name:\"§6Abiphone XIV Enormous\"},ExtraAttributes:{id:\"ABIPHONE_XIV_ENORMOUS_PURPLE\"}}", + "damage": 3, + "lore": [ + "§7A device that can be used to", + "§7contact people! Click NPCs to", + "§7add them to your contacts!", + "", + "§7Features:", + " §7Maximum Contacts: §b11", + " §7Maximum Discs: §b25", + " §d§lTic Tac Toe", + " §d§lSnake", + "", + "§eRight-click to open!", + "", + "§6§lLEGENDARY" + ], + "internalname": "ABIPHONE_XIV_ENORMOUS_PURPLE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/AMMONITE;4.json b/items/AMMONITE;4.json index bfb6a465..03650b85 100644 --- a/items/AMMONITE;4.json +++ b/items/AMMONITE;4.json @@ -1,26 +1,28 @@ { "itemid": "minecraft:skull", "displayname": "§7[Lvl {LVL}] §6Ammonite", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d05d927e-f686-323e-9c21-a99d0e0cc2ca\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDExNTI5NDE1NiwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTA3NGE3YmQ5NzZmZTZhYmExNjI0MTYxNzkzYmU1NDdkNTRjODM1Y2Y0MjIyNDNhODUxYmEwOWQxZTY1MDU1MyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §a+{SEA_CREATURE_CHANCE}%\",3:\"\",4:\"§6Heart of the Sea\",5:\"§7§7Grants §3+{0}α Sea Creature\",6:\"§3Chance §7to your pet for each\",7:\"§7§5Heart of the Mountain §7level.\",8:\"\",9:\"§6Not a Snail\",10:\"§7§7Each fishing and mining level\",11:\"§7grants §f+{1}✦ Speed §7and §a+{2}❈\",12:\"§aDefense.\",13:\"\",14:\"§6Gift of the Ammonite\",15:\"§7§7Grants §b{3}☂ Fishing Speed\",16:\"§b§7per Mining level.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\",22:\"\",23:\"§eItems Required\",24:\"§6Helix §7x1\",25:\"§6300,000 Coins\",26:\"\",27:\"§7Duration: §b12d\"],Name:\"§7[Lvl {LVL}] §6Ammonite\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"AMMONITE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"AMMONITE;4\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d05d927e-f686-323e-9c21-a99d0e0cc2ca\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDExNTI5NDE1NiwKICAicHJvZmlsZUlkIiA6ICI0NWY3YTJlNjE3ODE0YjJjODAwODM5MmRmN2IzNWY0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJfSnVzdERvSXQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTA3NGE3YmQ5NzZmZTZhYmExNjI0MTYxNzkzYmU1NDdkNTRjODM1Y2Y0MjIyNDNhODUxYmEwOWQxZTY1MDU1MyIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"\",4:\"§6Heart of the Sea\",5:\"§7§7Grants §3+{0}α Sea Creature\",6:\"§3Chance §7to your pet for each\",7:\"§7§5Heart of the Mountain §7level.\",8:\"\",9:\"§6Expert Cave Fisher\",10:\"§7§7The fishing speed reduction\",11:\"§7from being underground is\",12:\"§7attenuated by §a{1}%§7.\",13:\"\",14:\"§6Gift of the Ammonite\",15:\"§7§7Each Mining and Fishing level\",16:\"§7grants §b+0.5☂ Fishing Speed§7,\",17:\"§7§f+2✦ Speed §7and §a+2❈\",18:\"§aDefense§7.\",19:\"\",20:\"§7§eRight-click to add this pet to\",21:\"§eyour pet menu!\",22:\"\",23:\"§6§lLEGENDARY\",24:\"\",25:\"§eItems Required\",26:\"§6Helix §7x1\",27:\"§6300,000 Coins\",28:\"\",29:\"§7Duration: §b12d\"],Name:\"§7[Lvl {LVL}] §6Ammonite\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"AMMONITE\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"AMMONITE;4\"}}", "damage": 3, "lore": [ "§8Fishing Pet", "", - "§7Sea Creature Chance: §a+{SEA_CREATURE_CHANCE}%", + "§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%", "", "§6Heart of the Sea", "§7§7Grants §3+{0}α Sea Creature", "§3Chance §7to your pet for each", "§7§5Heart of the Mountain §7level.", "", - "§6Not a Snail", - "§7§7Each fishing and mining level", - "§7grants §f+{1}✦ Speed §7and §a+{2}❈", - "§aDefense.", + "§6Expert Cave Fisher", + "§7§7The fishing speed reduction", + "§7from being underground is", + "§7attenuated by §a{1}%§7.", "", "§6Gift of the Ammonite", - "§7§7Grants §b{3}☂ Fishing Speed", - "§b§7per Mining level.", + "§7§7Each Mining and Fishing level", + "§7grants §b+0.5☂ Fishing Speed§7,", + "§7§f+2✦ Speed §7and §a+2❈", + "§aDefense§7.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", diff --git a/items/BOBBIN_SCRIPTURES.json b/items/BOBBIN_SCRIPTURES.json new file mode 100644 index 00000000..0ad47b61 --- /dev/null +++ b/items/BOBBIN_SCRIPTURES.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bobbin\u0027 Scriptures", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7ac11b2a-8a13-3b20-bb6a-33469c07eee1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ5ZTk1NWE1MDYwMDBmMWQ4YmZjNjhlYWFmZTA0Y2M3ZGZiNDRmMDYyM2ExYjNkMGJmMjE1YThkNWE4NjFjMiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"§7The sacred ways of bobbin\u0027,\",2:\"§7written by a long-forgotten\",3:\"§7worshipper of Kuudra.\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Bobbin\u0027 Scriptures\"},ExtraAttributes:{id:\"BOBBIN_SCRIPTURES\"}}", + "damage": 3, + "lore": [ + "§eRight-click to view recipes!", + "§7The sacred ways of bobbin\u0027,", + "§7written by a long-forgotten", + "§7worshipper of Kuudra.", + "", + "§9§lRARE" + ], + "internalname": "BOBBIN_SCRIPTURES", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/CHUM.json b/items/CHUM.json new file mode 100644 index 00000000..50f8a4ff --- /dev/null +++ b/items/CHUM.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aChum", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7f3be745-aa15-37a6-8806-17389ff931ca\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MTgwMDIzNTcxNSwKICAicHJvZmlsZUlkIiA6ICIzZGRhMDc1ZTQ0Yzc0MmZhODE2YTNjNTNkY2RlMWQ3ZCIsCiAgInByb2ZpbGVOYW1lIiA6ICJzbmFLQVkiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmMxNDg1NGU2NGFiMmYyMDVlM2MwYWE5ZjcwOTYxZjc0ZjNiMTIzNmMzZjQxOGFkODQwNzM2ODI1NmU3YmVjOCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Obtained from killing a sea\",1:\"§7creature with a nearby Chum\",2:\"§7Bucket.\",3:\"\",4:\"§7Deposit it in any Chum Bucket to\",5:\"§7earn §6+20 Coins §7and §3+10\",6:\"§3Fishing XP§7!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aChum\"},ExtraAttributes:{id:\"CHUM\"}}", + "damage": 3, + "lore": [ + "§7Obtained from killing a sea", + "§7creature with a nearby Chum", + "§7Bucket.", + "", + "§7Deposit it in any Chum Bucket to", + "§7earn §6+20 Coins §7and §3+10", + "§3Fishing XP§7!", + "", + "§a§lUNCOMMON" + ], + "internalname": "CHUM", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/CHUMMING_TALISMAN.json b/items/CHUMMING_TALISMAN.json new file mode 100644 index 00000000..44879069 --- /dev/null +++ b/items/CHUMMING_TALISMAN.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aChumming Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d76ea4a-73ae-347f-bd9f-829fb3968b33\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyNjEwNzI5NjMzNCwKICAicHJvZmlsZUlkIiA6ICJiMWMyNWQ0YjMwZDU0N2Y4YTk3NmZlYTllOGU1YzBjMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJvd29FbmRlciIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS85YjY4ODU0NWUzMjZlNGYxZmQxYzQwNTg3M2Q5YzViOGJiZTY5ZGQyNjg4OWNlM2RlYTEwYjRkOWUzZDdiNGRiIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Fishing Wisdom: §a+1\",1:\"§7Fishing Speed: §a+1\",2:\"\",3:\"§7Listen, it\u0027s for real chums of\",4:\"§7Moby, ok?\",5:\"\",6:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§f§f§aChumming Talisman\"},ExtraAttributes:{id:\"CHUMMING_TALISMAN\"}}", + "damage": 3, + "lore": [ + "§7Fishing Wisdom: §a+1", + "§7Fishing Speed: §a+1", + "", + "§7Listen, it\u0027s for real chums of", + "§7Moby, ok?", + "", + "§a§lUNCOMMON ACCESSORY" + ], + "internalname": "CHUMMING_TALISMAN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/CHUM_ROD.json b/items/CHUM_ROD.json new file mode 100644 index 00000000..a4c20cd5 --- /dev/null +++ b/items/CHUM_ROD.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:fishing_rod", + "displayname": "§f§f§9Chum Rod", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+55\",1:\"§7Strength: §c+40\",2:\"§7Sea Creature Chance: §c+2%\",3:\"§7Fishing Speed: §a+70\",4:\"\",5:\"§7Materialize a §aChum §7in your\",6:\"§7inventory whenever you fish\",7:\"§7anything.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§7§4❣ §cRequires §aFishing Skill 5§c.\",11:\"§9§lRARE FISHING ROD\"],Name:\"§f§f§9Chum Rod\"},ExtraAttributes:{id:\"CHUM_ROD\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+55", + "§7Strength: §c+40", + "§7Sea Creature Chance: §c+2%", + "§7Fishing Speed: §a+70", + "", + "§7Materialize a §aChum §7in your", + "§7inventory whenever you fish", + "§7anything.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aFishing Skill 5§c.", + "§9§lRARE FISHING ROD" + ], + "internalname": "CHUM_ROD", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/DOLPHIN;0.json b/items/DOLPHIN;0.json index 9c1eeccf..4834037f 100644 --- a/items/DOLPHIN;0.json +++ b/items/DOLPHIN;0.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fDolphin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a10\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fDolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"DOLPHIN;0\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a30\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fDolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"DOLPHIN;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -11,7 +11,7 @@ "", "§6Pod Tactics", "§7§7Grants §b+{0}☂ Fishing Speed", - "§b§7for each player within §a10", + "§b§7for each player within §a30", "§a§7blocks, up to §a5 §7players.", "", "§7§eRight-click to add this pet to", diff --git a/items/DOLPHIN;1.json b/items/DOLPHIN;1.json index c62994c7..aa7146cb 100644 --- a/items/DOLPHIN;1.json +++ b/items/DOLPHIN;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §aDolphin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a10\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aDolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"DOLPHIN;1\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a30\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aDolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"DOLPHIN;1\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -11,7 +11,7 @@ "", "§6Pod Tactics", "§7§7Grants §b+{0}☂ Fishing Speed", - "§b§7for each player within §a10", + "§b§7for each player within §a30", "§a§7blocks, up to §a5 §7players.", "", "§7§eRight-click to add this pet to", diff --git a/items/DOLPHIN;2.json b/items/DOLPHIN;2.json index 5cd9a822..7125735c 100644 --- a/items/DOLPHIN;2.json +++ b/items/DOLPHIN;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Dolphin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a10\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§6Echolocation\",11:\"§7§7Grants §3+{3}α Sea Creature\",12:\"§3Chance§7.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Dolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"DOLPHIN;2\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a30\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§6Echolocation\",11:\"§7§7Grants §3+{3}α Sea Creature\",12:\"§3Chance§7.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Dolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"DOLPHIN;2\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -11,7 +11,7 @@ "", "§6Pod Tactics", "§7§7Grants §b+{0}☂ Fishing Speed", - "§b§7for each player within §a10", + "§b§7for each player within §a30", "§a§7blocks, up to §a5 §7players.", "", "§6Echolocation", diff --git a/items/DOLPHIN;3.json b/items/DOLPHIN;3.json index 34eed3c9..5732f27d 100644 --- a/items/DOLPHIN;3.json +++ b/items/DOLPHIN;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Dolphin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a10\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§6Echolocation\",11:\"§7§7Grants §3+{3}α Sea Creature\",12:\"§3Chance§7.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Dolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"DOLPHIN;3\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a30\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§6Echolocation\",11:\"§7§7Grants §3+{3}α Sea Creature\",12:\"§3Chance§7.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Dolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",id:\"DOLPHIN;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -11,7 +11,7 @@ "", "§6Pod Tactics", "§7§7Grants §b+{0}☂ Fishing Speed", - "§b§7for each player within §a10", + "§b§7for each player within §a30", "§a§7blocks, up to §a5 §7players.", "", "§6Echolocation", diff --git a/items/DOLPHIN;4.json b/items/DOLPHIN;4.json index e5e5eeeb..f7a49832 100644 --- a/items/DOLPHIN;4.json +++ b/items/DOLPHIN;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Dolphin", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a10\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§6Echolocation\",11:\"§7§7Grants §3+{3}α Sea Creature\",12:\"§3Chance§7.\",13:\"\",14:\"§6Splash Surprise\",15:\"§7§7Stun sea creatures for §a5s\",16:\"§a§7after fishing them up.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Dolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":5}\",id:\"DOLPHIN;4\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48f53ffe-a3f0-3280-aac0-11cc0d6121f4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvY2VmZTdkODAzYTQ1YWEyYWYxOTkzZGYyNTQ0YTI4ZGY4NDlhNzYyNjYzNzE5YmZlZmM1OGJmMzg5YWI3ZjUifX19\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Sea Creature Chance: §c+{SEA_CREATURE_CHANCE}%\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Pod Tactics\",6:\"§7§7Grants §b+{0}☂ Fishing Speed\",7:\"§b§7for each player within §a30\",8:\"§a§7blocks, up to §a5 §7players.\",9:\"\",10:\"§6Echolocation\",11:\"§7§7Grants §3+{3}α Sea Creature\",12:\"§3Chance§7.\",13:\"\",14:\"§6Splash Surprise\",15:\"§7§7Stun sea creatures for §a5s\",16:\"§a§7after fishing them up.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Dolphin\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"DOLPHIN\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":5}\",id:\"DOLPHIN;4\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", @@ -11,7 +11,7 @@ "", "§6Pod Tactics", "§7§7Grants §b+{0}☂ Fishing Speed", - "§b§7for each player within §a10", + "§b§7for each player within §a30", "§a§7blocks, up to §a5 §7players.", "", "§6Echolocation", diff --git a/items/EMPTY_CHUM_BUCKET.json b/items/EMPTY_CHUM_BUCKET.json new file mode 100644 index 00000000..a9c04304 --- /dev/null +++ b/items/EMPTY_CHUM_BUCKET.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§fEmpty Chum Bucket", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d906aee-a917-363b-8fa3-affce87cefe0\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MTgwMDE0NDc4NiwKICAicHJvZmlsZUlkIiA6ICJkYmQ4MDQ2M2EwMzY0Y2FjYjI3OGNhODBhMDBkZGIxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4bG9nMjEiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTFiZmQ1MzZmYjJkMDFmYzg3ZGVlOWQ0ZjhhNzI0OGFiMWE1OTM4NzcxOTQwMDUxMzE1M2RiZmQwNjk2NWIyMiIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Place it down next to water.\",1:\"\",2:\"§7Sea Creatures slain nearby will\",3:\"§7drop §a+1 Chum§7.\",4:\"§8Up to +4 total from buckets!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§f§f§fEmpty Chum Bucket\"},ExtraAttributes:{id:\"EMPTY_CHUM_BUCKET\"}}", + "damage": 3, + "lore": [ + "§7Place it down next to water.", + "", + "§7Sea Creatures slain nearby will", + "§7drop §a+1 Chum§7.", + "§8Up to +4 total from buckets!", + "", + "§f§lCOMMON" + ], + "internalname": "EMPTY_CHUM_BUCKET", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/FINWAVE_BELT.json b/items/FINWAVE_BELT.json new file mode 100644 index 00000000..f31dcdda --- /dev/null +++ b/items/FINWAVE_BELT.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Finwave Belt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b76f75c7-8165-3cb1-95e8-f0b679266558\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjQ4Nzc4MTYwNCwKICAicHJvZmlsZUlkIiA6ICJjOWRlZTM4MDUzYjg0YzI5YjZlZjA5YjJlMDM5OTc0ZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTQVJfRGVjZW1iZXI1IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzY1MWMwOTQ1ODg4OGRhN2I2ZjY2YzVjYjFiYTFhMjFhNTNhMjkwNGZjZjFkZmRkYTUxMDNlZGI3M2ZhZWEwODciCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+18\",1:\"§7Fishing Speed: §a+8\",2:\"§7Health Regen: §a+1\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§5§lEPIC BELT\"],Name:\"§5Finwave Belt\"},ExtraAttributes:{id:\"FINWAVE_BELT\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+18", + "§7Fishing Speed: §a+8", + "§7Health Regen: §a+1", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC BELT" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "TIGER_SHARK_TOOTH:6", + "B2": "", + "B3": "TIGER_SHARK_TOOTH:6", + "C1": "GREAT_WHITE_TOOTH_MEAL:1", + "C2": "ICHTHYIC_BELT:1", + "C3": "GREAT_WHITE_TOOTH_MEAL:1" + }, + "internalname": "FINWAVE_BELT", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/FINWAVE_CLOAK.json b/items/FINWAVE_CLOAK.json new file mode 100644 index 00000000..baafe07e --- /dev/null +++ b/items/FINWAVE_CLOAK.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Finwave Cloak", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"96b0ca1a-b8be-3497-b761-8e124891e469\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjU1OTUzMDE5OCwKICAicHJvZmlsZUlkIiA6ICI1NjY3NWIyMjMyZjA0ZWUwODkxNzllOWM5MjA2Y2ZlOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVJbmRyYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9iNWU3NGU2M2IzZTAzNjE5YjU2MzZkZWY1ZDgwZTZmYTg4ZTVjZWJkZWFmZTQwOTA1Y2JhZDQ5ODU4MzYxMDYyIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Health: §a+15\",1:\"§7Fishing Speed: §a+8\",2:\"§7Health Regen: §a+1\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§5§lEPIC CLOAK\"],Name:\"§5Finwave Cloak\"},ExtraAttributes:{id:\"FINWAVE_CLOAK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+15", + "§7Fishing Speed: §a+8", + "§7Health Regen: §a+1", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC CLOAK" + ], + "recipe": { + "A1": "GREAT_WHITE_TOOTH_MEAL:1", + "A2": "ICHTHYIC_CLOAK:1", + "A3": "GREAT_WHITE_TOOTH_MEAL:1", + "B1": "TIGER_SHARK_TOOTH:6", + "B2": "", + "B3": "TIGER_SHARK_TOOTH:6", + "C1": "TIGER_SHARK_TOOTH:6", + "C2": "", + "C3": "TIGER_SHARK_TOOTH:6" + }, + "internalname": "FINWAVE_CLOAK", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/FINWAVE_GLOVES.json b/items/FINWAVE_GLOVES.json new file mode 100644 index 00000000..63d624d3 --- /dev/null +++ b/items/FINWAVE_GLOVES.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Finwave Gloves", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"afb22780-43b9-3bc6-9908-eddb5edf8fb5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjU1OTQ4Mzg4MywKICAicHJvZmlsZUlkIiA6ICIxZjEyNTNhYTVkYTQ0ZjU5YWU1YWI1NmFhZjRlNTYxNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3RNaUt5IiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhkYmE1MDlmYmQ5MmNmNjBiZmJhODg0ZTYyOTY2NDlhOWVjMjkyZTQ1OGQ0YjUxNDYyNWU4NTEyZmNlNGI4MGMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+12\",1:\"§7Fishing Speed: §a+8\",2:\"§7Health Regen: §a+1\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§5§lEPIC GLOVES\"],Name:\"§5Finwave Gloves\"},ExtraAttributes:{id:\"FINWAVE_GLOVES\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+12", + "§7Fishing Speed: §a+8", + "§7Health Regen: §a+1", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§lEPIC GLOVES" + ], + "recipe": { + "A1": "GREAT_WHITE_TOOTH_MEAL:1", + "A2": "ICHTHYIC_GLOVES:1", + "A3": "GREAT_WHITE_TOOTH_MEAL:1", + "B1": "TIGER_SHARK_TOOTH:6", + "B2": "TIGER_SHARK_TOOTH:6", + "B3": "TIGER_SHARK_TOOTH:6", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "FINWAVE_GLOVES", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/FULL_CHUM_BUCKET.json b/items/FULL_CHUM_BUCKET.json new file mode 100644 index 00000000..5ac977a3 --- /dev/null +++ b/items/FULL_CHUM_BUCKET.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aFull Chum Bucket", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"136514b2-a759-3215-859d-bd4d4869f17e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MTgwMDE3NTk5MCwKICAicHJvZmlsZUlkIiA6ICI5YzM1ZGU3MjdmMzU0ZTVlYjFiOWRhOGViYTZhYzM1YyIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZXphV1MiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2EyNTczOTZmODlhM2YyM2RjNzA1OTUxZWJiMzM5ZmQ3YzY2OTA1OTJkZjc1NWVmYzQ4YjBkODEyMjllMDg0ZSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7The result of a hard day\u0027s\",1:\"§7labor! Trade it with Moby.\",2:\"\",3:\"§a§lUNCOMMON\"],Name:\"§f§f§aFull Chum Bucket\"},ExtraAttributes:{id:\"FULL_CHUM_BUCKET\"}}", + "damage": 3, + "lore": [ + "§7The result of a hard day\u0027s", + "§7labor! Trade it with Moby.", + "", + "§a§lUNCOMMON" + ], + "internalname": "FULL_CHUM_BUCKET", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/GILLSPLASH_BELT.json b/items/GILLSPLASH_BELT.json new file mode 100644 index 00000000..b559ff6d --- /dev/null +++ b/items/GILLSPLASH_BELT.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Gillsplash Belt", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dffd4f6c-06fe-3b54-a7fb-2b39a35d1ac2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjQ4Nzc5NTIwNSwKICAicHJvZmlsZUlkIiA6ICI4M2EwYjZmOGVjMWI0YTU3OGQ2NmJlZDE2MmQ4M2I4MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJTbmlwZWRfQnlfS2NhbHMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTJkYzViZTUxZWZiODI3ZmZjNjk4NGZiYjcyNDNiNzBjNTRlNDBiMTNjNGJhYzRjM2ZlNmQ4YWQzMmZhNWViOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Health: §a+30\",1:\"§7Fishing Speed: §a+12\",2:\"§7Health Regen: §a+2\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§6§lLEGENDARY BELT\"],Name:\"§6Gillsplash Belt\"},ExtraAttributes:{id:\"GILLSPLASH_BELT\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+30", + "§7Fishing Speed: §a+12", + "§7Health Regen: §a+2", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§6§lLEGENDARY BELT" + ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "MAGMA_FISH_DIAMOND:1", + "B2": "", + "B3": "MAGMA_FISH_DIAMOND:1", + "C1": "LAVA_SHELL:3", + "C2": "FINWAVE_BELT:1", + "C3": "LAVA_SHELL:3" + }, + "internalname": "GILLSPLASH_BELT", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/GILLSPLASH_CLOAK.json b/items/GILLSPLASH_CLOAK.json new file mode 100644 index 00000000..d8833f5d --- /dev/null +++ b/items/GILLSPLASH_CLOAK.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Gillsplash Cloak", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"76fe5c0c-c69d-3b2c-a4ad-66ac7ad62b9d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjU1OTUxNTkwMSwKICAicHJvZmlsZUlkIiA6ICIxNmQ4NjI4NzYzMWY0NDY2OGQ0NDM2ZTJlY2IwNTllNSIsCiAgInByb2ZpbGVOYW1lIiA6ICJSZXphVG91cm5leSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS80ZGRkZmU3MDEwMGU2OTBmMmZjNWFiOTljMDhhNGJjZGY0ZWUxZjg4MGYwOGQ0OTU4ZThiYzJiYjU2MjRmZjc5IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Health: §a+25\",1:\"§7Fishing Speed: §a+12\",2:\"§7Health Regen: §a+2\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§6§lLEGENDARY CLOAK\"],Name:\"§6Gillsplash Cloak\"},ExtraAttributes:{id:\"GILLSPLASH_CLOAK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+25", + "§7Fishing Speed: §a+12", + "§7Health Regen: §a+2", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§6§lLEGENDARY CLOAK" + ], + "recipe": { + "A1": "MAGMA_FISH_DIAMOND:1", + "A2": "FINWAVE_CLOAK:1", + "A3": "MAGMA_FISH_DIAMOND:1", + "B1": "LAVA_SHELL:1", + "B2": "", + "B3": "LAVA_SHELL:1", + "C1": "LAVA_SHELL:1", + "C2": "", + "C3": "LAVA_SHELL:1" + }, + "internalname": "GILLSPLASH_CLOAK", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/GILLSPLASH_GLOVES.json b/items/GILLSPLASH_GLOVES.json new file mode 100644 index 00000000..e334c565 --- /dev/null +++ b/items/GILLSPLASH_GLOVES.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Gillsplash Gloves", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"19a1cf28-1227-3546-a355-86384a02a464\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MjU1OTQ2NDQzNiwKICAicHJvZmlsZUlkIiA6ICJiNTM5NTkyMjMwY2I0MmE0OWY5YTRlYmYxNmRlOTYwYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJtYXJpYW5hZmFnIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzZmNWNiNDAxMjM5YTM0MTA2MzJjMWJmMDQwYzliNmIyNDkyZDI4MTliODhhMzYzMmYxZGUzZTBjZWVjMDg4MTIiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Health: §a+20\",1:\"§7Fishing Speed: §a+12\",2:\"§7Health Regen: §a+2\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§8§l* §8Co-op Soulbound §8§l*\",6:\"§6§lLEGENDARY GLOVES\"],Name:\"§6Gillsplash Gloves\"},ExtraAttributes:{id:\"GILLSPLASH_GLOVES\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+20", + "§7Fishing Speed: §a+12", + "§7Health Regen: §a+2", + "", + "§7§8This item can be reforged!", + "§8§l* §8Co-op Soulbound §8§l*", + "§6§lLEGENDARY GLOVES" + ], + "recipe": { + "A1": "MAGMA_FISH_DIAMOND:1", + "A2": "FINWAVE_GLOVES:1", + "A3": "MAGMA_FISH_DIAMOND:1", + "B1": "LAVA_SHELL:1", + "B2": "LAVA_SHELL:1", + "B3": "LAVA_SHELL:1", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "GILLSPLASH_GLOVES", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "crafttext": "", + "infoType": "" +} \ No newline at end of file diff --git a/items/GLOWING_MUSHROOM.json b/items/GLOWING_MUSHROOM.json new file mode 100644 index 00000000..28ae6604 --- /dev/null +++ b/items/GLOWING_MUSHROOM.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aGlowing Mushroom", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"224a62bc-cb7a-3c51-b0e2-6a860b3e91b9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MTg2ODAwNTAzNywKICAicHJvZmlsZUlkIiA6ICJjNTZlMjI0MmNiZWY0MWE2ODdlMzI2MGRjMGNmOTM2MSIsCiAgInByb2ZpbGVOYW1lIiA6ICJMSlI3MzEwMCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS81MmIwOWMyODllNzQ2MTQyYzFkOGQzYWY4OGU5MjMxZDdmNDk0ZmI2NTM4NzdjMjYxNzJmMjc0ZWVlNDYxODdmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Did you hear the joke about\",1:\"§7fungus? You won\u0027t like it, but\",2:\"§7it will grow on you.\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§f§f§aGlowing Mushroom\"},ExtraAttributes:{id:\"GLOWING_MUSHROOM\"}}", + "damage": 3, + "lore": [ + "§7Did you hear the joke about", + "§7fungus? You won\u0027t like it, but", + "§7it will grow on you.", + "", + "§a§lUNCOMMON" + ], + "internalname": "GLOWING_MUSHROOM", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/GLOWY_CHUM_BAIT.json b/items/GLOWY_CHUM_BAIT.json new file mode 100644 index 00000000..7603cf6c --- /dev/null +++ b/items/GLOWY_CHUM_BAIT.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aGlowy Chum Bait", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"aed1035d-0ce1-35e6-b532-8c26a596f510\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY2MTgwMDk0NzQxOSwKICAicHJvZmlsZUlkIiA6ICIzNmMxODk4ZjlhZGE0NjZlYjk0ZDFmZWFmMjQ0MTkxMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJMdW5haWFuIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RmZGMxZWVkNjg0ZGQ4MDVlYWU5NmQxMzJlM2RhNTNkNjQyNjdkNzM2MTM4OGQ1ZTJjNjdmNTk2OTg3MWU3MWQiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Fishing Bait\",1:\"§8Consumes on Cast\",2:\"\",3:\"§7Grants §b+25☂ Fishing Speed§7.\",4:\"§7Grants §3+3α Sea Creature\",5:\"§3Chance§7.\",6:\"\",7:\"§7§7Adds §a+2 Chums §7dropped on\",8:\"§7Sea Creatures fished with this\",9:\"§7bait.\",10:\"\",11:\"§a§lUNCOMMON BAIT\"],Name:\"§aGlowy Chum Bait\"},ExtraAttributes:{id:\"GLOWY_CHUM_BAIT\"}}", + "damage": 3, + "lore": [ + "§8Fishing Bait", + "§8Consumes on Cast", + "", + "§7Grants §b+25☂ Fishing Speed§7.", + "§7Grants §3+3α Sea Creature", + "§3Chance§7.", + "", + "§7§7Adds §a+2 Chums §7dropped on", + "§7Sea Creatures fished with this", + "§7bait.", + "", + "§a§lUNCOMMON BAIT" + ], + "internalname": "GLOWY_CHUM_BAIT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/GREAT_WHITE_TOOTH_MEAL.json b/items/GREAT_WHITE_TOOTH_MEAL.json new file mode 100644 index 00000000..82658f04 --- /dev/null +++ b/items/GREAT_WHITE_TOOTH_MEAL.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§6Great White Tooth Meal", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7It smells like blood and fear.\",1:\"\",2:\"§6§lLEGENDARY\"],Name:\"§6Great White Tooth Meal\"},ExtraAttributes:{id:\"GREAT_WHITE_TOOTH_MEAL\"}}", + "damage": 15, + "lore": [ + "§7It smells like blood and fear.", + "", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "", + "A2": "GREAT_WHITE_SHARK_TOOTH:1", + "A3": "", + "B1": "GREAT_WHITE_SHARK_TOOTH:1", + "B2": "ENCHANTED_BONE:1", + "B3": "GREAT_WHITE_SHARK_TOOTH:1", + "C1": "", + "C2": "GREAT_WHITE_SHARK_TOOTH:1", + "C3": "" + }, + "internalname": "GREAT_WHITE_TOOTH_MEAL", + "crafttext": "", + "clickcommand": "viewrecipe", + "modver": "2.1.0-REL", + "infoType": "" +} \ No newline at end of file diff --git a/items/HOLY_DRAGON_BOOTS.json b/items/HOLY_DRAGON_BOOTS.json index 7154bae8..3ecd091b 100644 --- a/items/HOLY_DRAGON_BOOTS.json +++ b/items/HOLY_DRAGON_BOOTS.json @@ -4,11 +4,12 @@ "displayname": "§6Holy Dragon Boots", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+90\",2:\" §8[§8❤§8]\",3:\"\",4:\"§6Full Set Bonus: Holy Blood\",5:\"§7Increases the natural health\",6:\"§7regeneration of you and all\",7:\"§7players in a §a6§7 block radius\",8:\"§7by §a3x§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY BOOTS\"],color:4706631,Name:\"§6Holy Dragon Boots\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_BOOTS\"}}", - "modver": "2.0.0-REL", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+100\",1:\"§7Defense: §a+90\",2:\"§7Mending: §a+10\",3:\" §8[§8❤§8]\",4:\"\",5:\"§6Full Set Bonus: Holy Blood\",6:\"§7Increases the natural health\",7:\"§7regeneration of you and all\",8:\"§7players in a §a6§7 block radius\",9:\"§7by §a3x§7.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§6§lLEGENDARY BOOTS\"],color:4706631,Name:\"§6Holy Dragon Boots\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_BOOTS\"}}", + "modver": "2.1.0-REL", "lore": [ "§7Health: §a+100", "§7Defense: §a+90", + "§7Mending: §a+10", " §8[§8❤§8]", "", "§6Full Set Bonus: Holy Blood", diff --git a/items/HOLY_DRAGON_CHESTPLATE.json b/items/HOLY_DRAGON_CHESTPLATE.json index a3a9f214..90657f17 100644 --- a/items/HOLY_DRAGON_CHESTPLATE.json +++ b/items/HOLY_DRAGON_CHESTPLATE.json @@ -4,11 +4,12 @@ "displayname": "§6Holy Dragon Chestplate", "clickcommand": "viewrecipe", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+180\",1:\"§7Defense: §a+160\",2:\" §8[§8❤§8]\",3:\"\",4:\"§6Full Set Bonus: Holy Blood\",5:\"§7Increases the natural health\",6:\"§7regeneration of you and all\",7:\"§7players in a §a6§7 block radius\",8:\"§7by §a3x§7.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§6§lLEGENDARY CHESTPLATE\"],color:4706631,Name:\"§6Holy Dragon Chestplate\"},ExtraAttributes:{color:\"71:209:71\",id:\"HOLY_DRAGON_CHESTPLATE\"}}", - "modver": "2.0.0-REL", + "nbttag": "{Unbreakable:1,HideF