From c727108f79b97df4ecc618dac533b80f1b88f332 Mon Sep 17 00:00:00 2001 From: NelkGames Date: Mon, 5 Dec 2022 20:03:29 -0300 Subject: [PATCH] Update Files - Gen 9 (#1094) * Update Models -Buzzwole - Tapu Fini * Update ActionHyperspaceHole * Update Files Start of updates: Generation 9 -Database: All New Pokemobs Added -Adding first pokemon in tags -Added the new moves Models: -Spitigatito Line -Fuecoco Line -Quaxly Line -Tarountula -Farigiraf Reworks: -Genesect -Darumaka -Whiscash -Burmy * Extra Update lang file * Update Gen-9 -Disabled Database of pokemon that do not have finished models -Adjusted the Tags of pokemon added -Created basic information for new attacks, missing external implementations Models: -Koraidon * dunsparce back * Update Extra Models: -Miraidon -Victini Spawns -Added spawn for the new Starters -Added spawn for the Grass Starters in Ultra Space * Re-added Miraidon.json * Fix Tags --- .../database_update/old/moves/moves.json | 1440 +++++ .../assets/pokecube_abilities/lang/en_us.json | 33 +- .../assets/pokecube_mobs/lang/en_us.json | 114 + .../pokecube/tags/entity_types/friendly.json | 3 +- .../pokecube/tags/entity_types/hostile.json | 4 +- .../pokecube/tags/entity_types/pokemob.json | 15 +- .../tags/entity_types/wall_climbing.json | 3 +- .../data/pokecube/tags/pokemob/hms/fly.json | 4 +- .../data/pokecube/tags/pokemob/legends.json | 4 +- .../tags/pokemob/shoulder_allowed.json | 5 +- .../data/pokecube/tags/pokemob/starters.json | 5 +- .../tags/pokemob_movements/floats.json | 6 +- .../tags/pokemob_movements/walks.json | 9 +- .../moves/entries/new/aqua-cutter.json | 12 + .../database/moves/entries/new/aqua-step.json | 12 + .../moves/entries/new/armor-cannon.json | 12 + .../database/moves/entries/new/axe-kick.json | 12 + .../moves/entries/new/bitter-blade.json | 12 + .../moves/entries/new/blazing-torque.json | 13 + .../moves/entries/new/chilling-water.json | 12 + .../moves/entries/new/chilly-reception.json | 12 + .../moves/entries/new/collision-course.json | 12 + .../moves/entries/new/combat-torque.json | 13 + .../moves/entries/new/comeuppance.json | 12 + .../database/moves/entries/new/doodle.json | 13 + .../moves/entries/new/double-shock.json | 13 + .../moves/entries/new/electro-drift.json | 14 + .../moves/entries/new/fillet-away.json | 15 + .../moves/entries/new/flower-trick.json | 13 + .../moves/entries/new/gigaton-hammer.json | 13 + .../moves/entries/new/graive-rush.json | 13 + .../moves/entries/new/hyper-drill.json | 13 + .../moves/entries/new/ice-spinner.json | 13 + .../database/moves/entries/new/jet-punch.json | 13 + .../moves/entries/new/kowtow-cleave.json | 13 + .../moves/entries/new/last-respects.json | 13 + .../moves/entries/new/lumina-crash.json | 13 + .../moves/entries/new/magical-torque.json | 14 + .../moves/entries/new/make-it-rain.json | 13 + .../moves/entries/new/mortal-spin.json | 15 + .../moves/entries/new/noxious-torque.json | 14 + .../database/moves/entries/new/order-up.json | 13 + .../moves/entries/new/population-bomb.json | 12 + .../database/moves/entries/new/pounce.json | 12 + .../database/moves/entries/new/rage-fist.json | 12 + .../moves/entries/new/raging-bull.json | 12 + .../moves/entries/new/revival-blessing.json | 12 + .../database/moves/entries/new/ruination.json | 12 + .../database/moves/entries/new/salt-cure.json | 12 + .../database/moves/entries/new/shed-tail.json | 12 + .../database/moves/entries/new/silk-trap.json | 12 + .../database/moves/entries/new/snowscape.json | 12 + .../moves/entries/new/spicy-extract.json | 12 + .../database/moves/entries/new/spin-out.json | 12 + .../moves/entries/new/tera-blast.json | 12 + .../database/moves/entries/new/tidy-up.json | 12 + .../moves/entries/new/torch-song.json | 12 + .../moves/entries/new/trailblase.json | 12 + .../moves/entries/new/triple-dive.json | 12 + .../database/moves/entries/new/twin-beam.json | 12 + .../moves/entries/new/wicked-torque.json | 12 + .../pokemobs/pokedex_entries/bisharp.json | 7 + .../pokemobs/pokedex_entries/burmy.json | 30 +- .../pokemobs/pokedex_entries/crocalor.json | 157 + .../pokemobs/pokedex_entries/farigiraf.json | 177 + .../pokemobs/pokedex_entries/floragato.json | 162 + .../pokemobs/pokedex_entries/fuecoco.json | 146 + .../pokemobs/pokedex_entries/genesect.json | 34 +- .../pokemobs/pokedex_entries/girafarig.json | 9 +- .../pokemobs/pokedex_entries/koraidon.json | 189 + .../pokemobs/pokedex_entries/meowscarada.json | 192 + .../pokemobs/pokedex_entries/miraidon.json | 173 + .../pokemobs/pokedex_entries/quaquaval.json | 176 + .../pokemobs/pokedex_entries/quaxly.json | 136 + .../pokemobs/pokedex_entries/quaxwell.json | 152 + .../pokemobs/pokedex_entries/skeledirge.json | 177 + .../pokemobs/pokedex_entries/sprigatito.json | 151 + .../pokemobs/pokedex_entries/tarountula.json | 149 + .../models/entity/pokemob/burmy-plant.x3d | 856 +++ .../models/entity/pokemob/burmy-plant.xml | 24 + .../models/entity/pokemob/burmy-sandy.x3d | 451 ++ .../models/entity/pokemob/burmy-sandy.xml | 24 + .../models/entity/pokemob/burmy-trash.x3d | 505 ++ .../models/entity/pokemob/burmy-trash.xml | 24 + .../models/entity/pokemob/burmy.x3d | 377 -- .../models/entity/pokemob/burmy.xml | 6 - .../models/entity/pokemob/crocalor.x3d | 1349 +++++ .../models/entity/pokemob/crocalor.xml | 135 + .../models/entity/pokemob/darumaka.x3d | 761 +-- .../models/entity/pokemob/darumaka.xml | 95 +- .../models/entity/pokemob/farigiraf.x3d | 2537 ++++++++ .../models/entity/pokemob/farigiraf.xml | 149 + .../models/entity/pokemob/floragato.x3d | 2274 +++++++ .../models/entity/pokemob/floragato.xml | 145 + .../models/entity/pokemob/fuecoco.x3d | 890 +++ .../models/entity/pokemob/fuecoco.xml | 95 + .../models/entity/pokemob/genesect-burn.x3d | 1659 +++++ .../models/entity/pokemob/genesect-burn.xml | 166 + .../models/entity/pokemob/genesect-chill.x3d | 1659 +++++ .../models/entity/pokemob/genesect-chill.xml | 166 + .../models/entity/pokemob/genesect-douse.x3d | 1659 +++++ .../models/entity/pokemob/genesect-douse.xml | 166 + .../models/entity/pokemob/genesect-shock.x3d | 1659 +++++ .../models/entity/pokemob/genesect-shock.xml | 166 + .../models/entity/pokemob/genesect.x3d | 1852 +++--- .../models/entity/pokemob/genesect.xml | 169 +- .../models/entity/pokemob/koraidon.x3d | 5351 +++++++++++++++++ .../models/entity/pokemob/koraidon.xml | 447 ++ .../models/entity/pokemob/meowscarada.x3d | 3832 ++++++++++++ .../models/entity/pokemob/meowscarada.xml | 205 + .../models/entity/pokemob/miraidon.x3d | 3208 ++++++++++ .../models/entity/pokemob/miraidon.xml | 237 + .../models/entity/pokemob/quaquaval.x3d | 2908 +++++++++ .../models/entity/pokemob/quaquaval.xml | 440 ++ .../models/entity/pokemob/quaxly.x3d | 964 +++ .../models/entity/pokemob/quaxly.xml | 116 + .../models/entity/pokemob/quaxwell.x3d | 2098 +++++++ .../models/entity/pokemob/quaxwell.xml | 179 + .../models/entity/pokemob/skeledirge.x3d | 2847 +++++++++ .../models/entity/pokemob/skeledirge.xml | 268 + .../models/entity/pokemob/sprigatito.x3d | 2172 +++++++ .../models/entity/pokemob/sprigatito.xml | 89 + .../models/entity/pokemob/tarountula.x3d | 1140 ++++ .../models/entity/pokemob/tarountula.xml | 137 + .../models/entity/pokemob/ursaluna.x3d | 655 +- .../models/entity/pokemob/victini.x3d | 741 ++- .../models/entity/pokemob/victini.xml | 142 +- .../models/entity/pokemob/whiscash.x3d | 1137 +++- .../models/entity/pokemob/whiscash.xml | 211 +- .../textures/entity/pokemob/aggron-mega.png | Bin 2501 -> 261 bytes .../textures/entity/pokemob/aggron-mega_s.png | Bin 2493 -> 261 bytes .../entity/pokemob/aggronmegaeye_s.png | Bin 255 -> 255 bytes .../textures/entity/pokemob/alakazameye.png | Bin 317 -> 0 bytes .../textures/entity/pokemob/alakazameye_s.png | Bin 317 -> 0 bytes .../textures/entity/pokemob/burmy-plant.png | Bin 6846 -> 0 bytes .../textures/entity/pokemob/burmy-plant_s.png | Bin 6786 -> 0 bytes .../textures/entity/pokemob/burmy-sandy.png | Bin 3863 -> 0 bytes .../textures/entity/pokemob/burmy-sandy_s.png | Bin 4155 -> 0 bytes .../textures/entity/pokemob/burmy-trash.png | Bin 10260 -> 0 bytes .../textures/entity/pokemob/burmy-trash_s.png | Bin 10277 -> 0 bytes .../textures/entity/pokemob/burmy.png | Bin 6846 -> 0 bytes .../textures/entity/pokemob/burmy_eye.png | Bin 0 -> 189 bytes .../textures/entity/pokemob/burmy_eye_s.png | Bin 0 -> 189 bytes .../textures/entity/pokemob/burmy_plant.png | Bin 0 -> 295 bytes .../textures/entity/pokemob/burmy_plant_s.png | Bin 0 -> 295 bytes .../textures/entity/pokemob/burmy_s.png | Bin 9512 -> 0 bytes .../textures/entity/pokemob/burmy_sandy.png | Bin 0 -> 175 bytes .../textures/entity/pokemob/burmy_sandy_s.png | Bin 0 -> 175 bytes .../textures/entity/pokemob/burmy_trash.png | Bin 0 -> 166 bytes .../textures/entity/pokemob/burmy_trash_s.png | Bin 0 -> 166 bytes .../textures/entity/pokemob/crocalor.png | Bin 0 -> 211 bytes .../textures/entity/pokemob/crocalor_eye.png | Bin 0 -> 357 bytes .../entity/pokemob/crocalor_eye_s.png | Bin 0 -> 357 bytes .../textures/entity/pokemob/crocalor_s.png | Bin 0 -> 211 bytes .../textures/entity/pokemob/darumaka-eye.png | Bin 0 -> 434 bytes .../entity/pokemob/darumaka-eye_s.png | Bin 0 -> 434 bytes .../textures/entity/pokemob/darumaka.png | Bin 428 -> 152 bytes .../textures/entity/pokemob/darumaka_s.png | Bin 519 -> 152 bytes .../entity/pokemob/farigiraf-eyebase.png | Bin 0 -> 411 bytes .../entity/pokemob/farigiraf-eyebase_s.png | Bin 0 -> 411 bytes .../entity/pokemob/farigiraf-eyeextra.png | Bin 0 -> 307 bytes .../entity/pokemob/farigiraf-eyeextra_s.png | Bin 0 -> 307 bytes .../textures/entity/pokemob/farigiraf.png | Bin 0 -> 181 bytes .../textures/entity/pokemob/farigiraf_s.png | Bin 0 -> 181 bytes .../textures/entity/pokemob/floragato.png | Bin 0 -> 175 bytes .../textures/entity/pokemob/floragato_eye.png | Bin 0 -> 425 bytes .../entity/pokemob/floragato_eye_s.png | Bin 0 -> 425 bytes .../entity/pokemob/floragato_mark.png | Bin 0 -> 293 bytes .../entity/pokemob/floragato_mark_s.png | Bin 0 -> 293 bytes .../textures/entity/pokemob/floragato_s.png | Bin 0 -> 175 bytes .../textures/entity/pokemob/fuecoco.png | Bin 0 -> 201 bytes .../textures/entity/pokemob/fuecoco_eye.png | Bin 0 -> 351 bytes .../textures/entity/pokemob/fuecoco_eye_s.png | Bin 0 -> 351 bytes .../textures/entity/pokemob/fuecoco_s.png | Bin 0 -> 205 bytes .../textures/entity/pokemob/genesect.png | Bin 9949 -> 214 bytes .../textures/entity/pokemob/genesect_burn.png | Bin 0 -> 184 bytes .../entity/pokemob/genesect_burn_s.png | Bin 0 -> 184 bytes .../entity/pokemob/genesect_chill.png | Bin 0 -> 184 bytes .../entity/pokemob/genesect_chill_s.png | Bin 0 -> 184 bytes .../entity/pokemob/genesect_douse.png | Bin 0 -> 184 bytes .../entity/pokemob/genesect_douse_s.png | Bin 0 -> 184 bytes .../textures/entity/pokemob/genesect_eye.png | Bin 0 -> 188 bytes .../entity/pokemob/genesect_eye_s.png | Bin 0 -> 188 bytes .../textures/entity/pokemob/genesect_null.png | Bin 0 -> 184 bytes .../entity/pokemob/genesect_null_s.png | Bin 0 -> 184 bytes .../textures/entity/pokemob/genesect_s.png | Bin 1591 -> 214 bytes .../entity/pokemob/genesect_shock.png | Bin 0 -> 184 bytes .../entity/pokemob/genesect_shock_s.png | Bin 0 -> 184 bytes .../textures/entity/pokemob/koraidon.png | Bin 0 -> 321 bytes .../textures/entity/pokemob/koraidon_eye.png | Bin 0 -> 274 bytes .../entity/pokemob/koraidon_eye_s.png | Bin 0 -> 274 bytes .../textures/entity/pokemob/koraidon_s.png | Bin 0 -> 331 bytes .../textures/entity/pokemob/meowscarada.png | Bin 0 -> 184 bytes .../entity/pokemob/meowscarada_eye.png | Bin 0 -> 441 bytes .../entity/pokemob/meowscarada_eye_s.png | Bin 0 -> 441 bytes .../entity/pokemob/meowscarada_mouth.png | Bin 0 -> 319 bytes .../entity/pokemob/meowscarada_mouth_s.png | Bin 0 -> 319 bytes .../textures/entity/pokemob/meowscarada_s.png | Bin 0 -> 177 bytes .../textures/entity/pokemob/miraidon.png | Bin 0 -> 262 bytes .../textures/entity/pokemob/miraidon_eye.png | Bin 0 -> 263 bytes .../entity/pokemob/miraidon_eye_s.png | Bin 0 -> 263 bytes .../textures/entity/pokemob/miraidon_s.png | Bin 0 -> 262 bytes .../textures/entity/pokemob/quaquaval.png | Bin 0 -> 248 bytes .../textures/entity/pokemob/quaquaval_eye.png | Bin 0 -> 291 bytes .../entity/pokemob/quaquaval_eye_s.png | Bin 0 -> 291 bytes .../textures/entity/pokemob/quaquaval_s.png | Bin 0 -> 249 bytes .../textures/entity/pokemob/quaxly.png | Bin 0 -> 164 bytes .../textures/entity/pokemob/quaxly_eye.png | Bin 0 -> 380 bytes .../textures/entity/pokemob/quaxly_eye_s.png | Bin 0 -> 390 bytes .../textures/entity/pokemob/quaxly_s.png | Bin 0 -> 164 bytes .../textures/entity/pokemob/quaxwell.png | Bin 0 -> 186 bytes .../textures/entity/pokemob/quaxwell_eye.png | Bin 0 -> 349 bytes .../entity/pokemob/quaxwell_eye_s.png | Bin 0 -> 352 bytes .../textures/entity/pokemob/quaxwell_s.png | Bin 0 -> 182 bytes .../textures/entity/pokemob/skeledirge.png | Bin 0 -> 215 bytes .../entity/pokemob/skeledirge_eye.png | Bin 0 -> 280 bytes .../entity/pokemob/skeledirge_eye_s.png | Bin 0 -> 280 bytes .../textures/entity/pokemob/skeledirge_s.png | Bin 0 -> 215 bytes .../textures/entity/pokemob/sprigatito.png | Bin 0 -> 162 bytes .../entity/pokemob/sprigatito_eye.png | Bin 0 -> 480 bytes .../entity/pokemob/sprigatito_eye_s.png | Bin 0 -> 448 bytes .../entity/pokemob/sprigatito_mouth.png | Bin 0 -> 200 bytes .../entity/pokemob/sprigatito_mouth_s.png | Bin 0 -> 200 bytes .../textures/entity/pokemob/sprigatito_s.png | Bin 0 -> 162 bytes .../textures/entity/pokemob/tarountula.png | Bin 0 -> 420 bytes .../entity/pokemob/tarountula_eye.png | Bin 0 -> 188 bytes .../entity/pokemob/tarountula_eye_s.png | Bin 0 -> 188 bytes .../textures/entity/pokemob/tarountula_s.png | Bin 0 -> 420 bytes .../textures/entity/pokemob/victini.png | Bin 2851 -> 164 bytes .../textures/entity/pokemob/victini_eye.png | Bin 0 -> 350 bytes .../textures/entity/pokemob/victini_eye_s.png | Bin 0 -> 350 bytes .../textures/entity/pokemob/victini_mouth.png | Bin 0 -> 339 bytes .../entity/pokemob/victini_mouth_s.png | Bin 0 -> 327 bytes .../textures/entity/pokemob/victini_s.png | Bin 2100 -> 161 bytes .../textures/entity/pokemob/whiscash.png | Bin 651 -> 161 bytes .../textures/entity/pokemob/whiscash_eye.png | Bin 0 -> 256 bytes .../entity/pokemob/whiscash_eye_s.png | Bin 0 -> 256 bytes .../textures/entity/pokemob/whiscash_s.png | Bin 649 -> 160 bytes .../pokecube/loot_tables/entities/bread.json | 31 + .../pokecube/loot_tables/entities/dye_1.json | 135 + .../pokecube/loot_tables/entities/dye_2.json | 146 + .../loot_tables/entities/sand_desert.json | 57 + .../database/pokemobs/spawns/ultraspace.json | 16 +- .../database/pokemobs/spawns/flowers.json | 1 + .../database/pokemobs/spawns/forests.json | 2 + .../database/pokemobs/spawns/mountains.json | 1 + .../pokemobs/spawns/oceans_beaches.json | 1 + .../tags/items/leader_chest.json | 6 + 248 files changed, 52052 insertions(+), 2351 deletions(-) create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/aqua-cutter.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/aqua-step.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/armor-cannon.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/axe-kick.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/bitter-blade.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/blazing-torque.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/chilling-water.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/chilly-reception.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/collision-course.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/combat-torque.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/comeuppance.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/doodle.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/double-shock.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/electro-drift.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/fillet-away.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/flower-trick.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/gigaton-hammer.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/graive-rush.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/hyper-drill.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/ice-spinner.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/jet-punch.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/kowtow-cleave.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/last-respects.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/lumina-crash.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/magical-torque.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/make-it-rain.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/mortal-spin.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/noxious-torque.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/order-up.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/population-bomb.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/pounce.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/rage-fist.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/raging-bull.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/revival-blessing.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/ruination.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/salt-cure.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/shed-tail.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/silk-trap.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/snowscape.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/spicy-extract.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/spin-out.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/tera-blast.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/tidy-up.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/torch-song.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/trailblase.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/triple-dive.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/twin-beam.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/moves/entries/new/wicked-torque.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/crocalor.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/farigiraf.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/floragato.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/fuecoco.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/koraidon.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/meowscarada.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/miraidon.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaquaval.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaxly.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaxwell.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/skeledirge.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/sprigatito.json create mode 100644 src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/tarountula.json create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-plant.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-plant.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-sandy.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-sandy.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-trash.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-trash.xml delete mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy.x3d delete mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/crocalor.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/crocalor.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/farigiraf.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/farigiraf.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/floragato.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/floragato.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/fuecoco.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/fuecoco.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-burn.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-burn.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-chill.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-chill.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-douse.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-douse.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-shock.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-shock.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/koraidon.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/koraidon.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/meowscarada.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/meowscarada.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/miraidon.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/miraidon.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaquaval.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaquaval.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxly.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxly.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxwell.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxwell.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/skeledirge.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/skeledirge.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/sprigatito.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/sprigatito.xml create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/tarountula.x3d create mode 100644 src/main/resources/assets/pokecube_mobs/models/entity/pokemob/tarountula.xml delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/alakazameye.png delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/alakazameye_s.png delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-plant.png delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-plant_s.png delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-sandy.png delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-sandy_s.png delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-trash.png delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-trash_s.png delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_plant.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_plant_s.png delete mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_sandy.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_sandy_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_trash.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_trash_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/crocalor.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/crocalor_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/crocalor_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/crocalor_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/darumaka-eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/darumaka-eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf-eyebase.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf-eyebase_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf-eyeextra.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf-eyeextra_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_mark.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_mark_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/fuecoco.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/fuecoco_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/fuecoco_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/fuecoco_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_burn.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_burn_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_chill.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_chill_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_douse.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_douse_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_null.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_null_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_shock.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_shock_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_mouth.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_mouth_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/miraidon.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/miraidon_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/miraidon_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/miraidon_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxly.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxly_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxly_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxly_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/skeledirge.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/skeledirge_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/skeledirge_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/skeledirge_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito_mouth.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito_mouth_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/victini_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/victini_eye_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/victini_mouth.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/victini_mouth_s.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/whiscash_eye.png create mode 100644 src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/whiscash_eye_s.png create mode 100644 src/main/resources/data/pokecube/loot_tables/entities/bread.json create mode 100644 src/main/resources/data/pokecube/loot_tables/entities/dye_1.json create mode 100644 src/main/resources/data/pokecube/loot_tables/entities/dye_2.json create mode 100644 src/main/resources/data/pokecube/loot_tables/entities/sand_desert.json create mode 100644 src/main/resources/data/pokecube_mobs/tags/items/leader_chest.json diff --git a/processing_scripts/database_update/old/moves/moves.json b/processing_scripts/database_update/old/moves/moves.json index 82b5e2cb8d..e66c53235f 100644 --- a/processing_scripts/database_update/old/moves/moves.json +++ b/processing_scripts/database_update/old/moves/moves.json @@ -26684,6 +26684,1446 @@ "protectionMoves": false, "extraInfo": -1, "customSize": "3.0,4.0" + }, + { + "name": "terablast", + "readableName": "Tera Blast", + "type": "Normal", + "category": "Special", + "pp": "10", + "pwr": "80", + "acc": "100", + "battleEffect": "If the user has Terastallized, it unleashes energy of its Tera Type. This move inflicts damage using the Attack or Sp. Atk stat—whichever is higher for the user.", + "secondaryEffect": "Changes type if the user is Terastallized. Damage inflicted depends on user's Attack or Special Attack. Highest stat used to determine if move is Physical or Special.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "silktrap", + "readableName": "Silk Trap", + "type": "Bug", + "category": "Other", + "pp": "10", + "pwr": "0", + "acc": "101", + "battleEffect": "The user spins a silken trap, protecting itself from damage while lowering the Speed stat of any attacker that makes direct contact.", + "secondaryEffect": "Lowers opponent's Attack one stage if hit by physical contact. Fails on successive uses", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "4", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "No", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "axekick", + "readableName": "Axe Kick", + "type": "Fighting", + "category": "physical", + "pp": "10", + "pwr": "120", + "acc": "90", + "battleEffect": "The user attacks by kicking up into the air and slamming its heel down upon the target. This may also confuse the target. If it misses, the user takes damage instead.", + "secondaryEffect": "May confuse the opponent. If the move misses, the user takes 25% damage", + "effectRate": "30 %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "lastrespects", + "readableName": "Last Respects", + "type": "Ghost", + "category": "physical", + "pp": "10", + "pwr": "50", + "acc": "100", + "battleEffect": "The user attacks to avenge its allies. The more defeated allies there are in the user's party, the greater the move's power.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "luminacrash", + "readableName": "Lumina Crash", + "type": "psychic", + "category": "special", + "pp": "10", + "pwr": "80", + "acc": "100", + "battleEffect": "The user attacks by unleashing a peculiar light that even affects the mind. This also harshly lowers the target's Sp. Def stat.", + "secondaryEffect": "Lowers the target's Special Defense by two stages", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "orderup", + "readableName": "Order Up", + "type": "Dragon", + "category": "physical", + "pp": "10", + "pwr": "80", + "acc": "100", + "battleEffect": "The user attacks to avenge its allies. The more defeated allies there are in the user's party, the greater the move's power.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "jetpunch", + "readableName": "Jet Punch", + "type": "Water", + "category": "physical", + "pp": "15", + "pwr": "60", + "acc": "100", + "battleEffect": "The user summons a torrent around its fist and punches at blinding speed. This move always goes first.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "1", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "Yes", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "spicyextract", + "readableName": "Spicy Extract", + "type": "Grass", + "category": "other", + "pp": "15", + "pwr": "0", + "acc": "101", + "battleEffect": "The user emits an incredibly spicy extract, sharply boosting the target's Attack stat and harshly lowering the target's Defense stat.", + "secondaryEffect": "Raises the target's Attack stat by two stages. Lowers the target's Defense by two stages", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "Yes", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "spinout", + "readableName": "Spin Out", + "type": "Steel", + "category": "physical", + "pp": "5", + "pwr": "100", + "acc": "100", + "battleEffect": "The user spins furiously by straining its legs, inflicting damage on the target. This also harshly lowers the user's Speed stat.", + "secondaryEffect": "Lowers opponent's Speed two stages.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "populationbomb", + "readableName": "Population Bomb", + "type": "Normal", + "category": "physical", + "pp": "10", + "pwr": "20", + "acc": "90", + "battleEffect": "The user's fellows gather in droves to perform a combo attack that hits the target one to ten times in a row.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "icespinner", + "readableName": "Ice Spinner", + "type": "Ice", + "category": "physical", + "pp": "15", + "pwr": "80", + "acc": "100", + "battleEffect": "The user's fellows gather in droves to perform a combo attack that hits the target one to ten times in a row.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "glaiverush", + "readableName": "Glaive Rush", + "type": "Dragon", + "category": "physical", + "pp": "5", + "pwr": "120", + "acc": "100", + "battleEffect": "The user throws its entire body into a reckless charge. Attacks from opposing Pokémon during the next turn cannot miss and will inflict double damage.", + "secondaryEffect": "Makes target's moves not miss and inflict double damage during the next turn", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "revivalblessing", + "readableName": "Revival Blessing", + "type": "Normal", + "category": "other", + "pp": "1", + "pwr": "0", + "acc": "101", + "battleEffect": "The user bestows a loving blessing, reviving a party Pokémon that has fainted and restoring half that Pokémon's max HP.", + "secondaryEffect": "Revives a fainted Pokémon up to 50% maximum Hit Points", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "No", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "saltcure", + "readableName": "Salt Cure", + "type": "Rock", + "category": "physical", + "pp": "15", + "pwr": "40", + "acc": "100", + "battleEffect": "The user salt cures the target, inflicting damage every turn. Steel and Water types are more strongly affected by this move.", + "secondaryEffect": "Inflicts damage on the target at the end of each turn. Doubles damage inflicted on Water or Steel-type opponents", + "effectRate": "100 %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "tripledive", + "readableName": "Triple Dive", + "type": "Water", + "category": "physical", + "pp": "10", + "pwr": "30", + "acc": "95", + "battleEffect": "The user performs a perfectly timed triple dive, hitting the target with splashes of water three times in a row.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "mortalspin", + "readableName": "Mortal Spin", + "type": "Poison", + "category": "physical", + "pp": "15", + "pwr": "30", + "acc": "100", + "battleEffect": "The user performs a spin attack that can also eliminate the effects of such moves as Bind, Wrap, and Leech Seed. This also poisons opposing Pokémon.", + "secondaryEffect": "Poisons the opponent", + "effectRate": "100 %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "doodle", + "readableName": "Doodle", + "type": "Normal", + "category": "other", + "pp": "10", + "pwr": "0", + "acc": "100", + "battleEffect": "The user captures the very essence of the target in a sketch. This changes the Abilities of the user and its ally Pokémon to that of the target.", + "secondaryEffect": "Changes the Abilities of all your Pokémon on the field to that of the targetted Pokémon", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "No", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "filletaway", + "readableName": "Fillet Away", + "type": "Normal", + "category": "other", + "pp": "10", + "pwr": "0", + "acc": "101", + "battleEffect": "The user sharply boosts its Attack, Sp. Atk, and Speed stats by using its own HP.", + "secondaryEffect": "Raises the user's Attack, Special Attack and Speed by 2 stages. Reduces 25% maximum HP from the user", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "No", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "kowtowcleave", + "readableName": "Kowtow Cleave", + "type": "Dark", + "category": "physical", + "pp": "10", + "pwr": "85", + "acc": "101", + "battleEffect": "The user slashes at the target after kowtowing to make the target let down its guard. This attack never misses.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "flowertrick", + "readableName": "Flower Trick", + "type": "Grass", + "category": "physical", + "pp": "10", + "pwr": "70", + "acc": "101", + "battleEffect": "The user throws a rigged bouquet of flowers at the target. This attack never misses and always lands a critical hit.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "torchsong", + "readableName": "Torch Song", + "type": "Fire", + "category": "special", + "pp": "10", + "pwr": "80", + "acc": "100", + "battleEffect": "The user blows out raging flames as if singing a song, scorching the target. This also boosts the user's Sp. Atk stat.", + "secondaryEffect": "Raises user's Special Attack one stage", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "Yes", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "aquastep", + "readableName": "Aqua Step", + "type": "Water", + "category": "physical", + "pp": "10", + "pwr": "80", + "acc": "100", + "battleEffect": "The user toys with the target and attacks it using light and fluid dance steps. This also boosts the user's Speed stat.", + "secondaryEffect": "Raises user's Speed one stage.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "ragingbull", + "readableName": "Raging Bull", + "type": "Normal", + "category": "physical", + "pp": "10", + "pwr": "90", + "acc": "100", + "battleEffect": "The user performs a tackle like a raging bull. This move's type depends on the user's form. It can also break barriers, such as Light Screen and Reflect.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "makeitrain", + "readableName": "Make It Rain", + "type": "Steel", + "category": "special", + "pp": "5", + "pwr": "120", + "acc": "100", + "battleEffect": "The user attacks by throwing out a mass of coins. This also lowers the user's Sp. Atk stat. Money is earned after the battle.", + "secondaryEffect": "Lowers user's Special Attack by one stage. Drops coins that can be picked up as money at the end of the battle", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "ruination", + "readableName": "Ruination", + "type": "Dark", + "category": "special", + "pp": "10", + "pwr": "1", + "acc": "90", + "battleEffect": "The user summons a ruinous disaster. This cuts the target's HP in half.", + "secondaryEffect": "Cuts the opponent's Hit Points by 50% of the current value", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "collisioncourse", + "readableName": "Collision Course", + "type": "Fighting", + "category": "physical", + "pp": "5", + "pwr": "100", + "acc": "100", + "battleEffect": "The user transforms and crashes to the ground, causing a massive prehistoric explosion. This move's power is boosted more than usual if it's a supereffective hit.", + "secondaryEffect": "Boosts damage by 50% if the move is Super Effective on the target", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "electrodrift", + "readableName": "Electro Drift", + "type": "Electric", + "category": "special", + "pp": "5", + "pwr": "100", + "acc": "100", + "battleEffect": "The user races forward at ultrafast speeds, piercing its target with futuristic electricity. This move's power is boosted more than usual if it's a supereffective hit.", + "secondaryEffect": "Boosts damage by 50% if the move is Super Effective on the target", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "shedtail", + "readableName": "Shed Tail", + "type": "Normal", + "category": "other", + "pp": "10", + "pwr": "0", + "acc": "101", + "battleEffect": "The user creates a substitute for itself using its own HP before switching places with a party Pokémon in waiting.", + "secondaryEffect": "Creates a decoy using 1/4 of the user's maximum HP. Switches out to another Pokémon in the part with the Substitute still out", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "No", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "chillyreception", + "readableName": "Chilly Reception", + "type": "Ice", + "category": "other", + "pp": "10", + "pwr": "0", + "acc": "101", + "battleEffect": "The user tells a chillingly bad joke before switching places with a party Pokémon in waiting. This summons a snowstorm lasting five turns.", + "secondaryEffect": "Switches user with another Pokémon in the party. Summons a Snowstorm", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "No", + "mirrormove": "NO", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "tidyup", + "readableName": "Tidy Up", + "type": "Normal", + "category": "other", + "pp": "10", + "pwr": "0", + "acc": "101", + "battleEffect": "The user tidies up and removes the effects of Spikes, Stealth Rock, Sticky Web, Toxic Spikes, and Substitute. This also boosts the user's Attack and Speed stats.", + "secondaryEffect": "User removes trapping moves. Increased Attack and Speed by 1 stage.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "No", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "Snowscape", + "readableName": "Snowscape", + "type": "Ice", + "category": "other", + "pp": "10", + "pwr": "0", + "acc": "101", + "battleEffect": "The user summons a snowstorm lasting five turns. This boosts the Defense stats of Ice types.", + "secondaryEffect": "Causes Snowstorm for 5 rounds.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "No", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "pounce", + "readableName": "Pounce", + "type": "Bug", + "category": "physical", + "pp": "20", + "pwr": "50", + "acc": "100", + "battleEffect": "The user attacks by pouncing on the target. This also lowers the target's Speed stat.", + "secondaryEffect": "Lowers opponent's Speed one stage.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "trailblaze", + "readableName": "Trailblase", + "type": "Grass", + "category": "physical", + "pp": "20", + "pwr": "50", + "acc": "100", + "battleEffect": "The user attacks suddenly as if leaping out from tall grass. The user's nimble footwork boosts its Speed stat.", + "secondaryEffect": "Raises user's Speed one stage.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "chillingwater", + "readableName": "Chilling Water", + "type": "Water", + "category": "special", + "pp": "20", + "pwr": "50", + "acc": "100", + "battleEffect": "The user attacks the target by showering it with water that's so cold it saps the target's power. This also lowers the target's Attack stat.", + "secondaryEffect": "Lowers opponent's Attack one stage.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "hyperdrill", + "readableName": "Hyper Drill", + "type": "Normal", + "category": "physical", + "pp": "5", + "pwr": "100", + "acc": "100", + "battleEffect": "The user spins the pointed part of its body at high speed to pierce the target. This attack can hit a target using a move such as Protect or Detect.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "No", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "twinbeam", + "readableName": "Twin Beam", + "type": "Psychic", + "category": "special", + "pp": "10", + "pwr": "40", + "acc": "100", + "battleEffect": "The user shoots mystical beams from its eyes to inflict damage. The target is hit twice in a row.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "ragefist", + "readableName": "Rage Fist", + "type": "Ghost", + "category": "physical", + "pp": "10", + "pwr": "50", + "acc": "100", + "battleEffect": "The user converts its rage into energy to attack. The more times the user has been hit by attacks, the greater the move's power.", + "secondaryEffect": "Increases base power by 50 based on how many times the user has been hit by damage from other Pokémon's attacks", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "armorcannon", + "readableName": "Armor Cannon", + "type": "Fire", + "category": "special", + "pp": "5", + "pwr": "120", + "acc": "100", + "battleEffect": "The user shoots its own armor out as blazing projectiles. This also lowers the user's Defense and Sp. Def stats.", + "secondaryEffect": "Lowers user's Defense & Special Defense stats by one stage.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "bitterblade", + "readableName": "Bitter Blade", + "type": "Fire", + "category": "physical", + "pp": "10", + "pwr": "90", + "acc": "100", + "battleEffect": "The user focuses its bitter feelings toward the world of the living into a slashing attack. The user's HP is restored by up to half the damage taken by the target.", + "secondaryEffect": "User recovers half the damage inflicted.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "doubleshock", + "readableName": "Double Shock", + "type": "Electric", + "category": "physical", + "pp": "5", + "pwr": "120", + "acc": "100", + "battleEffect": "The user discharges all the electricity from its body to perform a high-damage attack. After using this move, the user will no longer be Electric type.", + "secondaryEffect": "Removes Electric-type from user. If user was pure Electric-type, it is now without a type.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "gigatonhammer", + "readableName": "Gigaton Hammer", + "type": "Steel", + "category": "physical", + "pp": "5", + "pwr": "160", + "acc": "100", + "battleEffect": "The user swings its whole body around to attack with its huge hammer. This move can't be used twice in a row.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "comeuppance", + "readableName": "Comeuppance", + "type": "Dark", + "category": "physical", + "pp": "10", + "pwr": "1", + "acc": "100", + "battleEffect": "The user retaliates with much greater force against the opponent that last inflicted damage on it.", + "secondaryEffect": "Damages the last Pokémon to hit the user with 150% of the damage inflicted on the user", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "Yes", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "aquacutter", + "readableName": "Aqua Cutter", + "type": "Water", + "category": "physical", + "pp": "20", + "pwr": "70", + "acc": "100", + "battleEffect": "The user expels pressurized water to cut at the target like a blade. This move has a heightened chance of landing a critical hit.", + "secondaryEffect": "No effect.", + "effectRate": "-- %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "Yes", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "blazingtorque", + "readableName": "Blazing Torque", + "type": "Fire", + "category": "physical", + "pp": "10", + "pwr": "80", + "acc": "100", + "battleEffect": "This move is only used by a Starmobile. It may Burn the opponent", + "secondaryEffect": "May induce burn.", + "effectRate": "30 %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "wickedtorque", + "readableName": "Wicked Torque", + "type": "Dark", + "category": "physical", + "pp": "10", + "pwr": "80", + "acc": "100", + "battleEffect": "This move is only used by a Starmobile.", + "secondaryEffect": "Lowers opponent's Sp. Def one stage", + "effectRate": "10 %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "noxioustorque", + "readableName": "Noxious Torque", + "type": "Poison", + "category": "physical", + "pp": "10", + "pwr": "80", + "acc": "100", + "battleEffect": "This move is only used by a Starmobile. It may Poison the opponent", + "secondaryEffect": "May induce poison.", + "effectRate": "30 %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "combattorque", + "readableName": "Combate Torque", + "type": "Fighting", + "category": "physical", + "pp": "10", + "pwr": "100", + "acc": "100", + "battleEffect": "This move is only used by a Starmobile. It may lower the opponent's Defense", + "secondaryEffect": "Lowers opponent's Defense one stage.", + "effectRate": "30 %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 + }, + { + "name": "magicaltroque", + "readableName": "Magical Torque", + "type": "Fairy", + "category": "physical", + "pp": "10", + "pwr": "100", + "acc": "100", + "battleEffect": "This move is only used by a Starmobile. It may confuse the opponent", + "secondaryEffect": "--", + "effectRate": "30 %", + "tmNum": "None", + "speedPriority": "0", + "target": "Ally", + "contact": "No", + "soundType": "No", + "punchType": "No", + "snatchable": "No", + "zMove": "No", + "defrosts": "No", + "wideArea": "No", + "magiccoat": "No", + "protect": "Yes", + "mirrormove": "No", + "multiTarget": false, + "interceptable": true, + "ohko": false, + "protectionMoves": false, + "extraInfo": -1 } ] } \ No newline at end of file diff --git a/src/generated/resources/assets/pokecube_abilities/lang/en_us.json b/src/generated/resources/assets/pokecube_abilities/lang/en_us.json index a5055b55d3..98c3022ac0 100644 --- a/src/generated/resources/assets/pokecube_abilities/lang/en_us.json +++ b/src/generated/resources/assets/pokecube_abilities/lang/en_us.json @@ -325,5 +325,36 @@ "ability.conqueror.name": "Conqueror", "ability.shackle.name": "Shackle", "ability.decoy.name": "Decoy", - "ability.shield.name": "Shield" + "ability.shield.name": "Shield", + "ability.anger-shell.name": "Anger Shell", + "ability.armor-tail.name": "Armor Tail", + "ability.beads-of-ruin.name": "Beads of Ruin", + "ability.commander.name": "Commander", + "ability.costar.name": "Costar", + "ability.cud-chew.name": "Cud Chew", + "ability.earth-eater.name": "Earth Eater", + "ability.electromorphosis.name": "Electromorphosis", + "ability.good-as-gold.name": "Good as Gold", + "ability.guard-dog.name": "Guard Dog", + "ability.hadron-engine.name": "Hadron Engine", + "ability.lingering-aroma.name": "Lingering Aroma", + "ability.mycelium-might.name": "Mycelium Might", + "ability.opportunist.name": "Opportunist", + "ability.orichalcum-pulse.name": "Orichalcum Pulse", + "ability.protosynthesis.name": "Protosynthesis", + "ability.purifying-salt.name": "Purifying Salt", + "ability.quark-drive.name": "Quark Drive", + "ability.rocky-payload.name": "Rocky Payload", + "ability.seed-sower.name": "Seed Sower", + "ability.sharpness.name": "Sharpness", + "ability.supreme-overlord.name": "Supreme Overlord", + "ability.sword-of-ruin.name": "Sword of Ruin", + "ability.tablets-of-ruin.name": "Tablets of Ruin", + "ability.thermal-exchange.name": "Thermal Exchange", + "ability.toxic-debris.name": "Toxic Debris", + "ability.vessel-of-ruin.name": "Vessel of Ruin", + "ability.well-baked-body.name": "Well Baked Body", + "ability.wind-power.name": "Wind Power", + "ability.wind-rider.name": "Wind Rider", + "ability.zero-to-hero.name": "Zero to Hero" } \ No newline at end of file diff --git a/src/generated/resources/assets/pokecube_mobs/lang/en_us.json b/src/generated/resources/assets/pokecube_mobs/lang/en_us.json index e4287abe61..926d04355f 100644 --- a/src/generated/resources/assets/pokecube_mobs/lang/en_us.json +++ b/src/generated/resources/assets/pokecube_mobs/lang/en_us.json @@ -177,6 +177,9 @@ "entity.pokecube.pinsir": "Pinsir", "entity.pokecube.pinsir-mega": "Pinsir", "entity.pokecube.tauros": "Tauros", + "entity.pokecube.tauros-paldea": "Tauros", + "entity.pokecube.tauros-blaze": "Tauros", + "entity.pokecube.tauros-aqua": "Tauros", "entity.pokecube.magikarp": "Magikarp", "entity.pokecube.gyarados": "Gyarados", "entity.pokecube.gyarados-mega": "Gyarados", @@ -255,6 +258,7 @@ "entity.pokecube.sunflora": "Sunflora", "entity.pokecube.yanma": "Yanma", "entity.pokecube.wooper": "Wooper", + "entity.pokecube.wooper-paldea": "Wooper", "entity.pokecube.quagsire": "Quagsire", "entity.pokecube.espeon": "Espeon", "entity.pokecube.umbreon": "Umbreon", @@ -1111,5 +1115,115 @@ "entity.pokecube.overqwil": "Overqwil", "entity.pokecube.enamorus-incarnate": "Enamorus", "entity.pokecube.enamorus-therian": "Enamorus", + "entity.pokecube.sprigatito": "Sprigatito", + "entity.pokecube.floragato": "Floragato", + "entity.pokecube.meowscarada": "Meowscarada", + "entity.pokecube.fuecoco": "Fuecoco", + "entity.pokecube.crocalor": "Crocalor", + "entity.pokecube.skeledirge": "Skeledirge", + "entity.pokecube.quaxly": "Quaxly", + "entity.pokecube.quaxwell": "Quaxwell", + "entity.pokecube.quaquaval": "Quaquaval", + "entity.pokecube.lechonk": "Lechonk", + "entity.pokecube.oinkologne-male": "Oinkologne", + "entity.pokecube.oinkologne-female": "Oinkologne", + "entity.pokecube.dudunsparce-two-segment": "Dudunsparce", + "entity.pokecube.dudunsparce-three-segment": "Dudunsparce", + "entity.pokecube.tarountula": "Tarountula", + "entity.pokecube.spidops": "Spidops", + "entity.pokecube.nymble": "Nymble", + "entity.pokecube.lokix": "Lokix", + "entity.pokecube.rellor": "Rellor", + "entity.pokecube.rabsca": "Rabsca", + "entity.pokecube.greavard": "Greavard", + "entity.pokecube.houndstone": "Houndstone", + "entity.pokecube.flittle": "Flittle", + "entity.pokecube.espathra": "Espathra", + "entity.pokecube.farigiraf": "Farigiraf", + "entity.pokecube.wiglett": "Wiglett", + "entity.pokecube.wugtrio": "Wugtrio", + "entity.pokecube.dondozo": "Dondozo", + "entity.pokecube.veluza": "Veluza", + "entity.pokecube.finizen": "Finizen", + "entity.pokecube.palafin": "Palafin", + "entity.pokecube.palafin-hero": "Palafin", + "entity.pokecube.smoliv": "Smoliv", + "entity.pokecube.dolliv": "Dolliv", + "entity.pokecube.arboliva": "Arboliva", + "entity.pokecube.capsakid": "Capsakid", + "entity.pokecube.scovillain": "Scovillain", + "entity.pokecube.tadbulb": "Tadbulb", + "entity.pokecube.bellibolt": "Bellibolt", + "entity.pokecube.varoom": "Varoom", + "entity.pokecube.revavroom": "Revavroom", + "entity.pokecube.orthworm": "Orthworm", + "entity.pokecube.tandemaus": "Tandemaus", + "entity.pokecube.maushold": "Maushold", + "entity.pokecube.cetoddle": "Cetoddle", + "entity.pokecube.cetitan": "Cetitan", + "entity.pokecube.frigibax": "Frigibax", + "entity.pokecube.arctibax": "Arctibax", + "entity.pokecube.baxcalibur": "Baxcalibur", + "entity.pokecube.tatsugiri": "Tatsugiri", + "entity.pokecube.cyclizar": "Cyclizar", + "entity.pokecube.pawmi": "Pawmi", + "entity.pokecube.pawmo": "Pawmo", + "entity.pokecube.pawmot": "Pawmot", + "entity.pokecube.wattrel": "Wattrel", + "entity.pokecube.kilowattrel": "Kilowattrel", + "entity.pokecube.bombirdier": "Bombirdier", + "entity.pokecube.squawkabilly-blue": "Squawkabilly", + "entity.pokecube.squawkabilly-green": "Squawkabilly", + "entity.pokecube.squawkabilly-white": "Squawkabilly", + "entity.pokecube.squawkabilly-yellow": "Squawkabilly", + "entity.pokecube.flamigo": "Flamigo", + "entity.pokecube.klawf": "Klawf", + "entity.pokecube.nacli": "Nacli", + "entity.pokecube.naclstack": "Naclstack", + "entity.pokecube.garganacl": "Garganacl", + "entity.pokecube.glimmet": "Glimmet", + "entity.pokecube.glimmora": "Glimmora", + "entity.pokecube.shroodle": "Shroodle", + "entity.pokecube.grafaiai": "Grafaiai", + "entity.pokecube.fidough": "Fidough", + "entity.pokecube.dachsbun": "Dachsbun", + "entity.pokecube.maschiff": "Maschiff", + "entity.pokecube.mabosstiff": "Mabosstiff", + "entity.pokecube.bramblin": "Bramblin", + "entity.pokecube.brambleghast": "Brambleghast", + "entity.pokecube.gimmighoul-chest": "Gimmighoul", + "entity.pokecube.gimmighoul-roaming": "Gimmighoul", + "entity.pokecube.gholdengo": "Gholdengo", + "entity.pokecube.great-tusk": "Great Tusk", + "entity.pokecube.brute-bonnet": "Brute Bonnet", + "entity.pokecube.sandy-shocks": "Sandy Shocks", + "entity.pokecube.screem-tail": "Screem Tail", + "entity.pokecube.flutter-mane": "Flutter Mane", + "entity.pokecube.slither-wing": "Slither Wing", + "entity.pokecube.roaring-moon": "Roaring Moon", + "entity.pokecube.iron-treads": "Iron Treads", + "entity.pokecube.iron-moth": "Iron Moth", + "entity.pokecube.iron-hands": "Iron Hands", + "entity.pokecube.iron-jugulis": "Iron Jugulis", + "entity.pokecube.iron-thorns": "Iron Thorns", + "entity.pokecube.iron-bundle": "Iron Bundle", + "entity.pokecube.iron-valiant": "Iron Valiant", + "entity.pokecube.ting-lu": "Ting Lu", + "entity.pokecube.chien-pao": "Chien Pao", + "entity.pokecube.wo-chien": "Wo Chien", + "entity.pokecube.chi-yu": "Chi Yu", + "entity.pokecube.koraidon": "Koraidon", + "entity.pokecube.miraidon": "Miraidon", + "entity.pokecube.tinkatink": "Tinkatink", + "entity.pokecube.tinkatuff": "Tinkatuff", + "entity.pokecube.tinkaton": "Tinkaton", + "entity.pokecube.charcadet": "Charcadet", + "entity.pokecube.armarouge": "Armarouge", + "entity.pokecube.ceruledge": "Ceruledge", + "entity.pokecube.toedscool": "Toedscool", + "entity.pokecube.toedscruel": "Toedscruel", + "entity.pokecube.kingambit": "Kingambit", + "entity.pokecube.clodsire": "Clodsire", + "entity.pokecube.annihilape": "Annihilape", "entity.pokecube.missingno": "MissingNo." } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/entity_types/friendly.json b/src/generated/resources/data/pokecube/tags/entity_types/friendly.json index afd217c5f5..7bf58f5951 100644 --- a/src/generated/resources/data/pokecube/tags/entity_types/friendly.json +++ b/src/generated/resources/data/pokecube/tags/entity_types/friendly.json @@ -23,6 +23,7 @@ "pokecube:happiny", "pokecube:cosmog", "pokecube:komala", - "pokecube:audino" + "pokecube:audino", + "pokecube:tarountula" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/entity_types/hostile.json b/src/generated/resources/data/pokecube/tags/entity_types/hostile.json index 9549a2599f..877b002ef5 100644 --- a/src/generated/resources/data/pokecube/tags/entity_types/hostile.json +++ b/src/generated/resources/data/pokecube/tags/entity_types/hostile.json @@ -124,6 +124,8 @@ "pokecube:dracovish", "pokecube:eternatus-eternamax", "pokecube:zarude", - "pokecube:kleavor" + "pokecube:kleavor", + "pokecube:koraidon", + "pokecube:miraidon" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/entity_types/pokemob.json b/src/generated/resources/data/pokecube/tags/entity_types/pokemob.json index 4d96e842fa..2d5c2ff7bb 100644 --- a/src/generated/resources/data/pokecube/tags/entity_types/pokemob.json +++ b/src/generated/resources/data/pokecube/tags/entity_types/pokemob.json @@ -1113,6 +1113,19 @@ "pokecube:sneasler", "pokecube:overqwil", "pokecube:enamorus-incarnate", - "pokecube:enamorus-therian" + "pokecube:enamorus-therian", + "pokecube:sprigatito", + "pokecube:floragato", + "pokecube:meowscarada", + "pokecube:fuecoco", + "pokecube:crocalor", + "pokecube:skeledirge", + "pokecube:quaxly", + "pokecube:quaxwell", + "pokecube:quaquaval", + "pokecube:tarountula", + "pokecube:farigiraf", + "pokecube:koraidon", + "pokecube:miraidon" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/entity_types/wall_climbing.json b/src/generated/resources/data/pokecube/tags/entity_types/wall_climbing.json index 55ee1d3a0d..330847edb3 100644 --- a/src/generated/resources/data/pokecube/tags/entity_types/wall_climbing.json +++ b/src/generated/resources/data/pokecube/tags/entity_types/wall_climbing.json @@ -1,6 +1,7 @@ { "replace": false, "values": [ - "#pokecube:ants" + "#pokecube:ants", + "pokecube:tarountula" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/pokemob/hms/fly.json b/src/generated/resources/data/pokecube/tags/pokemob/hms/fly.json index 69faab4324..c7d45d68a8 100644 --- a/src/generated/resources/data/pokecube/tags/pokemob/hms/fly.json +++ b/src/generated/resources/data/pokecube/tags/pokemob/hms/fly.json @@ -28,6 +28,8 @@ "pokecube:buzzwole", "pokecube:necrozma", "pokecube:orbeetle-gmax", - "pokecube:decidueye-hisui" + "pokecube:decidueye-hisui", + "pokecube:koraidon", + "pokecube:miraidon" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/pokemob/legends.json b/src/generated/resources/data/pokecube/tags/pokemob/legends.json index d2afe99f32..1ef9730843 100644 --- a/src/generated/resources/data/pokecube/tags/pokemob/legends.json +++ b/src/generated/resources/data/pokecube/tags/pokemob/legends.json @@ -135,6 +135,8 @@ "pokecube:calyrex-ice", "pokecube:spectrier", "pokecube:calyrex-shadow", - "pokecube:calyrex" + "pokecube:calyrex", + "pokecube:koraidon", + "pokecube:miraidon" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/pokemob/shoulder_allowed.json b/src/generated/resources/data/pokecube/tags/pokemob/shoulder_allowed.json index 5c4da71426..ce3ce7831d 100644 --- a/src/generated/resources/data/pokecube/tags/pokemob/shoulder_allowed.json +++ b/src/generated/resources/data/pokecube/tags/pokemob/shoulder_allowed.json @@ -53,6 +53,9 @@ "pokecube:milcery", "pokecube:snom", "pokecube:morpeko-full-belly", - "pokecube:dreepy" + "pokecube:dreepy", + "pokecube:sprigatito", + "pokecube:fuecoco", + "pokecube:quaxly" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/pokemob/starters.json b/src/generated/resources/data/pokecube/tags/pokemob/starters.json index 39b0f6afe3..2220d2ad94 100644 --- a/src/generated/resources/data/pokecube/tags/pokemob/starters.json +++ b/src/generated/resources/data/pokecube/tags/pokemob/starters.json @@ -24,6 +24,9 @@ "pokecube:popplio", "pokecube:grookey", "pokecube:scorbunny", - "pokecube:sobble" + "pokecube:sobble", + "pokecube:sprigatito", + "pokecube:fuecoco", + "pokecube:quaxly" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/pokemob_movements/floats.json b/src/generated/resources/data/pokecube/tags/pokemob_movements/floats.json index 63aac331ed..cd62e8b969 100644 --- a/src/generated/resources/data/pokecube/tags/pokemob_movements/floats.json +++ b/src/generated/resources/data/pokecube/tags/pokemob_movements/floats.json @@ -59,6 +59,7 @@ "pokecube:palkia", "pokecube:cresselia", "pokecube:darkrai", + "pokecube:victini", "pokecube:munna", "pokecube:musharna", "pokecube:yamask", @@ -98,7 +99,7 @@ "pokecube:phantump", "pokecube:diancie", "pokecube:diancie-mega", - "pokecube:hoopa_confined", + "pokecube:hoopa", "pokecube:hoopa-unbound", "pokecube:comfey", "pokecube:minior", @@ -115,6 +116,7 @@ "pokecube:milcery", "pokecube:dreepy", "pokecube:drakloak", - "pokecube:calyrex" + "pokecube:calyrex", + "pokecube:miraidon" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube/tags/pokemob_movements/walks.json b/src/generated/resources/data/pokecube/tags/pokemob_movements/walks.json index c4556d4cc0..2268b2104c 100644 --- a/src/generated/resources/data/pokecube/tags/pokemob_movements/walks.json +++ b/src/generated/resources/data/pokecube/tags/pokemob_movements/walks.json @@ -226,6 +226,13 @@ "pokecube:sliggoo-hisui", "pokecube:googra_hisui", "pokecube:avalugg-hisui", - "pokecube:decidueye-hisui" + "pokecube:decidueye-hisui", + "pokecube:sprigatito", + "pokecube:fuecoco", + "pokecube:quaxly", + "pokecube:tarountula", + "pokecube:farigiraf", + "pokecube:koraidon", + "pokecube:miraidon" ] } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/aqua-cutter.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/aqua-cutter.json new file mode 100644 index 0000000000..8047709ff2 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/aqua-cutter.json @@ -0,0 +1,12 @@ +{ + "name": "aqua-cutter", + "power": 70, + "pp": 20, + "priority": 0, + "type": "water", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Aqua Cutter inflicts damage and has an increased critical hit ratio. If used by a Pokémon with Sharpness, its power is increased by 50%." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/aqua-step.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/aqua-step.json new file mode 100644 index 0000000000..a86d29d1cf --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/aqua-step.json @@ -0,0 +1,12 @@ +{ + "name": "aqua-step", + "power": 80, + "pp": 10, + "priority": 0, + "type": "water", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Aqua Step inflicts damage and raises the user's Speed by one stage if the move is successful." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/armor-cannon.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/armor-cannon.json new file mode 100644 index 0000000000..b1ca6934c6 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/armor-cannon.json @@ -0,0 +1,12 @@ +{ + "name": "armor-cannon", + "power": 120, + "pp": 5, + "priority": 0, + "type": "fire", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "special", + "move_category": "damage", + "effect_text_extend": "Armor Cannon deals damage and lowers the user's Defense and Special Defense stats by one stage each." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/axe-kick.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/axe-kick.json new file mode 100644 index 0000000000..04818efa98 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/axe-kick.json @@ -0,0 +1,12 @@ +{ + "name": "axe-kick", + "power": 120, + "pp": 10, + "priority": 0, + "type": "fighting", + "accuracy": 90, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Axe Kick inflicts damage and has a 30% chance of confusing the target. If it misses, the user takes crash damage equal to half of its maximum HP. The user will also take crash damage if this move is used on a protected target, or the target is immune to this move." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/bitter-blade.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/bitter-blade.json new file mode 100644 index 0000000000..cb0c74654a --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/bitter-blade.json @@ -0,0 +1,12 @@ +{ + "name": "bitter-blade", + "power": 90, + "pp": 10, + "priority": 0, + "type": "fire", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Bitter Blades inflicts damage, and it restores the user's HP by half of the damage dealt. If used by a Pokémon with Sharpness, its power is increased by 50%." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/blazing-torque.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/blazing-torque.json new file mode 100644 index 0000000000..f85065a5f4 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/blazing-torque.json @@ -0,0 +1,13 @@ +{ + "name": "blazing-torque", + "power": 80, + "pp": 10, + "priority": 0, + "type": "fire", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Blazing Torque inflicts damage and has a 30% chance of burning the target.", + "effect_chance": 30 +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/chilling-water.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/chilling-water.json new file mode 100644 index 0000000000..78e1b8866e --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/chilling-water.json @@ -0,0 +1,12 @@ +{ + "name": "chilling-water", + "power": 50, + "pp": 20, + "priority": 0, + "type": "water", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "special", + "move_category": "damage", + "effect_text_extend": "Chilling Water inflicts damage and lowers the target's Attack by one stage." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/chilly-reception.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/chilly-reception.json new file mode 100644 index 0000000000..13fc58e214 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/chilly-reception.json @@ -0,0 +1,12 @@ +{ + "name": "chilly-reception", + "power": 0, + "pp": 10, + "priority": 0, + "type": "ice", + "accuracy": 0, + "target": "all-pokemon", + "damage_class": "special", + "move_category": "damage", + "effect_text_extend": "Chilly Reception creates snow on the battlefield and switches the user out. Snow instigated by this move lasts five turns." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/collision-course.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/collision-course.json new file mode 100644 index 0000000000..c60d4fd378 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/collision-course.json @@ -0,0 +1,12 @@ +{ + "name": "collision-course", + "power": 100, + "pp": 5, + "priority": 0, + "type": "fighting", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Collision Course inflicts damage. If the move is super effective on the target, its damage is increased by 30%." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/combat-torque.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/combat-torque.json new file mode 100644 index 0000000000..df7d2bcdd8 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/combat-torque.json @@ -0,0 +1,13 @@ +{ + "name": "combat-torque", + "power": 100, + "pp": 10, + "priority": 0, + "type": "fighting", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Combat Torque inflicts damage and has a 30% chance of paralyzing the target.", + "effect_chance": 30 +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/comeuppance.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/comeuppance.json new file mode 100644 index 0000000000..1c667b44a4 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/comeuppance.json @@ -0,0 +1,12 @@ +{ + "name": "comeuppance", + "power": 0, + "pp": 10, + "priority": 0, + "type": "dark", + "accuracy": 100, + "target": "user", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Comeuppance returns 1.5 times the damage dealt by the foe's last attack. Unlike Counter or Mirror Coat, Comeuppance does not require specifically physical or special damage sources and Comeuppance does not have decreased priority; if the user acts before it is hit by an opponent's damaging move, Comeuppance will fail. The move also fails if the user's substitute is hit instead. In battles involving multiple Pokémon, Comeuppance will hit the last opponent that dealt damage to the user, even if that opponent is not adjacent to the user; Comeuppance cannot affect ally Pokémon." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/doodle.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/doodle.json new file mode 100644 index 0000000000..ead1e69bbe --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/doodle.json @@ -0,0 +1,13 @@ +{ + "name": "doodle", + "power": 0, + "pp": 10, + "priority": 0, + "type": "normal", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "other", + "move_category": "unique", + "ailment": "none", + "effect_text_extend": "The user captures the very essence of the target in a sketch. This changes the Abilities of the user and its ally Pokémon to that of the target." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/double-shock.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/double-shock.json new file mode 100644 index 0000000000..6ed22af4da --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/double-shock.json @@ -0,0 +1,13 @@ +{ + "name": "double-shock", + "power": 120, + "pp": 5, + "priority": 0, + "type": "electric", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user discharges all the electricity from its body to perform a high-damage attack. After using this move, the user will no longer be Electric type." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/electro-drift.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/electro-drift.json new file mode 100644 index 0000000000..2aadbce219 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/electro-drift.json @@ -0,0 +1,14 @@ +{ + "name": "electro-drift", + "power": 100, + "pp": 5, + "priority": 0, + "type": "electric", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "special", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user races forward at ultrafast speeds, piercing its target with futuristic electricity. This move's power is boosted more than usual if it's a supereffective hit.", + "effect_chance": 50 +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/fillet-away.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/fillet-away.json new file mode 100644 index 0000000000..5a0b47197e --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/fillet-away.json @@ -0,0 +1,15 @@ +{ + "name": "fillet-away", + "power": 0, + "pp": 10, + "priority": 0, + "type": "normal", + "accuracy": 101, + "target": "user", + "damage_class": "status", + "move_category": "net-good-stats", + "stat_chance": 2, + "healing": -25, + "effect_text_extend": "The user sharply boosts its Attack, Sp. Atk, and Speed stats by using its own HP.", + "effect_chance": 10 +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/flower-trick.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/flower-trick.json new file mode 100644 index 0000000000..dbaa0ee101 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/flower-trick.json @@ -0,0 +1,13 @@ +{ + "name": "flower-trick", + "power": 70, + "pp": 10, + "priority": 0, + "type": "grass", + "accuracy": 101, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 100, + "effect_text_extend": "The user throws a rigged bouquet of flowers at the target. This attack never misses and always lands a critical hit." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/gigaton-hammer.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/gigaton-hammer.json new file mode 100644 index 0000000000..d2296c139c --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/gigaton-hammer.json @@ -0,0 +1,13 @@ +{ + "name": "gigaton-hammer", + "power": 160, + "pp": 5, + "priority": 0, + "type": "steel", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user swings its whole body around to attack with its huge hammer. This move can't be used twice in a row." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/graive-rush.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/graive-rush.json new file mode 100644 index 0000000000..6536c16bb0 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/graive-rush.json @@ -0,0 +1,13 @@ +{ + "name": "graive-rush", + "power": 120, + "pp": 5, + "priority": 0, + "type": "dragon", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user throws its entire body into a reckless charge. Attacks from opposing Pokémon during the next turn cannot miss and will inflict double damage." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/hyper-drill.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/hyper-drill.json new file mode 100644 index 0000000000..844697fb54 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/hyper-drill.json @@ -0,0 +1,13 @@ +{ + "name": "hyper-drill", + "power": 100, + "pp": 5, + "priority": 0, + "type": "normal", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user spins the pointed part of its body at high speed to pierce the target. This attack can hit a target using a move such as Protect or Detect." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/ice-spinner.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/ice-spinner.json new file mode 100644 index 0000000000..63a8071303 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/ice-spinner.json @@ -0,0 +1,13 @@ +{ + "name": "ice-spinner", + "power": 80, + "pp": 15, + "priority": 0, + "type": "ice", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user covers its feet in thin ice and twirls around, slamming into the target. This move's spinning motion also destroys the terrain." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/jet-punch.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/jet-punch.json new file mode 100644 index 0000000000..ce7071eec4 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/jet-punch.json @@ -0,0 +1,13 @@ +{ + "name": "jet-punch", + "power": 60, + "pp": 15, + "priority": 0, + "type": "water", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user summons a torrent around its fist and punches at blinding speed. This move always goes first." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/kowtow-cleave.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/kowtow-cleave.json new file mode 100644 index 0000000000..365b4d853f --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/kowtow-cleave.json @@ -0,0 +1,13 @@ +{ + "name": "kowtow-cleave", + "power": 85, + "pp": 10, + "priority": 0, + "type": "dark", + "accuracy": 101, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user slashes at the target after kowtowing to make the target let down its guard. This attack never misses." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/last-respects.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/last-respects.json new file mode 100644 index 0000000000..904d78295a --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/last-respects.json @@ -0,0 +1,13 @@ +{ + "name": "last-respects", + "power": 50, + "pp": 10, + "priority": 0, + "type": "ghost", + "accuracy": 100, + "target": "allys", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user attacks to avenge its allies. The more defeated allies there are in the user's party, the greater the move's power." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/lumina-crash.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/lumina-crash.json new file mode 100644 index 0000000000..efb549e3a0 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/lumina-crash.json @@ -0,0 +1,13 @@ +{ + "name": "lumina-crash", + "power": 80, + "pp": 10, + "priority": 0, + "type": "psychic", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "special", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user attacks by unleashing a peculiar light that even affects the mind. This also harshly lowers the target's Sp. Def stat." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/magical-torque.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/magical-torque.json new file mode 100644 index 0000000000..7afe8c326f --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/magical-torque.json @@ -0,0 +1,14 @@ +{ + "name": "magical-torque", + "power": 100, + "pp": 10, + "priority": 0, + "type": "fairy", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "This move is only used by a Starmobile. It may confuse the opponent", + "effect_chance": 30 +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/make-it-rain.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/make-it-rain.json new file mode 100644 index 0000000000..e5afd35785 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/make-it-rain.json @@ -0,0 +1,13 @@ +{ + "name": "make-it-rain", + "power": 120, + "pp": 5, + "priority": 0, + "type": "steel", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "special", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user attacks by throwing out a mass of coins. This also lowers the user's Sp. Atk stat. Money is earned after the battle." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/mortal-spin.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/mortal-spin.json new file mode 100644 index 0000000000..9d62113221 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/mortal-spin.json @@ -0,0 +1,15 @@ +{ + "name": "mortal-spin", + "power": 30, + "pp": 15, + "priority": 0, + "type": "poison", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "ailment": "poison", + "crit_rate": 4.17, + "effect_text_extend": "The user performs a spin attack that can also eliminate the effects of such moves as Bind, Wrap, and Leech Seed. This also poisons opposing Pokémon.", + "effect_chance": 100 +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/noxious-torque.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/noxious-torque.json new file mode 100644 index 0000000000..2f98ee337d --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/noxious-torque.json @@ -0,0 +1,14 @@ +{ + "name": "noxious-torque", + "power": 100, + "pp": 10, + "priority": 0, + "type": "poison", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "This move is only used by a Starmobile. It may Poison the opponent", + "effect_chance": 30 +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/order-up.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/order-up.json new file mode 100644 index 0000000000..7b6f244949 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/order-up.json @@ -0,0 +1,13 @@ +{ + "name": "order-up", + "power": 80, + "pp": 10, + "priority": 0, + "type": "dragon", + "accuracy": 100, + "target": "selected-pokemon", + "damage_class": "physical", + "move_category": "damage", + "crit_rate": 4.17, + "effect_text_extend": "The user attacks with elegant poise. If the user has a Tatsugiri in its mouth, this move boosts one of the user's stats based on the Tatsugiri's form." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/population-bomb.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/population-bomb.json new file mode 100644 index 0000000000..22ed992efd --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/population-bomb.json @@ -0,0 +1,12 @@ +{ + "name": "population-bomb", + "power": 20, + "pp": 10, + "priority": 0, + "type": "normal", + "accuracy": 90, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Population Bomb inflicts damage, hitting the target up to ten times per use." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/pounce.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/pounce.json new file mode 100644 index 0000000000..853d85b201 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/pounce.json @@ -0,0 +1,12 @@ +{ + "name": "pounce", + "power": 50, + "pp": 20, + "priority": 0, + "type": "bug", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Pounce inflicts damage and lowers the target's Speed by one stage." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/rage-fist.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/rage-fist.json new file mode 100644 index 0000000000..7c1b8cd304 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/rage-fist.json @@ -0,0 +1,12 @@ +{ + "name": "rage-fist", + "power": 50, + "pp": 10, + "priority": 0, + "type": "ghost", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Rage Fist inflicts damage. Its power increases by 50 each time the user was hit during a battle (including times the user hit itself in confusion), up to a maximum of 350 (after 6 hits), with each strike from a multi-strike move counting as one hit. Switching out or fainting does not reset the hit counter." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/raging-bull.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/raging-bull.json new file mode 100644 index 0000000000..cca1e6fcd5 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/raging-bull.json @@ -0,0 +1,12 @@ +{ + "name": "raging-bull", + "power": 90, + "pp": 10, + "priority": 0, + "type": "normal", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Raging Bull removes Light Screen, Reflect, and Aurora Veil from the target's side of the field (even if it targets an ally), then inflicts damage. It fails if the target is immune to Raging Bull, if Raging Bull misses, or if the target is protected from Raging Bull." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/revival-blessing.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/revival-blessing.json new file mode 100644 index 0000000000..ced738c447 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/revival-blessing.json @@ -0,0 +1,12 @@ +{ + "name": "revival-blessing", + "power": 0, + "pp": 1, + "priority": 0, + "type": "normal", + "accuracy": 0, + "target": "user", + "damage_class": "other", + "move_category": "damage", + "effect_text_extend": "Revival Blessing allows the player to select a fainted Pokémon in the party, the selected Pokémon will be revived, and half of its maximum HP will be restored. Revival Blessing will fail if there are no fainted Pokémon in the party." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/ruination.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/ruination.json new file mode 100644 index 0000000000..c7e49592a7 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/ruination.json @@ -0,0 +1,12 @@ +{ + "name": "ruination", + "power": 0, + "pp": 10, + "priority": 0, + "type": "dark", + "accuracy": 90, + "target": "all-opponents", + "damage_class": "special", + "move_category": "damage", + "effect_text_extend": "Ruination deals damage equal to 50% of the opponent's remaining HP. It always deals at least 1 HP of damage." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/salt-cure.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/salt-cure.json new file mode 100644 index 0000000000..b2674a5d48 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/salt-cure.json @@ -0,0 +1,12 @@ +{ + "name": "salt-cure", + "power": 40, + "pp": 15, + "priority": 0, + "type": "rock", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Salt Cure inflicts 1/8 of the target's maximum HP as damage per turn in addition to the damage dealt when it is used. If a Steel or Water type is affected by Salt Cure, the amount of damage per turn is doubled." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/shed-tail.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/shed-tail.json new file mode 100644 index 0000000000..eb7b26c168 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/shed-tail.json @@ -0,0 +1,12 @@ +{ + "name": "shed-tail", + "power": 0, + "pp": 10, + "priority": 0, + "type": "normal", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "other", + "move_category": "damage", + "effect_text_extend": "Shed Tail creates a substitute by using half of the user's maximum HP (rounded up), then switches the user out. The Pokémon that switches in will then have the substitute." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/silk-trap.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/silk-trap.json new file mode 100644 index 0000000000..c7751bc4a9 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/silk-trap.json @@ -0,0 +1,12 @@ +{ + "name": "silk-trap", + "power": 0, + "pp": 10, + "priority": 4, + "type": "bug", + "accuracy": 0, + "target": "user", + "damage_class": "other", + "move_category": "damage", + "effect_text_extend": "Silk Trap protects the user from any moves except status moves for that turn. Additionally, if Silk Trap blocks an attack that would make contact with the user, the attacker's Speed stat is lowered by one stage." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/snowscape.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/snowscape.json new file mode 100644 index 0000000000..ee244a223b --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/snowscape.json @@ -0,0 +1,12 @@ +{ + "name": "snowscape", + "power": 0, + "pp": 10, + "priority": 0, + "type": "ice", + "accuracy": 0, + "target": "all-pokemon", + "damage_class": "other", + "move_category": "damage", + "effect_text_extend": "When Snowscape is used, a snowstorm will begin on the field. This effect will last for 5 turns. This clears any other type of weather." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/spicy-extract.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/spicy-extract.json new file mode 100644 index 0000000000..6c0f96c727 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/spicy-extract.json @@ -0,0 +1,12 @@ +{ + "name": "spicy-extract", + "power": 0, + "pp": 15, + "priority": 0, + "type": "grass", + "accuracy": 0, + "target": "all-opponents", + "damage_class": "other", + "move_category": "damage", + "effect_text_extend": "Spicy Extract raises the target's Attack and lowers the target's Defense, each by two stages. It bypasses accuracy checks to always hit, unless the target is in the semi-invulnerable turn of a move such as Dig or Fly." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/spin-out.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/spin-out.json new file mode 100644 index 0000000000..9483151ecd --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/spin-out.json @@ -0,0 +1,12 @@ +{ + "name": "spin-out", + "power": 100, + "pp": 5, + "priority": 0, + "type": "steel", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Spin Out inflicts damage and lowers the user's Speed by two stages." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/tera-blast.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/tera-blast.json new file mode 100644 index 0000000000..b22f8bed71 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/tera-blast.json @@ -0,0 +1,12 @@ +{ + "name": "tera-blast", + "power": 80, + "pp": 10, + "priority": 0, + "type": "normal", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "special", + "move_category": "damage", + "effect_text_extend": "Tera Blast deals damage. If the user's Attack stat is higher than its Special Attack stat, Tera Blast becomes a physical move; otherwise, it remains a special move." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/tidy-up.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/tidy-up.json new file mode 100644 index 0000000000..44efd0b685 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/tidy-up.json @@ -0,0 +1,12 @@ +{ + "name": "tidy-up", + "power": 0, + "pp": 10, + "priority": 0, + "type": "normal", + "accuracy": 0, + "target": "user", + "damage_class": "other", + "move_category": "damage", + "effect_text_extend": "Tidy Up raises the user's Attack stat and Speed stat by one stage each. It also clears away substitutes, Spikes, Toxic Spikes, Stealth Rock, and Sticky Web on both the user's and target's side of the field. The user's stats will still be raised even if there are no traps or substitutes to remove." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/torch-song.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/torch-song.json new file mode 100644 index 0000000000..c55bbd9248 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/torch-song.json @@ -0,0 +1,12 @@ +{ + "name": "torch-song", + "power": 80, + "pp": 10, + "priority": 0, + "type": "fire", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "special", + "move_category": "damage", + "effect_text_extend": "Torch Song inflicts damage and raises the user's Special Attack by one stage. Pokémon with the Ability Soundproof or Flash Fire are immune to this move." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/trailblase.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/trailblase.json new file mode 100644 index 0000000000..4b1c289d73 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/trailblase.json @@ -0,0 +1,12 @@ +{ + "name": "trailblase", + "power": 50, + "pp": 20, + "priority": 0, + "type": "grass", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Trailblaze inflicts damage and raises the user's Speed by one stage." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/triple-dive.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/triple-dive.json new file mode 100644 index 0000000000..4bbc6c6b9b --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/triple-dive.json @@ -0,0 +1,12 @@ +{ + "name": "triple-dive", + "power": 30, + "pp": 10, + "priority": 0, + "type": "water", + "accuracy": 95, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Triple Dive inflicts damage, hitting the target three times per use." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/twin-beam.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/twin-beam.json new file mode 100644 index 0000000000..0cd6ba6b0e --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/twin-beam.json @@ -0,0 +1,12 @@ +{ + "name": "twin-beam", + "power": 40, + "pp": 10, + "priority": 0, + "type": "psychic", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "special", + "move_category": "damage", + "effect_text_extend": "Twin Beam inflicts damage, hitting the target twice per use." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/wicked-torque.json b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/wicked-torque.json new file mode 100644 index 0000000000..1f58fc1e5e --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/moves/entries/new/wicked-torque.json @@ -0,0 +1,12 @@ +{ + "name": "wicked-torque", + "power": 80, + "pp": 10, + "priority": 0, + "type": "dark", + "accuracy": 100, + "target": "all-opponents", + "damage_class": "physical", + "move_category": "damage", + "effect_text_extend": "Wicked Torque inflicts damage and has a 10% chance of putting the target to sleep." +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/bisharp.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/bisharp.json index 616b6f6cce..5cbf471a96 100644 --- a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/bisharp.json +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/bisharp.json @@ -202,5 +202,12 @@ "lash-out" ] }, + "evolutions": [ + { + "name": "kingambit", + "evoMoves": "kowtow-cleave", + "item_preset": "pokecube_mobs:leader_chest" + } + ], "loot_table": "pokecube:entities/rabbit_2" } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/burmy.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/burmy.json index bfe202fde5..d84a637c7a 100644 --- a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/burmy.json +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/burmy.json @@ -74,30 +74,42 @@ "model": { "key": "burmy-plant", "tex": "burmy-plant", - "model": "burmy", - "anim": "burmy", - "types": "bug" + "model": "burmy-plant", + "anim": "burmy-plant" }, "models": [ { "key": "burmy-sandy", "tex": "burmy-sandy", - "model": "burmy", - "anim": "burmy", - "types": "bug" + "model": "burmy-sandy", + "anim": "burmy-sandy" }, { "key": "burmy-trash", "tex": "burmy-trash", - "model": "burmy", - "anim": "burmy", - "types": "bug" + "model": "burmy-trash", + "anim": "burmy-trash" } ], "evolutions": [ { "name": "wormadam-plant", "level": 20, + "form_from": "burmy-plant", + "sexe": "female", + "evoMoves": "quiver-dance" + }, + { + "name": "wormadam-sandy", + "level": 20, + "form_from": "burmy-sandy", + "sexe": "female", + "evoMoves": "quiver-dance" + }, + { + "name": "wormadam-trash", + "level": 20, + "form_from": "burmy-trash", "sexe": "female", "evoMoves": "quiver-dance" }, diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/crocalor.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/crocalor.json new file mode 100644 index 0000000000..8a996d748d --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/crocalor.json @@ -0,0 +1,157 @@ +{ + "name": "crocalor", + "id": 910, + "stock": true, + "base_experience": 70, + "size": { + "height": 1 + }, + "mass": 30.7, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "slow", + "gender_rate": 62, + "stats": { + "hp": 81, + "attack": 55, + "defense": 78, + "special_attack": 90, + "special_defense": 58, + "speed": 49 + }, + "evs": { + "special_attack": 2 + }, + "types": [ + "fire" + ], + "abilities": { + "normal": [ + "blaze" + ], + "hidden": [ + "unaware" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "tackle", + "leer", + "ember" + ] + }, + { + "L": 7, + "moves": [ + "lick" + ] + }, + { + "L": 10, + "moves": [ + "round" + ] + }, + { + "L": 12, + "moves": [ + "bite" + ] + }, + { + "L": 15, + "moves": [ + "yawn" + ] + }, + { + "L": 17, + "moves": [ + "incinerate" + ] + }, + { + "L": 24, + "moves": [ + "snarl" + ] + }, + { + "L": 28, + "moves": [ + "roar" + ] + }, + { + "L": 32, + "moves": [ + "flamethrower" + ] + }, + { + "L": 38, + "moves": [ + "hyper-voice" + ] + }, + { + "L": 42, + "moves": [ + "will-o-wisp" + ] + }, + { + "L": 47, + "moves": [ + "fire-blast" + ] + } + ], + "misc": [ + "body-slam", + "take-down", + "flamethrower", + "fire-spin", + "dig", + "fire-blast", + "rest", + "substitute", + "protect", + "mud-slap", + "outrage", + "endure", + "sleep-talk", + "sunny-day", + "crunch", + "heat-wave", + "will-o-wisp", + "facade", + "helping-hand", + "hyper-voice", + "overheat", + "flare-blitz", + "seed-bomb", + "thunder-fang", + "fire-fang", + "zen-headbutt", + "flame-charge", + "fire-pledge", + "snarl", + "disarming-voice", + "stomping-tantrum", + "tera-blast" + ] + }, + "evolutions": [ + { + "name": "skeledirge", + "level": 36, + "evoMoves": "torch-song" + } + ], + "loot_table": "pokecube:entities/blaze_rabbit_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/farigiraf.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/farigiraf.json new file mode 100644 index 0000000000..7c88e7a16a --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/farigiraf.json @@ -0,0 +1,177 @@ +{ + "name": "farigiraf", + "id": 928, + "stock": true, + "base_experience": 159, + "size": { + "height": 3.2, + "width": 0.6, + "length": 0.6 + }, + "mass": 160, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "medium-fast", + "gender_rate": 127, + "stats": { + "hp": 120, + "attack": 90, + "defense": 70, + "special_attack": 110, + "special_defense": 70, + "speed": 60 + }, + "evs": { + "hp": 3 + }, + "types": [ + "normal", + "psychic" + ], + "abilities": { + "normal": [ + "cud-chew", + "armor-tail" + ], + "hidden": [ + "sap-sipper" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "tackle", + "growl", + "astonish", + "power-swap", + "guard-swap" + ] + }, + { + "L": 5, + "moves": [ + "confusion" + ] + }, + { + "L": 10, + "moves": [ + "assurance" + ] + }, + { + "L": 14, + "moves": [ + "stomp" + ] + }, + { + "L": 19, + "moves": [ + "psybeam" + ] + }, + { + "L": 23, + "moves": [ + "agility" + ] + }, + { + "L": 28, + "moves": [ + "double-hit" + ] + }, + { + "L": 32, + "moves": [ + "twin-beam" + ] + }, + { + "L": 37, + "moves": [ + "crunch" + ] + }, + { + "L": 41, + "moves": [ + "baton-pass" + ] + }, + { + "L": 46, + "moves": [ + "nasty-plot" + ] + }, + { + "L": 50, + "moves": [ + "psychic" + ] + } + ], + "misc": [ + "body-slam", + "take-down", + "psybeam", + "hyper-beam", + "low-kick", + "thunderbolt", + "thunder-wave", + "thunder", + "earthquake", + "psychic", + "agility", + "night-shade", + "confuse-ray", + "light-screen", + "reflect", + "swift", + "amnesia", + "rest", + "substitute", + "thief", + "protect", + "endure", + "sleep-talk", + "baton-pass", + "rain-dance", + "sunny-day", + "crunch", + "shadow-ball", + "facade", + "helping-hand", + "trick", + "skill-swap", + "imprison", + "hyper-voice", + "calm-mind", + "energy-ball", + "giga-impact", + "nasty-plot", + "zen-headbutt", + "trick-room", + "iron-head", + "grass-knot", + "charge-beam", + "psyshock", + "foul-play", + "stored-power", + "bulldoze", + "dazzling-gleam", + "psychic-terrain", + "psychic-fangs", + "stomping-tantrum", + "tera-blast", + "trailblaze" + ] + }, + "loot_table": "pokecube:entities/ender_cow_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/floragato.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/floragato.json new file mode 100644 index 0000000000..45928bff6b --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/floragato.json @@ -0,0 +1,162 @@ +{ + "name": "floragato", + "id": 907, + "stock": true, + "base_experience": 62, + "size": { + "height": 0.9 + }, + "mass": 12.2, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "medium-slow", + "gender_rate": 62, + "stats": { + "hp": 61, + "attack": 80, + "defense": 63, + "special_attack": 60, + "special_defense": 63, + "speed": 83 + }, + "evs": { + "speed": 2 + }, + "types": [ + "grass" + ], + "abilities": { + "normal": [ + "overgrow" + ], + "hidden": [ + "protean" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "scratch", + "tail-whip", + "leafage" + ] + }, + { + "L": 7, + "moves": [ + "bite" + ] + }, + { + "L": 10, + "moves": [ + "hone-claws" + ] + }, + { + "L": 13, + "moves": [ + "magical-leaf" + ] + }, + { + "L": 15, + "moves": [ + "quick-attack" + ] + }, + { + "L": 20, + "moves": [ + "seed-bomb" + ] + }, + { + "L": 24, + "moves": [ + "u-turn" + ] + }, + { + "L": 28, + "moves": [ + "worry-seed" + ] + }, + { + "L": 33, + "moves": [ + "slash" + ] + }, + { + "L": 38, + "moves": [ + "energy-ball" + ] + }, + { + "L": 42, + "moves": [ + "play-rough" + ] + }, + { + "L": 46, + "moves": [ + "leaf-storm" + ] + } + ], + "misc": [ + "thunder-punch", + "take-down", + "low-kick", + "solar-beam", + "agility", + "swift", + "rest", + "substitute", + "protect", + "mud-slap", + "giga-drain", + "endure", + "charm", + "sleep-talk", + "facade", + "taunt", + "helping-hand", + "fake-tears", + "bullet-seed", + "aerial-ace", + "magical-leaf", + "u-turn", + "fling", + "seed-bomb", + "energy-ball", + "nasty-plot", + "shadow-claw", + "leaf-storm", + "grass-knot", + "low-sweep", + "acrobatics", + "grass-pledge", + "disarming-voice", + "grassy-terrain", + "play-rough", + "tera-blast", + "trailblaze" + ] + }, + "evolutions": [ + { + "name": "moewscarada", + "level": 36, + "evoMoves": "flower-trick" + } + ], + "loot_table": "pokecube:entities/money_cat_small" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/fuecoco.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/fuecoco.json new file mode 100644 index 0000000000..3bea794cf5 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/fuecoco.json @@ -0,0 +1,146 @@ +{ + "name": "fuecoco", + "id": 909, + "stock": true, + "base_experience": 70, + "size": { + "height": 0.4 + }, + "mass": 9.8, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "slow", + "gender_rate": 62, + "stats": { + "hp": 67, + "attack": 45, + "defense": 59, + "special_attack": 63, + "special_defense": 43, + "speed": 36 + }, + "evs": { + "hp": 1 + }, + "types": [ + "fire" + ], + "abilities": { + "normal": [ + "blaze" + ], + "hidden": [ + "unaware" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "tackle", + "leer", + "ember" + ] + }, + { + "L": 7, + "moves": [ + "round" + ] + }, + { + "L": 12, + "moves": [ + "bite" + ] + }, + { + "L": 15, + "moves": [ + "incinerate" + ] + }, + { + "L": 17, + "moves": [ + "yawn" + ] + }, + { + "L": 21, + "moves": [ + "snarl" + ] + }, + { + "L": 25, + "moves": [ + "roar" + ] + }, + { + "L": 28, + "moves": [ + "flamethrower" + ] + }, + { + "L": 32, + "moves": [ + "hyper-voice" + ] + }, + { + "L": 36, + "moves": [ + "fire-blast" + ] + } + ], + "misc": [ + "body-slam", + "take-down", + "flamethrower", + "fire-spin", + "dig", + "fire-blast", + "rest", + "substitute", + "protect", + "mud-slap", + "outrage", + "endure", + "sleep-talk", + "encore", + "sunny-day", + "crunch", + "heat-wave", + "will-o-wisp", + "facade", + "helping-hand", + "hyper-voice", + "overheat", + "flare-blitz", + "seed-bomb", + "thunder-fang", + "fire-fang", + "zen-headbutt", + "flame-charge", + "fire-pledge", + "snarl", + "disarming-voice", + "stomping-tantrum", + "tera-blast" + ] + }, + "evolutions": [ + { + "name": "crocalor", + "level": 16, + "evoMoves": "" + } + ], + "loot_table": "pokecube:entities/blaze_rabbit_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/genesect.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/genesect.json index a8007c9e40..d88b7653ec 100644 --- a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/genesect.json +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/genesect.json @@ -221,6 +221,24 @@ "model": { "key": "genesect-shock" } + }, + { + "item": "minecraft:lapis_lazuli", + "model": { + "key": "genesect-douse" + } + }, + { + "item": "minecraft:blaze_rod", + "model": { + "key": "genesect-burn" + } + }, + { + "item": "minecraft:iron_block", + "model": { + "key": "genesect-chill" + } } ], "model": { @@ -234,29 +252,29 @@ { "key": "genesect-douse", "tex": "genesect", - "model": "genesect", - "anim": "genesect", + "model": "genesect-douse", + "anim": "genesect-douse", "types": "bug,steel" }, { "key": "genesect-shock", "tex": "genesect", - "model": "genesect", - "anim": "genesect", + "model": "genesect-shock", + "anim": "genesect-shock", "types": "bug,steel" }, { "key": "genesect-burn", "tex": "genesect", - "model": "genesect", - "anim": "genesect", + "model": "genesect-burn", + "anim": "genesect-burn", "types": "bug,steel" }, { "key": "genesect-chill", "tex": "genesect", - "model": "genesect", - "anim": "genesect", + "model": "genesect-chill", + "anim": "genesect-chill", "types": "bug,steel" } ] diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/girafarig.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/girafarig.json index 31d4b061a2..537f6ad3dc 100644 --- a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/girafarig.json +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/girafarig.json @@ -216,7 +216,8 @@ "dazzling-gleam", "psychic-terrain", "psychic-fangs", - "stomping-tantrum" + "stomping-tantrum", + "twin-beam" ] }, "male_model": { @@ -231,5 +232,11 @@ "model": "girafarig_female", "anim": "girafarig_female" }, + "evolutions": [ + { + "name": "farigiraf", + "move": "twin-beam" + } + ], "loot_table": "pokecube:entities/ender_cow_1" } \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/koraidon.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/koraidon.json new file mode 100644 index 0000000000..33ecaa180e --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/koraidon.json @@ -0,0 +1,189 @@ +{ + "name": "koraidon", + "id": 998, + "stock": true, + "base_experience": 60, + "size": { + "height": 2.5 + }, + "mass": 303, + "is_default": true, + "capture_rate": 3, + "base_happiness": 0, + "growth_rate": "slow", + "gender_rate": 255, + "stats": { + "hp": 100, + "attack": 135, + "defense": 115, + "special_attack": 85, + "special_defense": 100, + "speed": 135 + }, + "evs": { + "attack": 3 + }, + "types": [ + "fighting", + "dragon" + ], + "abilities": { + "normal": [ + "orichalcum-pulse" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "sunny-day", + "breaking-swipe" + ] + }, + { + "L": 7, + "moves": [ + "rock-smash" + ] + }, + { + "L": 14, + "moves": [ + "ancient-power" + ] + }, + { + "L": 21, + "moves": [ + "drain-punch" + ] + }, + { + "L": 28, + "moves": [ + "brick-break" + ] + }, + { + "L": 35, + "moves": [ + "agility" + ] + }, + { + "L": 42, + "moves": [ + "dragon-claw" + ] + }, + { + "L": 49, + "moves": [ + "flamethrower" + ] + }, + { + "L": 56, + "moves": [ + "collision-course" + ] + }, + { + "L": 63, + "moves": [ + "screech" + ] + }, + { + "L": 70, + "moves": [ + "counter" + ] + }, + { + "L": 77, + "moves": [ + "outrage" + ] + }, + { + "L": 84, + "moves": [ + "close-combat" + ] + }, + { + "L": 91, + "moves": [ + "flare-blitz" + ] + }, + { + "L": 98, + "moves": [ + "giga-impact" + ] + } + ], + "misc": [ + "swords-dance", + "body-slam", + "take-down", + "flamethrower", + "hyper-beam", + "low-kick", + "solar-beam", + "fire-spin", + "dig", + "agility", + "fire-blast", + "rest", + "substitute", + "reversal", + "protect", + "scary-face", + "mud-slap", + "outrage", + "endure", + "sleep-talk", + "sunny-day", + "crunch", + "heat-wave", + "facade", + "taunt", + "helping-hand", + "brick-break", + "overheat", + "dragon-claw", + "bulk-up", + "mud-shot", + "u-turn", + "close-combat", + "flare-blitz", + "dragon-pulse", + "drain-punch", + "focus-blast", + "giga-impact", + "shadow-claw", + "thunder-fang", + "ice-fang", + "fire-fang", + "zen-headbutt", + "draco-meteor", + "iron-head", + "heavy-slam", + "flame-charge", + "low-sweep", + "acrobatics", + "bulldoze", + "dragon-tail", + "wild-charge", + "snarl", + "stomping-tantrum", + "body-press", + "tera-blast" + ] + }, + "loot_table": "pokecube:entities/cobble_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/meowscarada.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/meowscarada.json new file mode 100644 index 0000000000..32bce0d959 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/meowscarada.json @@ -0,0 +1,192 @@ +{ + "name": "meowscarada", + "id": 908, + "stock": true, + "base_experience": 62, + "size": { + "height": 1.5 + }, + "mass": 31.2, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "medium-slow", + "gender_rate": 62, + "stats": { + "hp": 76, + "attack": 110, + "defense": 70, + "special_attack": 81, + "special_defense": 70, + "speed": 123 + }, + "evs": { + "speed": 3 + }, + "types": [ + "grass", + "dark" + ], + "abilities": { + "normal": [ + "overgrow" + ], + "hidden": [ + "protean" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "scratch", + "tail-whip", + "leafage" + ] + }, + { + "L": 7, + "moves": [ + "bite" + ] + }, + { + "L": 10, + "moves": [ + "hone-claws" + ] + }, + { + "L": 13, + "moves": [ + "magical-leaf" + ] + }, + { + "L": 15, + "moves": [ + "quick-attack" + ] + }, + { + "L": 20, + "moves": [ + "seed-bomb" + ] + }, + { + "L": 24, + "moves": [ + "u-turn" + ] + }, + { + "L": 29, + "moves": [ + "worry-seed" + ] + }, + { + "L": 33, + "moves": [ + "slash" + ] + }, + { + "L": 38, + "moves": [ + "night-slash" + ] + }, + { + "L": 42, + "moves": [ + "energy-ball" + ] + }, + { + "L": 47, + "moves": [ + "play-rough" + ] + }, + { + "L": 52, + "moves": [ + "knock-off" + ] + }, + { + "L": 58, + "moves": [ + "grassy-terrain" + ] + }, + { + "L": 64, + "moves": [ + "leaf-storm" + ] + } + ], + "misc": [ + "thunder-punch", + "take-down", + "hyper-beam", + "low-kick", + "double-team", + "solar-beam", + "agility", + "swift", + "rest", + "substitute", + "thief", + "protect", + "mud-slap", + "spikes", + "giga-drain", + "endure", + "charm", + "sleep-talk", + "shadow-ball", + "facade", + "taunt", + "helping-hand", + "trick", + "brick-break", + "skill-swap", + "fake-tears", + "bullet-seed", + "aerial-ace", + "frenzy-plant", + "magical-leaf", + "u-turn", + "fling", + "toxic-spikes", + "aura-sphere", + "dark-pulse", + "seed-bomb", + "power-gem", + "energy-ball", + "giga-impact", + "nasty-plot", + "shadow-claw", + "trick-room", + "leaf-storm", + "grass-knot", + "low-sweep", + "foul-play", + "acrobatics", + "grass-pledge", + "disarming-voice", + "grassy-terrain", + "play-rough", + "pollen-puff", + "tera-blast", + "trailblaze", + "chilling-water" + ] + }, + "loot_table": "pokecube:entities/money_cat_small" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/miraidon.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/miraidon.json new file mode 100644 index 0000000000..819eb81076 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/miraidon.json @@ -0,0 +1,173 @@ +{ + "name": "miraidon", + "id": 999, + "stock": true, + "base_experience": 60, + "size": { + "height": 3.5 + }, + "mass": 240, + "is_default": true, + "capture_rate": 3, + "base_happiness": 0, + "growth_rate": "slow", + "gender_rate": 127, + "stats": { + "hp": 100, + "attack": 85, + "defense": 100, + "special_attack": 135, + "special_defense": 115, + "speed": 135 + }, + "evs": { + "special_attack": 3 + }, + "types": [ + "electric", + "dragon" + ], + "abilities": { + "normal": [ + "hadron-engine" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "thunder-shock", + "dragon-breath", + "electric-terrain" + ] + }, + { + "L": 7, + "moves": [ + "shock-wave" + ] + }, + { + "L": 14, + "moves": [ + "charge" + ] + }, + { + "L": 21, + "moves": [ + "parabolic-charge" + ] + }, + { + "L": 28, + "moves": [ + "discharge" + ] + }, + { + "L": 35, + "moves": [ + "agility" + ] + }, + { + "L": 42, + "moves": [ + "dragon-pulse" + ] + }, + { + "L": 56, + "moves": [ + "electro-drift" + ] + }, + { + "L": 63, + "moves": [ + "metal-sound" + ] + }, + { + "L": 70, + "moves": [ + "mirror-coat" + ] + }, + { + "L": 77, + "moves": [ + "outrage" + ] + }, + { + "L": 84, + "moves": [ + "thunder" + ] + }, + { + "L": 91, + "moves": [ + "overheat" + ] + }, + { + "L": 98, + "moves": [ + "hyper-beam" + ] + } + ], + "misc": [ + "swords-dance", + "body-slam", + "take-down", + "hyper-beam", + "solar-beam", + "thunderbolt", + "thunder-wave", + "thunder", + "agility", + "confuse-ray", + "light-screen", + "reflect", + "rest", + "substitute", + "protect", + "scary-face", + "outrage", + "endure", + "sleep-talk", + "crunch", + "facade", + "taunt", + "helping-hand", + "overheat", + "dragon-claw", + "calm-mind", + "u-turn", + "dragon-pulse", + "power-gem", + "giga-impact", + "zen-headbutt", + "flash-cannon", + "draco-meteor", + "charge-beam", + "heavy-slam", + "electro-ball", + "acrobatics", + "volt-switch", + "dragon-tail", + "wild-charge", + "snarl", + "eerie-impulse", + "electric-terrain", + "dazzling-gleam", + "tera-blast" + ] + }, + "loot_table": "pokecube:entities/cobble_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaquaval.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaquaval.json new file mode 100644 index 0000000000..9f777a9ae2 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaquaval.json @@ -0,0 +1,176 @@ +{ + "name": "quaquaval", + "id": 914, + "stock": true, + "base_experience": 64, + "size": { + "height": 1.8 + }, + "mass": 61.9, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "medium-slow", + "gender_rate": 30, + "stats": { + "hp": 85, + "attack": 120, + "defense": 80, + "special_attack": 85, + "special_defense": 75, + "speed": 85 + }, + "evs": { + "attack": 3 + }, + "types": [ + "water", + "fighting" + ], + "abilities": { + "normal": [ + "torrent" + ], + "hidden": [ + "moxie" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "pound", + "growl", + "water-gun", + "double-hit" + ] + }, + { + "L": 7, + "moves": [ + "work-up" + ] + }, + { + "L": 10, + "moves": [ + "wing-attack" + ] + }, + { + "L": 13, + "moves": [ + "aqua-jet" + ] + }, + { + "L": 17, + "moves": [ + "low-sweep", + "water-pulse" + ] + }, + { + "L": 21, + "moves": [ + "aqua-cutter" + ] + }, + { + "L": 27, + "moves": [ + "air-slash" + ] + }, + { + "L": 32, + "moves": [ + "focus-energy" + ] + }, + { + "L": 38, + "moves": [ + "mega-kick" + ] + }, + { + "L": 43, + "moves": [ + "acrobatics" + ] + }, + { + "L": 47, + "moves": [ + "liquidation" + ] + }, + { + "L": 52, + "moves": [ + "feather-dance" + ] + }, + { + "L": 58, + "moves": [ + "close-combat" + ] + }, + { + "L": 64, + "moves": [ + "wave-crash" + ] + } + ], + "misc": [ + "swords-dance", + "take-down", + "hydro-pump", + "surf", + "hyper-beam", + "agility", + "swift", + "rest", + "substitute", + "reversal", + "protect", + "icy-wind", + "endure", + "sleep-talk", + "baton-pass", + "encore", + "rain-dance", + "facade", + "taunt", + "helping-hand", + "brick-break", + "hydro-cannon", + "air-cutter", + "aerial-ace", + "bulk-up", + "water-pulse", + "u-turn", + "close-combat", + "low-kick", + "fling", + "air-slash", + "brave-bird", + "giga-impact", + "low-sweep", + "acrobatics", + "water-pledge", + "hurricane", + "disarming-voice", + "misty-terrain", + "liquidation", + "tera-blast", + "ice-spinner", + "chilling-water" + ] + }, + "loot_table": "pokecube:entities/chicken_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaxly.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaxly.json new file mode 100644 index 0000000000..193bc7db20 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaxly.json @@ -0,0 +1,136 @@ +{ + "name": "quaxly", + "id": 912, + "stock": true, + "base_experience": 64, + "size": { + "height": 0.5 + }, + "mass": 6.1, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "medium-slow", + "gender_rate": 30, + "stats": { + "hp": 55, + "attack": 65, + "defense": 45, + "special_attack": 50, + "special_defense": 45, + "speed": 50 + }, + "evs": { + "attack": 1 + }, + "types": [ + "water" + ], + "abilities": { + "normal": [ + "torrent" + ], + "hidden": [ + "moxie" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "pound", + "growl", + "water-gun" + ] + }, + { + "L": 7, + "moves": [ + "work-up" + ] + }, + { + "L": 10, + "moves": [ + "wing-attack" + ] + }, + { + "L": 13, + "moves": [ + "aqua-jet" + ] + }, + { + "L": 17, + "moves": [ + "double-hit" + ] + }, + { + "L": 21, + "moves": [ + "aqua-cutter" + ] + }, + { + "L": 24, + "moves": [ + "air-slash" + ] + }, + { + "L": 28, + "moves": [ + "focus-energy" + ] + }, + { + "L": 31, + "moves": [ + "acrobatics" + ] + }, + { + "L": 35, + "moves": [ + "liquidation" + ] + } + ], + "misc": [ + "take-down", + "hydro-pump", + "surf", + "low-kick", + "swift", + "rest", + "protect", + "endure", + "baton-pass", + "encore", + "rain-dance", + "facade", + "helping-hand", + "air-cutter", + "aerial-ace", + "air-slash", + "brave-bird", + "acrobatics", + "water-pledge", + "disarming-voice", + "misty-terrain", + "liquidation", + "tera-blast", + "chilling-water" + ] + }, + "evolutions": [ + { + "name": "quaxwell", + "level": 16 + } + ], + "loot_table": "pokecube:entities/chicken_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaxwell.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaxwell.json new file mode 100644 index 0000000000..3d60f9b1f6 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/quaxwell.json @@ -0,0 +1,152 @@ +{ + "name": "quaxwell", + "id": 913, + "stock": true, + "base_experience": 64, + "size": { + "height": 1.2 + }, + "mass": 21.5, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "medium-slow", + "gender_rate": 30, + "stats": { + "hp": 70, + "attack": 85, + "defense": 65, + "special_attack": 65, + "special_defense": 60, + "speed": 65 + }, + "evs": { + "attack": 2 + }, + "types": [ + "water" + ], + "abilities": { + "normal": [ + "torrent" + ], + "hidden": [ + "moxie" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "pound", + "growl", + "water-gun", + "double-hit" + ] + }, + { + "L": 7, + "moves": [ + "work-up" + ] + }, + { + "L": 10, + "moves": [ + "wing-attack" + ] + }, + { + "L": 13, + "moves": [ + "aqua-jet" + ] + }, + { + "L": 17, + "moves": [ + "water-pulse" + ] + }, + { + "L": 19, + "moves": [ + "low-sweep" + ] + }, + { + "L": 23, + "moves": [ + "aqua-cutter" + ] + }, + { + "L": 27, + "moves": [ + "air-slash" + ] + }, + { + "L": 32, + "moves": [ + "focus-energy" + ] + }, + { + "L": 38, + "moves": [ + "acrobatics" + ] + }, + { + "L": 43, + "moves": [ + "liquidation" + ] + }, + { + "L": 48, + "moves": [ + "feather-dance" + ] + } + ], + "misc": [ + "take-down", + "hydro-pump", + "surf", + "low-kick", + "swift", + "rest", + "protect", + "endure", + "baton-pass", + "encore", + "rain-dance", + "facade", + "helping-hand", + "air-cutter", + "aerial-ace", + "water-pulse", + "air-slash", + "brave-bird", + "low-sweep", + "acrobatics", + "water-pledge", + "disarming-voice", + "misty-terrain", + "liquidation", + "tera-blast", + "chilling-water" + ] + }, + "evolutions": [ + { + "name": "quaquaval", + "level": 36, + "evoMoves": "aqua-step" + } + ], + "loot_table": "pokecube:entities/chicken_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/skeledirge.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/skeledirge.json new file mode 100644 index 0000000000..7705d4fe12 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/skeledirge.json @@ -0,0 +1,177 @@ +{ + "name": "skeledirge", + "id": 911, + "stock": true, + "base_experience": 70, + "size": { + "height": 1.6 + }, + "mass": 326.5, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "slow", + "gender_rate": 62, + "stats": { + "hp": 104, + "attack": 75, + "defense": 100, + "special_attack": 110, + "special_defense": 76, + "speed": 66 + }, + "evs": { + "special_attack": 3 + }, + "types": [ + "fire", + "ghost" + ], + "abilities": { + "normal": [ + "blaze" + ], + "hidden": [ + "unaware" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "tackle", + "leer", + "ember" + ] + }, + { + "L": 7, + "moves": [ + "lick" + ] + }, + { + "L": 10, + "moves": [ + "round" + ] + }, + { + "L": 12, + "moves": [ + "scary-face" + ] + }, + { + "L": 15, + "moves": [ + "bite" + ] + }, + { + "L": 17, + "moves": [ + "incinerate" + ] + }, + { + "L": 24, + "moves": [ + "snarl" + ] + }, + { + "L": 28, + "moves": [ + "roar" + ] + }, + { + "L": 32, + "moves": [ + "flamethrower" + ] + }, + { + "L": 38, + "moves": [ + "shadow-ball" + ] + }, + { + "L": 42, + "moves": [ + "hyper-voice" + ] + }, + { + "L": 47, + "moves": [ + "will-o-wisp", + "hex" + ] + }, + { + "L": 58, + "moves": [ + "fire-blast" + ] + }, + { + "L": 64, + "moves": [ + "overheat" + ] + } + ], + "misc": [ + "body-slam", + "take-down", + "flamethrower", + "hyper-beam", + "solar-beam", + "fire-spin", + "earthquake", + "dig", + "night-shade", + "fire-blast", + "rest", + "substitute", + "protect", + "scary-face", + "mud-slap", + "outrage", + "endure", + "sleep-talk", + "encore", + "sunny-day", + "crunch", + "shadow-ball", + "heat-wave", + "will-o-wisp", + "facade", + "helping-hand", + "imprison", + "hyper-voice", + "blast-burn", + "overheat", + "flare-blitz", + "seed-bomb", + "earth-power", + "giga-impact", + "shadow-claw", + "thunder-fang", + "fire-fang", + "zen-headbutt", + "flame-charge", + "hex", + "fire-pledge", + "snarl", + "disarming-voice", + "stomping-tantrum", + "tera-blast" + ] + }, + "loot_table": "pokecube:entities/blaze_rabbit_1" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/sprigatito.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/sprigatito.json new file mode 100644 index 0000000000..f5d37bdb08 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/sprigatito.json @@ -0,0 +1,151 @@ +{ + "name": "sprigatito", + "id": 906, + "stock": true, + "base_experience": 62, + "size": { + "height": 0.4 + }, + "mass": 4.1, + "is_default": true, + "capture_rate": 45, + "base_happiness": 50, + "growth_rate": "medium-slow", + "gender_rate": 62, + "stats": { + "hp": 40, + "attack": 61, + "defense": 54, + "special_attack": 45, + "special_defense": 45, + "speed": 65 + }, + "evs": { + "speed": 1 + }, + "types": [ + "grass" + ], + "abilities": { + "normal": [ + "overgrow" + ], + "hidden": [ + "protean" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "scratch", + "tail-whip", + "leafage" + ] + }, + { + "L": 7, + "moves": [ + "bite" + ] + }, + { + "L": 10, + "moves": [ + "hone-claws" + ] + }, + { + "L": 13, + "moves": [ + "magical-leaf" + ] + }, + { + "L": 15, + "moves": [ + "quick-attack" + ] + }, + { + "L": 17, + "moves": [ + "seed-bomb" + ] + }, + { + "L": 21, + "moves": [ + "u-turn" + ] + }, + { + "L": 25, + "moves": [ + "worry-seed" + ] + }, + { + "L": 28, + "moves": [ + "slash" + ] + }, + { + "L": 32, + "moves": [ + "energy-ball" + ] + }, + { + "L": 36, + "moves": [ + "play-rough" + ] + } + ], + "misc": [ + "take-down", + "solar-beam", + "agility", + "swift", + "rest", + "substitute", + "protect", + "mud-slap", + "giga-drain", + "endure", + "charm", + "sleep-talk", + "facade", + "taunt", + "helping-hand", + "fake-tears", + "bullet-seed", + "magical-leaf", + "u-turn", + "seed-bomb", + "energy-ball", + "nasty-plot", + "shadow-claw", + "leaf-storm", + "grass-knot", + "acrobatics", + "grass-pledge", + "disarming-voice", + "grassy-terrain", + "play-rough", + "tera-blast", + "trailblaze" + ] + }, + "evolutions": [ + { + "name": "floragato", + "level": 16, + "evoMoves": "" + } + ], + "loot_table": "pokecube:entities/money_cat_small" +} \ No newline at end of file diff --git a/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/tarountula.json b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/tarountula.json new file mode 100644 index 0000000000..cb5efd71d2 --- /dev/null +++ b/src/generated/resources/data/pokecube_mobs/database/pokemobs/pokedex_entries/tarountula.json @@ -0,0 +1,149 @@ +{ + "name": "tarountula", + "id": 918, + "stock": true, + "base_experience": 50, + "size": { + "height": 0.3 + }, + "mass": 4.0, + "is_default": true, + "capture_rate": 255, + "base_happiness": 70, + "growth_rate": "erratic", + "gender_rate": 127, + "stats": { + "hp": 35, + "attack": 41, + "defense": 45, + "special_attack": 29, + "special_defense": 40, + "speed": 20 + }, + "evs": { + "defense": 1 + }, + "types": [ + "bug" + ], + "abilities": { + "normal": [ + "insomnia" + ], + "hidden": [ + "stakeout" + ] + }, + "moves": { + "level_up": [ + { + "L": 1, + "moves": [ + "tackle", + "string-shot" + ] + }, + { + "L": 5, + "moves": [ + "struggle-bug" + ] + }, + { + "L": 8, + "moves": [ + "assurance" + ] + }, + { + "L": 11, + "moves": [ + "feint" + ] + }, + { + "L": 14, + "moves": [ + "bug-bite" + ] + }, + { + "L": 18, + "moves": [ + "block" + ] + }, + { + "L": 22, + "moves": [ + "counter" + ] + }, + { + "L": 25, + "moves": [ + "headbutt" + ] + }, + { + "L": 29, + "moves": [ + "sticky-web" + ] + }, + { + "L": 33, + "moves": [ + "gastro-acid" + ] + }, + { + "L": 36, + "moves": [ + "circle-throw" + ] + }, + { + "L": 40, + "moves": [ + "throat-chop" + ] + }, + { + "L": 44, + "moves": [ + "skitter-smack" + ] + } + ], + "misc": [ + "body-slam", + "take-down", + "leech-life", + "rest", + "substitute", + "thief", + "protect", + "spikes", + "giga-drain", + "endure", + "false-swipe", + "sleep-talk", + "rain-dance", + "sunny-day", + "facade", + "bullet-seed", + "toxic-spikes", + "poison-jab", + "x-scissor", + "bug-buzz", + "shadow-claw", + "grass-knot", + "struggle-bug", + "tera-blast", + "pounce", + "trailblaze" + ] + }, + "loot_table": "minecraft:entities/spider" +} \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-plant.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-plant.x3d new file mode 100644 index 0000000000..e6dc1906d9 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-plant.x3d @@ -0,0 +1,856 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-plant.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-plant.xml new file mode 100644 index 0000000000..7a7e045045 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-plant.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-sandy.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-sandy.x3d new file mode 100644 index 0000000000..6b392ef4cc --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-sandy.x3d @@ -0,0 +1,451 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-sandy.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-sandy.xml new file mode 100644 index 0000000000..ca538d62c7 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-sandy.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-trash.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-trash.x3d new file mode 100644 index 0000000000..2bed3d26f5 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-trash.x3d @@ -0,0 +1,505 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-trash.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-trash.xml new file mode 100644 index 0000000000..f0d742017d --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy-trash.xml @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy.x3d deleted file mode 100644 index ed36b787f8..0000000000 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy.x3d +++ /dev/null @@ -1,377 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy.xml deleted file mode 100644 index f2136d0eed..0000000000 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/burmy.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/crocalor.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/crocalor.x3d new file mode 100644 index 0000000000..401dcea4d9 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/crocalor.x3d @@ -0,0 +1,1349 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/crocalor.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/crocalor.xml new file mode 100644 index 0000000000..0bf4d77d9e --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/crocalor.xml @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/darumaka.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/darumaka.x3d index 1d37c3d31a..2ff3d4a91b 100644 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/darumaka.x3d +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/darumaka.x3d @@ -1,8 +1,9 @@ - + + - - + + - - - + - - - - - + + + + + + + + + + + + + - - - + - + - - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + - + - - - - + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + - - - + - + - - - - + + + - - - - - - - - - - - - - - - - - - - + - + - - - - - - - - - - - - - - - - - - - - + + + - - - + - + - - - - + + + - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + - - - + - + - - - - + + + - - - + - + - - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + - + - - - - + + + - - - + - + - - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/darumaka.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/darumaka.xml index 80a770ca4c..6fb58da2eb 100644 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/darumaka.xml +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/darumaka.xml @@ -2,26 +2,83 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/farigiraf.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/farigiraf.x3d new file mode 100644 index 0000000000..bd0dc3759d --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/farigiraf.x3d @@ -0,0 +1,2537 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/farigiraf.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/farigiraf.xml new file mode 100644 index 0000000000..c788763c07 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/farigiraf.xml @@ -0,0 +1,149 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/floragato.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/floragato.x3d new file mode 100644 index 0000000000..fa593f0ff3 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/floragato.x3d @@ -0,0 +1,2274 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/floragato.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/floragato.xml new file mode 100644 index 0000000000..6502410970 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/floragato.xml @@ -0,0 +1,145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/fuecoco.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/fuecoco.x3d new file mode 100644 index 0000000000..c60cd46ea6 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/fuecoco.x3d @@ -0,0 +1,890 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/fuecoco.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/fuecoco.xml new file mode 100644 index 0000000000..0a87f2d0b9 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/fuecoco.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-burn.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-burn.x3d new file mode 100644 index 0000000000..6b341b11fb --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-burn.x3d @@ -0,0 +1,1659 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-burn.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-burn.xml new file mode 100644 index 0000000000..0c66366a19 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-burn.xml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-chill.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-chill.x3d new file mode 100644 index 0000000000..6b341b11fb --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-chill.x3d @@ -0,0 +1,1659 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-chill.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-chill.xml new file mode 100644 index 0000000000..6f5cdb2c7c --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-chill.xml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-douse.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-douse.x3d new file mode 100644 index 0000000000..6b341b11fb --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-douse.x3d @@ -0,0 +1,1659 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-douse.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-douse.xml new file mode 100644 index 0000000000..38dc247441 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-douse.xml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-shock.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-shock.x3d new file mode 100644 index 0000000000..6b341b11fb --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-shock.x3d @@ -0,0 +1,1659 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-shock.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-shock.xml new file mode 100644 index 0000000000..342265a700 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect-shock.xml @@ -0,0 +1,166 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect.x3d index 0c98b713ff..6b341b11fb 100644 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect.x3d +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect.x3d @@ -3,7 +3,7 @@ - + - - - + - - - - + + + - - - + - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - + + + - - - + - + - - - + + + - - - + - + - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + - + - - - + + + - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + - - - + - + - - - + + + - - - + - + - - - + + + - - - + - + - - - + + + - + + - - - - - - - - - - - - - - + + + + + + + + + + + + - - - + - + - - - + + + - - - + - + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - + - - - + + + @@ -506,842 +513,1145 @@ - - - + - + - - - + + + - - - + - + - - - + + + - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - - + + + + + + + + + + + + - + + + + + + + + + + + + + + + + - - + - + - - - + + + - - - + - + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - + + + + + + + + + + + + + + - + - + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + - + - - - + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + - + + - - - - - - - - - - - - - - + + + + + + + + + + + + - - - + - + - - - + + + - - - + - + - - - + + + - - - + - + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + - - - + - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - + + + - - - - - - - - - - - - - - - - - - - + - + - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - + - + - - - + + + - - - + - + - - - + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + - - - + - + - - - + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + - + - - - + + + - - - - - - - - - - - - - - - - - - - + - + - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect.xml index f2d030a142..e544f60782 100644 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect.xml +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/genesect.xml @@ -1,15 +1,166 @@ - - - - + + + + - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/koraidon.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/koraidon.x3d new file mode 100644 index 0000000000..f5cf3e69d9 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/koraidon.x3d @@ -0,0 +1,5351 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/koraidon.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/koraidon.xml new file mode 100644 index 0000000000..974e6410b5 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/koraidon.xml @@ -0,0 +1,447 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/meowscarada.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/meowscarada.x3d new file mode 100644 index 0000000000..2118de6639 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/meowscarada.x3d @@ -0,0 +1,3832 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/meowscarada.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/meowscarada.xml new file mode 100644 index 0000000000..f88887e803 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/meowscarada.xml @@ -0,0 +1,205 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/miraidon.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/miraidon.x3d new file mode 100644 index 0000000000..64820c9903 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/miraidon.x3d @@ -0,0 +1,3208 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/miraidon.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/miraidon.xml new file mode 100644 index 0000000000..2df1b56a9a --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/miraidon.xml @@ -0,0 +1,237 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaquaval.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaquaval.x3d new file mode 100644 index 0000000000..6a87941e61 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaquaval.x3d @@ -0,0 +1,2908 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaquaval.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaquaval.xml new file mode 100644 index 0000000000..e91f051ac5 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaquaval.xml @@ -0,0 +1,440 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxly.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxly.x3d new file mode 100644 index 0000000000..d78d4a2a74 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxly.x3d @@ -0,0 +1,964 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxly.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxly.xml new file mode 100644 index 0000000000..74afa77eb8 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxly.xml @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxwell.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxwell.x3d new file mode 100644 index 0000000000..3a0e76d8ff --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxwell.x3d @@ -0,0 +1,2098 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxwell.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxwell.xml new file mode 100644 index 0000000000..85f42d0107 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/quaxwell.xml @@ -0,0 +1,179 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/skeledirge.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/skeledirge.x3d new file mode 100644 index 0000000000..085a78c043 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/skeledirge.x3d @@ -0,0 +1,2847 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/skeledirge.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/skeledirge.xml new file mode 100644 index 0000000000..aae4939087 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/skeledirge.xml @@ -0,0 +1,268 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/sprigatito.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/sprigatito.x3d new file mode 100644 index 0000000000..789c789e4e --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/sprigatito.x3d @@ -0,0 +1,2172 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/sprigatito.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/sprigatito.xml new file mode 100644 index 0000000000..3259da983d --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/sprigatito.xml @@ -0,0 +1,89 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/tarountula.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/tarountula.x3d new file mode 100644 index 0000000000..3f465ae039 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/tarountula.x3d @@ -0,0 +1,1140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/tarountula.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/tarountula.xml new file mode 100644 index 0000000000..c9fa347f07 --- /dev/null +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/tarountula.xml @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/ursaluna.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/ursaluna.x3d index 110e4fa9fa..7d124f25aa 100644 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/ursaluna.x3d +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/ursaluna.x3d @@ -3,7 +3,7 @@ - + - - - + + + @@ -88,11 +88,11 @@ - - - + + + @@ -140,42 +140,15 @@ - - - + + + - - - - - - - - - - - - - - - - - - - + + + @@ -294,11 +267,11 @@ - - - + + + @@ -321,11 +294,11 @@ - - - + + + @@ -347,11 +320,11 @@ - - - + + + @@ -375,11 +348,11 @@ - - - + + + @@ -402,11 +375,11 @@ - - - + + + @@ -537,11 +510,11 @@ - - - + + + @@ -591,11 +564,11 @@ - - - + + + @@ -618,11 +591,11 @@ - - - + + + @@ -645,11 +618,11 @@ - - - + + + @@ -671,11 +644,11 @@ - - - + + + @@ -697,11 +670,11 @@ - - - + + + @@ -723,11 +696,11 @@ - - - + + + @@ -807,11 +780,11 @@ - - - + + + @@ -833,11 +806,11 @@ - - - + + + @@ -859,11 +832,11 @@ - - - + + + @@ -885,11 +858,11 @@ - - - + + + @@ -917,11 +890,11 @@ - - - + + + @@ -943,11 +916,11 @@ - - - + + + @@ -969,11 +942,11 @@ - - - + + + @@ -995,11 +968,11 @@ - - - + + + @@ -1024,11 +997,11 @@ - - - + + + @@ -1078,11 +1051,11 @@ - - - + + + @@ -1104,11 +1077,11 @@ - - - + + + @@ -1131,11 +1104,11 @@ - - - + + + @@ -1158,11 +1131,11 @@ - - - + + + @@ -1185,11 +1158,11 @@ - - - + + + @@ -1212,11 +1185,11 @@ - - - + + + @@ -1240,11 +1213,11 @@ - - - + + + @@ -1267,11 +1240,11 @@ - - - + + + @@ -1321,11 +1294,11 @@ - - - + + + @@ -1347,11 +1320,11 @@ - - - + + + @@ -1374,11 +1347,11 @@ - - - + + + @@ -1401,11 +1374,11 @@ - - - + + + @@ -1428,11 +1401,11 @@ - - - + + + @@ -1455,11 +1428,11 @@ - - - + + + @@ -1484,11 +1457,11 @@ - - - + + + @@ -1562,11 +1535,11 @@ - - - + + + @@ -1616,11 +1589,11 @@ - - - + + + @@ -1643,11 +1616,11 @@ - - - + + + @@ -1670,11 +1643,11 @@ - - - + + + @@ -1697,11 +1670,11 @@ - - - + + + @@ -1724,11 +1697,11 @@ - - - + + + @@ -1915,11 +1888,11 @@ - - - + + + @@ -1941,11 +1914,11 @@ - - - + + + @@ -1967,11 +1940,11 @@ - - - + + + @@ -1993,11 +1966,11 @@ - - - + + + @@ -2104,7 +2077,7 @@ index="0 1 2 0 2 3 4 5 6 4 6 7 5 8 9 5 9 10 11 0 12 11 12 13 14 0 11 14 11 15 16 17 18 16 18 19 " > - + @@ -2132,11 +2105,11 @@ - - - + + + @@ -2158,11 +2131,11 @@ - - - + + + @@ -2184,11 +2157,11 @@ - - - + + + @@ -2210,11 +2183,11 @@ - - - + + + @@ -2236,11 +2209,11 @@ - - - + + + @@ -2262,11 +2235,11 @@ - - - + + + @@ -2291,11 +2264,11 @@ - - - + + + @@ -2317,11 +2290,11 @@ - - - + + + @@ -2343,11 +2316,11 @@ - - - + + + @@ -2375,11 +2348,11 @@ - - - + + + @@ -2453,11 +2426,11 @@ - - - + + + @@ -2507,11 +2480,11 @@ - - - + + + @@ -2534,11 +2507,11 @@ - - - + + + @@ -2561,11 +2534,11 @@ - - - + + + @@ -2588,11 +2561,11 @@ - - - + + + @@ -2615,11 +2588,11 @@ - - - + + + @@ -2807,11 +2780,11 @@ - - - + + + @@ -2834,11 +2807,11 @@ - - - + + + @@ -2886,11 +2859,11 @@ - - - + + + @@ -2940,11 +2913,11 @@ - - - + + + @@ -2967,11 +2940,11 @@ - - - + + + @@ -2994,11 +2967,11 @@ - - - + + + @@ -3104,11 +3077,11 @@ - - - + + + @@ -3131,11 +3104,11 @@ - - - + + + @@ -3183,11 +3156,11 @@ - - - + + + @@ -3237,11 +3210,11 @@ - - - + + + @@ -3264,11 +3237,11 @@ - - - + + + @@ -3291,11 +3264,11 @@ - - - + + + diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/victini.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/victini.x3d index c00fc22fbf..0337f93e50 100644 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/victini.x3d +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/victini.x3d @@ -2,8 +2,8 @@ - - + + - - - + - - - - + + + - - - + - + - - - + + + - - - + - + - - - + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/victini.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/victini.xml index 01af750ca8..422f140537 100644 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/victini.xml +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/victini.xml @@ -1,8 +1,142 @@ - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/whiscash.x3d b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/whiscash.x3d index 53a8a0fb5e..6d4eb1b293 100644 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/whiscash.x3d +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/whiscash.x3d @@ -3,7 +3,7 @@ - + - - - + - - - - + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + - - - + - + - - - + + + - - - + - + - - - + + + - - - + - + - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + - + - - - + + + - - - + - + - - - + + + - - - + - + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + - - - + + + - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/whiscash.xml b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/whiscash.xml index f78e5bedf8..a283436f66 100644 --- a/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/whiscash.xml +++ b/src/main/resources/assets/pokecube_mobs/models/entity/pokemob/whiscash.xml @@ -1,11 +1,206 @@ - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -
- - 0.5 - -
\ No newline at end of file diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/aggron-mega.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/aggron-mega.png index c0b8607ce2c01252f53a57a18d5685a6364c3ce8..fd8291284ccb02464918c680b345c70040f9a0d1 100644 GIT binary patch literal 261 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`r2~9IT%SC7Qc_Z~ZQHig)YM7w84qVK{r~?zP}11g`0egxRzMbKfk$L9 z0|Vbd5N6ylG5al0u-MbZF~s6@as#8IhQvK4uKz>% literal 2501 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 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/aggron-mega_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/aggron-mega_s.png index 23d73a5a1d9e7a28e549219b092f5453adf6a93f..c66d867630aa0fa1fb50fb2b538945dbec95b760 100644 GIT binary patch literal 261 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 Z{$Y`S@5wpIBS049H&0hTmvv4FO#l%lXU6~l diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/alakazameye_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/alakazameye_s.png deleted file mode 100644 index ffc8d79b7ed5d981add5c3b8dbb301232cc1e7ec..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 317 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 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-plant_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-plant_s.png deleted file mode 100644 index de0f273fc08a8545da3f085108d092031d3786d0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6786 zcma)BWmFtIvtHaOP^3VS;w(;aU7Rhhixk&VwAkX(7A>xY;_h0Y=pu`2f#UA&EY8RK z=l;GYCz+E;&SYkiOr9j+>Z%HO*c8|R000lHD69EG1OLmI=r3irgxSywK{r=YkOe&d zm$KW65?(l1&Wif3004gXe;KLIso3&`iQxuTk;7QQe1(d`{XLS}0|20S1(uc4hRz>l zi2k73OIit7$t!hSf=F@>tht74I?L04Vyr-&{R|6~pl}lqW1LvY~vI2~w!e zm<(Btof#F3@|?dyzlS@>a*oU(nhJF|^DbBK#oJh%f3(BaR*kOGf;@{fNxn z+UE9sYrmaL*Y=C&ELT~~pziaH=Z75yuET+tr@7GexzA%Q2&*A*z>vPx+T(73+sUpW zSgqzN^5M%x^WQzj5lgsPZ}fL3c|}(3nhi8;)K~{-L|l=dQr*MR8?hhMdL9x2m`G8P z@s=8KC*I!xODGn|8)I)PhOn37l&M92U9kr+%i9LcT{rb_h%4(-!TakTRDGZSt~dsU zuK8_*n9S2uJ-{!ExGs$Btd&0!I%2ar0y(O^KypL{XwrdHXy{o6z8cGvztOA-oSCxI zktOkPPv*Zy8ADAh?vPT@BHFn~a+t}N8kJ9clvn6EKd*=6D~iEYO%ago*^9Oyd9AfN zXV)F4h{v54OK`pM^?j-^8m53cuGliF@7d*r+vHkAppoaz+cXGqB#msbZ0w2mxkG?` zULA9?{ZJe`Ft?!x7n%2(xP|(i6eduz!$peF)8y$tDe5Jr&BvHb+3Q7Fgu#~_XqZfF z$+;(UPrrizK=kzQ7L?*%hd(QY3)S8pQKo%&lI5!cGL=Q2$%MxKI=J4#yYzm{8Ry{o5Pln!oFU60L#Y5bKD3-8KKxE7Y~EL{LHSKYo>|GvzFyG{{t3l)z+QM7E33Yq84{ir!Zo&H9x(CA7zi+U#Qw4^K95 zHc#@q`9^{o%Gi|pK}gR`@B#D-dCTHf9`ll--4l1<_hs= zl`^)YSH4Tc#oz5X2dsleRotJrddgWr4M#3swEG{1h2Hu)u1qnIF#to3kHRi%=@vXt zA!$dQ;xas!3IZaIO0h3XN*a)oA{=B1KB_?Mc>7mBX{W>)Yw{&C9v!5?5f=HRKWGfj zRTLUFc1TzGeu~x3*7W^mus+0>X!!)PBTxyq!*s$iDjfY;+?TNDkXQ`g}4a|u!Z3#=J3?WiwweMF*P52MxqGUS zn>e^l(DroLz-y(3BiqZVpdqNhby(U?sI@gGx*mJebbHC(qa&_#^|QXLX>X>f>BBhh zk~1b_f5ThH!I~%!_>+9fOoA0wu2`m(q5nyubNi0k%=MxcDgMV0kxkxOl|Cq3VutaL zuRpd>85ON@?3TXYiR)CnC1qyo2_g2kZzBz77B)CoLMquAo1;CLr! zgxOE@?O$WB0>{c)@_{WSCS>`B3i}Tu8DiYV{JR9|oUv7uiRf8g>(R6y-mRSNM(5rp z=f6RXsKH>Iz*FQD2q&dGcTYWrT5c+ON1S~Pq)J)oHy1rU?g|^h98N9>3ml%@4OGpU zy^?i+Pb(3%ZLkV(aJ<%2;n&z?Yst5j8s>m~`U1HX4Mzx-^nddaMM91^>yKp^Z%!c4 zMNT03YH(4^bORV55<;Q-(LfTou4y(hQVL3Tp-jB!N^4jp*? zH4H##`!P|Gq`y(Tx$GtE5qAfYi&)ZyQ3P*`+A)tzvlw2CZaJRMvj;ZeuW4Lmb>Ist zzoHD-;(p!t*K_c2UjGzP0hadx6S|{KsMFEw-OwV#@KNTX=~Mq^?Z}LE-4l|vX9b25 zAd7bJD(gNVoo=vi9wcixjzef#>lLJ*2b%{S^?_z`?R0|W~9AFmYuWBPm1?BEK zJa0l#R&Cazt!D{dPPEzcRKaBw|8tHQ!MDzY!?Uj&NowKST+iLrwQT7V7OR<>^XfPO zE06WXa;z8nrgu%)WSy_=O(||a0LEu30Y$f0g3~87g`ql~D^_0(5_z*U!XvXaudBn< z_jUyv0T?_mEpI)Nhc+M4UNsr34|B&wa&oJEGAuPAK*0D%r0Y#?@p9~^O06J!h>;03 z*#??^c;riTbnJhTuWW&&U=AR&TRU0)r+>m@5db4O6(Hb}LQoR!F~Z%3h&XVP+sTr8 z;)TZBUdK6!qMN+Y2JZSv>O!6z?wF&1~dClcO&_!+(f+NpD3$+ z>FVi(9~rB7Cb6s4=1L7pgwZ#9(lIj77(Ix(2risXc%4(cuKGAY~gMWh#x58yPbrs*41(nA|sFEg^!^;t|V4w_e7y===fN(@lIkpr&8;p z1#qEH&xEGAhfBQraol1tbDu?iN0a`3htb*qX;f*>n>3)R&iG%sQoT%oxtU!pZCsp? ztFd_@iD}JhvQG!a6Lmy(u*%+IL(;z@$km^H^caS?N|t{#Tg=3T`{JJ&#(t%wenOkA zLrFUG3@&dq7DUx3vop$7u!|-sO#1{HyeLSqF+jqf>^87a`xQL3CCFv0&TbrAu(w?A zrc6G}!HFXc(J1%PMQ7cZP9@;8K2-nohv)tv0f#X6 z@%GASBZUyxt^d@&-ZOi?#*l3Cxw)fxJPcR@mox6O?85TK@GN89-s!WO=m$VnQ!*E$ zRwC5JzxPv>Y9vQuU^pJ0m4N!Vsf1-`CcPn(kH*MIObFzJu`=d3ZEP0>DlX-y(G+6| zPnX>xrnvS&^Jzct*|FzCglemQ+Amcsl=qmXsGqd*Di~UJ20X>VRmMi^n>FIMcWE4x zLpH-o!}Vx4w^@(I(1|O_8_$48X{&M>EVhuVc=bts)z-`k*Zj)W`qmyX%<^{!w-j~^ zY*br?F$at}-&h_WYu00N4>u3J!v7#oVbM9s6)S6t4B{Q@R4K_OT9S5j)*MLVwBp%} zDh-olhwN&{y15nPeZ$DZlnaz#*P}QJ!C)c*}zr^ zq*@}*+s2c#BcAM2ogIGci~S=xrXp2~8Ks1^;SiYyjg8O8I0(=Jq1OsG0)8{BRQM+v z-q6xz3B5qgVz%9O$^-|YZ>0Gt3<>U`R7sVfFp#slz36cNWK+H(k=!DQB)J68zmN`1 zL%+Mfzf$sM#TvRTWZfP$ZPmQ(ykm>xdedKM5brx=fsV8^zKW`eMIo+omu!C5!}GCD z)**b#iYqtwl?U!XE~tUgMZx|$fW&TEaP-BasX5G+x$_#T(mc2~r3#&GnbN=2crP5v zIi-UthcPfQNy6r9&+ni)5+#Pu16faHf~8VDSr2<$qgRNBqJU>7W5Yb9IGp)LzJXeH zaH@sE{Ssyg8d&Xb6T8bFoAcQGlw(D zw~%DDWk#pklW!p2ymq}>OASF;fYtc*9G8au2ZRbfKIx}6xzKk(V-OD)n7jh>8=Ig; z!c2F`eGOLqguUfiz!QSA;Wjt0WTc$XCN^*~15uD`(6#%(sach{(MrkPeUhs6MrOn+t-y_k?avIF|=Ma!q`IjT#wg74$K=B5(3F!MnES{=ctWu%lFqTa61M z?7^8MXud{#)q)NJQaie`0u|QMh7e+F$Uh*yRk*sSAharl7LsJ+XVQ3D39B{$ z-w+GuQkceuOILVd@P6ruG;6R3+)FE)&XR1}zd&zAl3u!+GRQhtOy^;LKow2ZJ^c*0Dz=v(XQB=SjJ|7>_N@}mV%gHf%` zlOuu+P2e`3PKuDJbJwFNw}9Y{5GeL#F5^UK8IBPbrMZtep%49l7?K2ZfWo+#s}f&1 zla@d0STlKA+*<7vw(Fq9G?Jz@dMbKTh+fuv!>FC}>0%Ot3HT~JiG83k5d&E$j>G=U~V<09USJ~N)WX7V;-1EJ@6X_$%LcKwOmGE>V^isN*viS&Hm8|D~ z-IIXeuy*EkPIQ>v{}_Z5pMP(MyJjyK4qT)OA134-_$1~%P2~AI>F}u(pfQU3gN(#+ zT@^Lj5-%Ifl*yvuiUytg@=pQ)fIMkzD894xEc|F) z?~Ocg$O}g*FB()t;sdbCJRX5uEd9cgfax0)H-nqRyw>ZU1#HnJEyO8ED8$^LlIzM0h2$@g;b91-e zC$@cNUPJc77x84mi7;L544_PCF9;(;l=?D7ANvqW1rZ=GVY@lnF~x99awtqCe0+W+ z7E_+#xJ?U?&^4*Udk{kxqBw%Y^rtYspqSoT5&tpRWNYq3xU6CfmAI2NfvnH_ubF?l zq$FOIslikqKO(hrmb|Bs@7?Nkl$7v)m1$6a+G!+nK?OfQ>BYn<)xr<`KuYYA@CVt~ zj|X%$!97xDm9q^-^fxUJ)0UuiqRX2|xC?G56zs*MY$`yWjPJUE(-Ld}Jdb-Hk?_G8 z6WrEg#93}?^|WP;K5eCdpHhoQ5ulm^bjfrCI)dqr(bI>57znyX7%;I-EGBH)N-m3iZ?bNzI@jo%YD zUceRnMBqtNaPum|WJh@hk2i#1(4$H^n99oy5@)QjJ7Mf(tkE3#*id=vJ;3VwZzGdewfa>iuN5qu(r_2N4MS+(B*etVgMqy$N^x-v8?=@?1#XV}pDn z13bFOOYR*D5`*X!yYG8xmLN(DmK-FeGEzQvKT-3&1)k0>OE~XC7x$8oOl$4NHuh<$ z=1>lci$Ag{Dkt065s*meRb}Anka33qSDm*=oT3pmjRImRoK~$~kjmHXg!RMj(%fRi zj~&j{C}j=|t*U~>Q5)g!p_@kGyFL-j$7}vW2*1Yo3a_0ng2E8nhrZ_r6aNZ582c~a z@>AakmptOAVncy{WD`sd7xa!;Qp3@vvo)H*?cl{^#19fX2W-aGWV?W=0>u)Tqen&4 znu=1zzBF}BJXxb+A69Ro_J>3HyiHj{7@1esSL_16u0eWV@P2@wt}3jRcbB9fS+tQ3 z)dt1u8>j2D2+#)8@)5SXVN+uL)ck(y5R}z<%%#Gp3R^^L&7Jyk&@6IMtS9PW^M&kl zK+;4LZFqD1S!RLWgKqgZBATVAq6(VK63A(}sq$Rx_fsMGY(gtCpd+I8I|{OrlA<}E&3;c6%B<<1~xU zej^qpHAiY&sQqu8r)Om<$|&Z{Jq+Q;TJRxRJ9ld*XYPmfoB6ZSiXuHfPard>X!_ul z1L^LfcHIH;b;-KN`uIrc@G@v|+2Tr~uEA9lh#{-3&Hf&@C_0F&RD@MW5N)ChcMNZ_ zC_>5TgwdN`?c+jw&UnRsqKoL+OP>@lm1b$T>d_$(<}cB4)lhjwv=t3k5pHN0)zeQp zJ|ld8)+Ian_e3^nPKK8-bq`nV)ymjTSxE5}Q4wV_G|1xffkv;=a|{`mG9O8|xBX7B zaCa0PqGTPO?cKdo%odmSdS>6vq=sRSF^U}hJVR5s70YTfD-;EejfN31-Acxx`|Bv6@4rAP0J#S*Gvd{AU zFUR-% zSNav15Yya z@Euw&{*p$2G>C1?mV+xD0)XXIWhV^1Qbc+$hAIRI z5+DKs5<)K$_;T<4?tA~fb9Q%Tr~dYwnLWGFI$DotshFt%006BTTv?Y$gZ`QnWW=>c z9x*~BWEL8almRXPSAaA1&pcP6gz^pCm`Le*{+c8MuRmH5h2(B(k5$Mq6jT5q<~(|* zUqoGznzEw4*Zg*li32Cfdmzx2^FhzD3P>pVK$qlr#1s^;kg=%@xSPeK2@Xwj z?Of#Z9sW@nrhr5Zop8bLA;eUt8#A&qR1CY7l_<~KZr1-&`g)@{!RTJ`IMvYiHz@1oAi?HA`$E|RTl>qY zMU803cQaoCu$MaeOr=jP9agx3!JP`ZkIh;-7Lt~S^y)d4010b~u2;O;Vu@zE3_r7#hmL5l4 zfsk=tCqE&eY!*&V1ic)d?i5FBMt+>X&zA7c2dTL4{4m1MaYO z@!a6i6SEX|o)D)647AX*32k}GcOPgb3OOMR1fd<-8LBK*V6ZxJ3ss{By~#Jv1W^y`M(|kj;!pidy)WCUwR`vsevq}@F7Lk}3ZJ==L|SEiuVcW_fl1Il zUN$-|8%cXA-~O})VE_eJLGH+T{N7f9Al3bJBZ_A*glVI_PZNk8*Pcx1QTzx*KjvU;*Rm)=Rcvomv535h5lS=>Ce=O)f+T z@p$NR^Bx@o&1?D86l$|kO7Lz~2n@ti67&)V@-WIOq+?~z0=fO`usKOsMQD(*ZXRdL zO32h+w=|qgtFr!bjve`yD;3P8aaYaI#y-}F3wAHBwEWhS@64wb>9e8S=1oU(cY^pB z(0wEJ^**x!23@J*!-5aawrbe7uIIDx;spW^m{8)# zr_nc!liBzuIMhIF3AY+-Z;yzcuG~zsBT+GU;JFFR%Hof&C%m{o%IG$Qb0kR2%h5V? z=(Phsn4?R>{IOLgfYwvqch8P?%xoJ2G^8MF^)=;>JT3`Z{PvzyZ+zWo8P49138kr@ z5H8XQzJ{5pBdarMnmptMyo|Q&`7ch-n-<#>Z2uCc`+qUzNrKC|5cXw`&#H-f;DJEi z&ha0U@ZdRqH*QfD5%o>S}53u8}CupzipPot9-Tm=`t^Af;rMw!nq3dLpaqB&|JV7IH@G#Fm)<`zq42qp+ zlWl=noN;Y@P^1C>ecx_g3PX4yp zim;~g;@P`si(zKFzdQN3QR@Vt6rt66;Z)}yLgWV8JdE8%&I9&NWjzg@%)OLaFMHTU zax!eJt*?qLl^T1Np|*YwXNhM$1};+E5;EF7v1#d4?qX_0DDULd~u zc4zH!_o?CFy6ckjEAdVJY}nY|p6?v-wqs%&BZ0WW{i2KVQo5~G>uHj$i0&@$JOvD z7?GiDIia*czKOJZWYXSF_;IMzhDjPB!`U4AsWVR9uto&rMyu^Fdz5#AcgxOhIP#Ph zBn;NJHY_EPh4XME@djXr=JblhvML3I5R5!^9Cs=}))n0Yl7Vn32ymtkjQ^g9^C9cG zp`6T;nl0|So`;?o9TLra6xx55%WY~_tlFOV(#MC&KrddF@3SH093e#Y2Wg^eJYd`5 zqrO4hr}z7n4hvnSXNu|L5-H}wQ5+TDw+=b!skYrO3F*oIn6^RjenvHywHkeGxDJf& zUdrW7E%Q9Q?~Auzb10NN>;1_oHIj--hX)o3iXV7)o>*Ox>2=ciIOTv*Jd)>@8kg!E zv?0tNar@Lt?${m?s2E}ubRwn7A)VF!9k9L-0BiU9enInd@y9*R8eYZMuxsE?pP1|z zqS5S_{xb0l`3H*9If_%Vud3A=l3u!EuLzbb@d!3-j06sOxT~{8fUKu5M=)s=yU0 z-Koe5rcsXn9HB7Q%~WVAa3b*HLZxX+cZ=jjSaQ8e+jCxrUcOl-u*wJBYS~{)uPQ?2 zN;C==J83fD?m6ZMG#*Z?Wk-Fw%Y(yxm(!@lU zmoZ1qoD~8=f|S${yoo*U8!KdyuI99qbon_&&F8~vFmcrIaM)$ng48Rh_sLI^Hgz8q=)aDPAVwXoc*1 zO)5-K%yi1hqDFnh>bOHwq24Wohi8s~tAy#AXnuf?E;JxsQ2w9Uimp9SLNS=X4g(&@3| z4=yp=3xzcY)8h|TJv{4ap+&!YI!=CEcj3Uktn5<37AqVhvZ0V9I7cUBPrJS%GEpCG zcwt`1h@@m5Mk0iWW0PgfGR$HYAI3|!9k>nvSJSHKXN>s(R}8ysy?oqx47ik*vS&gL zB3DOE(rZJB^8*ngZGpManyx7Sba!|5VHJ&yadv>Hu0ngF$9aWI>q;Sv(|tA>#?9Qd z(WsbiM4((5B&u;Xq|R5lL){3CBGGp9jEydj!}Sn>M#{xc()HTpZrs>=AdsdyP%9lV zcG1m|jT7}EgE#y27C_N$|I|CzYe~n}LPoL^YTuF5bvGf|(>l$Qo57c^-@JLdwM0fh zM9RigDOy2axmfzVxQtMA*C)ZzycDdWvQE}HR7Cd6kz)QbzhnHN zu7MKa4LlRI;X6COOL)E))mx=RdSN={N`C)-)B5`oxWj`*C|0>n)$bG#p3Xrdq`VM+DLv zRa6w+nZ+q4|h`tt&M?u8r)D=R)FpC1mo+z$y!uu_Kx#DdJfp-rL$ ze#tR@-y_Z|7pn+*58jb4DB7n_H;me?fBckTr`s{t+V5++&9mZfVxbeo>WFHv_g^Zx z9d>JA+4LnkWJFebf5sr@gCyJ3U*h!^GRo4xA&jx`o%87xp`=C3Nn8dL!j@|Q$y+S0 zFZWgtOGM5vQpkHBCAE9NBo`?cXW0?86q_#^f^1L8;{@}@Ca(=g&A_BDUx2O`j9aY; z3k438+m0rE!TADylaoW8#l<4h)fd=5D(!jYhDMcZ`#VH3L!tRi)}_ih1&>2G5d1jncI$sS?5UvJS zuRyZqXF|KU_*1&H!VB)%&CLxS&Y_O}-LeC9cIWkCHKB3zaPRt+zb&*#-*(-|-g}@( z+Stz?1up&}_FkeMcLYa$v-_{4iK3D!TY2kORP?B@RmycCo%wUxX69HVyjbJ)3DMoH zNY|~hdPf6Km9Nn`N)6J$8zQD->Js6OkqQ}O8hQP>h7z3S!#4w;%2cf=j=W7%pwztf z7a9-|vRl~l{ORbD8U9gwDMOP!Me;t@6|m90VfOZ6Pj@)+^Qri_LB{U2&!E$>8<3;- zI1P(SXj=i7LC+G9ZO1dIs9;}?46}|7=Z@*07oL9{eimC*Bo(@RdGYRj`aulTIi_|& zrX0wcO%MC3syB1j?eH6h>UQudNbP73=>mdqBoJm$8eq`c_~Pfaxd%fo3WG6-TK=5R z&DIL%TI@<^=}`k?4rV(pZ9Mt6oemD=V5;~&Q&@S|o>=EZpebC8s3iCA>He(GZT{4L z_zf>Ju7J?rY=9JfaxiZ4-R4y3)$vEdfHKl|ZJl%K0$4UFLY>p}Cp>L?&)TR- zpd~OTN1}*xbY)iCk00#g_-BoBE4L58)6-MPUreCo9;RIuu(|&ZT2@S0i17R=^Zg;k z8F$tU#$SCTuXJfBT6Ol`b!4*ann( z1*FHo@$kob2)_Bxhnfq~DX>=Kx}r*3%ODd1c0s+wY3d@tCS2H@+VViGXK)&em()E6 z1q6~PjS>4X~XYbzwpxOTngbE@0f1L{!Dz$}t`y)}GL^vz! zJ}D_B$nFEcm=fOV>0bm6vEC~{geN_Lo~b<55MBU{z_CNoBIoNu?y}yrROss8&YrG! zP^cWy{5MY+_D_^1>c3T`eraTXDJJ8kb(MQETQk5(OQ(RW%ogb!_vWvHg|1TDMmtRq zKVwU}?w1rYYwqi$G1d@s&vR>JFm(HfDzZfL)zN;Fk=m(rqv54SJIGPHU_3B3*J< zzkNB8DkyRt6HWSwg&33$!qr*QXFDH#tfJ}Iu15TJ=e zwt;bPw79;&_xUrqEuhq#Cux^;nFs_Zl-n}(p<0qF&voxBSmGCKhBRD6h< zNAbS!?{Lggyb-Z_K373XDg?I0lh&rH|6URuR)WnlvV&vC!~r*;%Ef(joGXvxaRiG@>^ zZRKVc)hhBS6kY$QEN#zD7q`6ksyjlAg6;pg>9oUS8p~kU zXl^}^n%1Hd%P;=ngR;F>N=kRSoU?4@jpPepzP@R-wX%T|onIof^ehD{UA7O+507bO z-a3OZKud9p7>CfonHA!4<}^FPnK<5sH4&jBBtD zP$@iJzix%GJFoLFr3oC{w=^_A@h<#%|B_sBSb7`{xH2YpG?kg^{OVhdaB{(KX;pcj zAGb?)!yu&i?luNNZSn-~I-?f%i}7FwJu#3)}`%?;hfjmUqe0s=u(M32tk2ifbR^(TfDW?r4Vj0n*!;KEZ(4zXYpVEdffdh$p9% z*VQN}E&8ohF5y?lPgQaHZ0Rhl-~ODG8%Bd)0}jDQC;FqTa@X;zrvPtxO2uv+9O?UnQh8Y%DXo3ugR`%kbCPJ6jc8 zbVo7U=Ia;U`aEuQ3ibJ^1S&erZW(iGl~yjVe* zABDg#nR|KVN5Tq52e|8erLG91cmyx@(o7{T5#j`O|3-f@t1dcTqCNL(GbQjKFUwj9 zCF^$wtNDQ^()YtDRrVN|Yw2VJSs96o0b()OLu-_s;pD8ca~icNfV zWCO_a`w_E{I?CW6JQ#J)H^DOFhJJ8=6g;qZ%d|P;gJ;%PJJmJQszFLzbsarT3 zC-U9nQZhT!`@6Umq6K%`RsNxMKll2k*vx?XdnImBmC63CRyB&_K8-1!INd8Z+q%I# zyfXi!MeT-JqB!IdOi59}(2|xP)-tlvFQ%9G6dYFS^?&p-@ zZ@k>RE`F@wbGJJ)q(;Izo zKfw2Kk+Xnx>5zj1izdvEgbP%~O1kqdcF1qM7x*$5E^QiCq z{)Bhkb?#aB+_lcVYn^@eKKt|Car&>+iSX(00RRAzriKax)rbGD;bNoiz4ErdQ609O zwz>*n`hV9^asLKt1kXdm)EfXG?)_gw8+0#uiyFl7(bQGNS;xf(Nb^o>E@J@z%m7Ul zMMM9k8pGksQA%@U2=EWzz7R_|a)j6Zjz0yGsG2+o-6_%x(bIQI(9~>mSaXeCS zoRFj7dvjzw74K$}yI0^Iq5k6Fko@>>2rJe7+lY{d4WUyfN>(?Sbd`?B#Qp z7-LFiV?QxQ9p9fh{F%l=2bQ&Ud&w81J*El%dNMgf-U@WF;xXiGP(+p$*y(ERHK}dr z6S|*wQf~ys$@5MayYw7?4Al^_oMWz-I7>M&n~W4Y=h58J>0>quV(=3 zOZw*v%*ew2lc_<1l{uXBqAlculCKgcxk#FLs@RknTd=k+5ZkR+Uy{a6&NM6mW`^ z)=&11V&3*SN?$Uw3o^_k4T15n}k+ zhYrg0GNLgWqA^HOb%+~_arPI@Kvg{~fO~1c?*qS3fXemrKFC0eQ$8qWlmMg_ygcbvb!PnH96ZNvpp!X3 zHkgK*(Tn&C+s0u{+wh&O{sG}O z*(>F+9jDxmVb6$BQnt}~xF#ISWb6v!3L-($c8KpSEo>`Y-4guJF8lv3Db9N_pjlA2 zs(g2lu*lOs32J9stfx21ZdxcZ<3~UsYH0XyQd0Bk_+pnS3vL#L{|@?1Zi=;9t@}HV zkbJBU9bNY~|E6Bv@0!ujb4Py?83@ucQNa9O<#^OeoIV~Nhi9hu$IaGdlAP?&V`1T) ziPYmM+xwYRJ^K#+iuugYZmXcX8~JbF_)zwVcCtg=WW|OX&yuIM5~Sy8nNY$(U4&4p zXyDcY(+jiCDVrvw_DI)n|0X;Aotf*66bwVYd_Z@*5PWWPe~v^x&H7n9Zao|I0}DO- z?t@l>kTZxwbcbAS>7RjjL=eJyJ;qw_Gu%fC;$`dq5VilrQK+yYk6IAZ5BVoYaAC^? zF(LwlHRUAMuy!U+&^D4Jw;mIU0E+h5*2SJH|ne3sXCKFWKb4`pImp%xh$gBsyW|7Envt_` zTBqxY+%(4ADPpo@QjSX*lW zJ#prt%dBj>_`8|E?rzX3$v>gG$)XNc+*>eH-#v0o(85KRE81(hQF6^#43SItDRn@& zwNKTvs?1H;bavCogp5{78BjShZF@T-XRbWop-3LV`fu$Nc~O{aC*K zq&o}z^>^r@mx*<4MlK|t56#Zz?(bmpvdhvBerc>}H|@2QZG@2YR+S**Mv}P{J&%!2 z)QtK|b|$^%a-t;f?EocjR&dz(_pYY}*db9HGAwT(un-FSLE+id>xMk&$o|XLSuJ!sQKgQ zDM0M6@s%J1mf-&vl*YX>$L7AW08 zGnXG$(brT(2U2&V!FoP=>)(T(<+7K}9~?12cCl2h3v;<>21jFb*FmE~8+W-UQw-3i zAO3@<+hnM3zED1@Whh26um*;G=%OFe4urRhzuO=mbaL z-7~!DF-aKC`p^HZZ%{0i@(E4__k|Q02~MkfXyo->OofeGRa|N6wQQpIrLkXBZ*Ih9 zzu``riw4Lpr^`QF()IX?=*&kYiS!kh2A+YcHVe8A0W5zXXXlY|nMlm9so7T9$`R!x z)2fOdPeIdCBfZI2GqMuv|4DQ*;d*i!2x;OCV!&({k;A{0ro2$`=7A1~QSKg0!JyaB z-fmUf*;yPF-qoU%zUfwlJIHo8Cb_YLUH8-&UMMShtT8^^{8;0iZKtv7C2^_KnNK7504%h70aJ2Gk5F|4>sGQk>P! zcY6MDo1dKK=!$67S$RC}pRKk|+E_YQAwnpdHW$o7pYjfWD1GquE3dz&o(zK2KJ9-$ z`h;szoyElXu9Z5Q`j}2DNM@s0>Aenv+)Dwlwp6C&5tIHC4;@kczzgH+W%ejR$-AO8j!TX&n7s=L6XTo66z8R zn2j{Pq1_5i2s_7ZR~!td7Ai{pfCCAT8{7V3cxpV1nXC4G!FVpU0FL0EiL1j*oJYt% z0;GS^6ZfrV{M%w83wvN20o&=UhMhfeoGt#y42?D$JU{&u&{X~yb0eEUBdFQN56v3R zR*Y(VApr27acm{_Yv_?u&r<6%8G-g8w3{!uCSVhc3WVb_F~}$4qGMc^d7HY!(-cOw z`7QYe&SEHNkm7ibD6~V-C@U{SO+IOqghX7*utwM1d`eKgyZZF~q;>GXP7O2bpGFSG zl-p2+B`Qxph1W`6*l`N zNPYz794>5g=nr6hC6FQ9Ud^rHgTL-uwb)AP*^Y2#`4^1Vy_`xgkLb<}Y%*5Ws`Bz2 z&$mpmt{$4-tSH*Y8TuwnexnZlY~q}w_zN8!x;J(7L~@#xp%rO z4ItRnz=m@-v8}VJRZ&-4nm}=JE`F09if4lv)KEpI2ulAT>t!#MJzY#3-_svf6o`@)AEXEDck$}lTpYdr2&@9(uJHQ z%0qKHWO5oR)HCaPyCLK2zf#qmWDy6A{Qh!l+fCI|x~ZeAiDzm()x;0N{uN51>JsdU za-~xGqqIZ>(oXN>T3@CProF?&!y|JrsU{UaY6@zVRZQx=l&ka{9Vh*wujt*y)=yZF zX{3iw=GVlML;(e-RZdIk{Xv3o@3N&nBI|KT(_UUU=;$_tJ}uGQ;*@o!c$)~r=|R6E z;_#L-rb%kn^xOLj-VMPa9=Zv%W-)EDUT7d%?+(s5a^Q)5W+R^5BH;v!so|h*)}2?|7=W;w~)S<(DrcNKC zWZhojCA3z1bW^jaFkaZ3*1W#y##9@XcxdjW5j8`7#n`H|EG`xq!rv6`cZbVeG^B^o zPxEx&*{?(KpV*fBd=!l!On7S2Sh@uoLtZ}QQ=8fOLj#?+51QYxwBhD9$+3~-5c~%M zQHWPe%!i`96eN)3b*#Y0(=+w$Hd&ebz>E`AB)fmU>6(>Rtx#&C%j}JivKD`||5Xw} zeI#AlD^;*IwIW~8(X#XWK=Zsg*LBs_bt5@xtJ+rTb*k_EI1s?j2j5B)dG&C1)Af9S zd>9`SFQ7H0&Op>wa_JH?$Xxmt!dL`9A_#QXh51EIF&jy?Z`KB%Z=N;!WlSoWoi@en zmt&p|;vwXy*a#Q0%Y4Na6JhG^p&MylDfM{V#eux!@263|uBT6yodk@=gbt!gLl- z{+kaRbC(N*MC!0@_r}dUg;V6yzWD<`9rs+3PrWv;@FUb?+{)=Std8y>)n*wyu$(mw zUbb1_t!RP=6!*c#@Mh}Y?w(p27rh^c`0pI;uk8n*U6AkP^k05%J(hIYtP4l`uJ5HN zZoB8wYD{13I*G~h#;j2yS>QwA*=2m71A=2rbiamcjPd#DH6UAEvZh+O$lr9Po5SI4 zwp8$SqT?PO$d(v~ot;y&8M`XxqnMsg3ZrM>H39cDe=4{KMPH~uarHvWx_EX zjP3Il(SVfKdb)Std#RV{0f*2~TwO z3cHOCCj864&;@&G(62#}on2!6Ny4?uZgDLVxYQ=g&Xuu+=I5IPl>-Qc147OFXK|T8*;SnVd03T zZFZ@JSx6Ob5%(v1BhoS2Lxz6oOh-%&ZU{L~RqGOI)(7+HUTRrF9qvtr#^dq~eV)wX zo|fqMU_!aSi`q)BF1yYcDu5MKUOF~J4#QCaoETFd1Dc(dj%&B#L?(P5=@__<#`yiw z_zJR6Db0Fg;TBp_+|$_>k4h~cC0X$Dd`H*5U<1IVP(nWnci#3c10kY%ARxxUGXIf! zmRm=CB>0zEK3`g}*^n)ZLlImBgr}P(lH(j`A{ro*R*b@T8+XLdmv|91ftPT{2G&F_ zDP5tYJ`R!4JJ6Xvjr2?Kw;vcuNN)Vq^g$S~-S@3m2i`ZnA9AqGw%qG$Y*mdJC9Syn zb^E25>pN^sGJF0-fKyhB-#spA>BlwCK42tN_WUpGxQ%B%$|k#5BDT4hT=-MLn%%Az z+Qe(-K>){0bBtI;SyhdDnRc?a(SuadsG!y4%8Ejw3U6lq_W++*I*wQcI(039Z_$*j zj#+Vb@09wiDm{6&Eo5W2z!Z(P_ zwS5*P9#PnLe$FvqmH{2u*15kG=2V3%1z#5g7IY5M4{BM(mDXhnWGV2t9{QjYt~!?J z0_SJX1bV}Hqa(1Clc=-?mKbX@RM-cVpbxtgc6(Z%6HQO7$x+#bd7n~kM1EuNzYBVF zP@EKJ#Z8HDCZsxVM=Tu^;ktKEwTR-By6x)*75xE&`%jFX$sbJ8jP~=uEQxFm^tG0; zZ7o%38=mZ+A>QbgkqK#aqufU8dz)yGUw$F{xZ*?*{AofUSzjy9FCjs3J!YG)*mH@j zlTtp0Caey7@7}mfi?GaZT#-5C8eq^-jQ^2&$UkeYQnpanBB&HDgt8v{>8R$rat}uT zSKph!GLi30yshH-t8Vo#;$sbSXC#aAaPt6L9VcwIC8lW7!rC^5+L{@810UY1s&+=& zOd0>gUULP!%a<~yp_XpK!&BoMrd^?DakRs0p38n;F1aDaLd>q(7m#f+v^GVIabW&w z-9XLSV+JU-nt_iO67Z+dp914&)qmI47 zE4DekA96|ABm@%gF?#2yR*SXfBoC>k#omoK=POrBz zFAFx}(`IywBpcPa27T)*I=GiKVu)&FV@xSL&Ztwd*afK$gHULSLsjhU=%fL(8_#R! z@?4ccVbu>I|CD*%^P@bj+_sTwU>VI{ne z!QfQ&1QYcs3;Sf?uyl`JV%opp_P*59qK#_z&Q7Vlx;pF2_8}phSyMyIbXG!sx1R$| za-Xzvo?p=TWRtCj-@t*+d7Z*W;_cxD-?YeLFOsDMs$ty!#5yDfkTmCjFP|SHh!xP> zYx`{xSj$Q41vM6H0dj-3DtaUs8lh=LkfA&GU=69HsI%KE6lB}Mc&LNg+vQN2**R?e z8TkIXBukp0Kj8c?N7dobg`r=&67}i4U4^1<Hu#H)DBQ5_1~gpp+ik^(Z~K#pEhRo7b=kTODPsc!(mR-oYM2liidGO*nZcJ zlh#-!P?S0|%|I3zSzaePtQ~`}DoiX6vtDs|frRv|mw%x0BZ7M^ZBHUrVljJNPA2t4 zw51F%j{fODYAhNTb_It3!G+kTU0Ng6n;=N$Va3M+A;!3S3=k%t(jooH$%z+H@O>59 zKBDxZX7-{hkxPtMtxPSv%;pVml}hGrmIs}1_;B3ZciHT#Y=1CwIhs+v3)u0eqd;^O zaEVK@ub{sB3_ZN*{o^35{wU;Us57>StIbOK4((66)caVi<&#*RTU;CZO}-D_(K6bK z(0)6mYVHK5% z&gn3VKQ3FBQMUe7q!4nCd!KxJp8GA{FXO`;TYq?M=3zMjU`;~Xv()Egfb{^>#;;nR z`>2quHY&u7`^Gy5yC7QRRdchxV+z#Vkg|y`buM1wjcfSR6kCKd1IV5zr0ed^t;yO? z{8V?BLH<^9eStosY`VqFK1sDg;g!euBy`zk2g}QmPJPrf--4+AP~34(xHR>bk^mkN zS({Z_FS>3d9xBcn$rIyl#oZoB&r8BZQ?uQ=zinq~UT6e)M#q%u*PyGf@~q z9b%WwWifRp`zB9i1dmJ`ui+{6_0FZ=)3xAL@Oq204K+)Yh7%#DPG50%-3BsPS7Of-qR$MhkPxzj(H^_F!~qU0>I-R7?98dxv)#_`h)rOQw(o9oMP zcW%!fD@%ilo@PGtlHU!+%nrAiwH~8jqoNb1V|B>Y0u@3l_=Y z*0|wt=luS*))@$EkTqys)#c~Tz6u^0KHu*sntllkY5qRb1N~Sv=vOKYPU(*yx&=NS z@zIGUvdtT{X7UvF)>>iQQ_m%y@$+oNeykw%j>tUKjrEL~zRsLyYhmsP->=2;p#y=^ z9Ri9>+$xJYS{1wcm`nWxNH$bR&3zwJ%h2tVz8Rbvvc7wh*<`MjSq?UzNlRp|O(o_c zr~vy#v^Dnx4layS7xAQz!<)5I3;>M?KNv?8&NH54yC#6`wAi zXtEgaldvy$)K9T86Q`P-L4l8Tn0+R{dXp_E<&p}IiTTm&iBLxs@8pNqJSHxCd0-{& z9JXe}E1(ORi?eKtu#uM17DVmy%98U_OY=T1oaaryM)< zZgoAFUvV$?`Fy=3Fcw8%9JQ*(I4GSLO>Ak^>nYDeQ-UsmKdt@_q=_Y&I0@^<`p23m z?$92-$BOs~)G11dn?1j%o5iL^a&tUyS439tkO|Ip3p)L-`?f_kBlc%LKYvobmF0(0 zt|KW+4(GJz#QAA>S0`(Szb23?(Y1h{;^;jTezwjX|wr#UE}7<#u-HinAQ(;|AG|og;;d*H+a}m95R2yg9#En2#`i zphOD`(H$@Ce95;>Dy;4A%CrR`dZ^oZ!H#`?1|w6%LP0Lvt-iVto0YZK5KO{(>9>1n zjg=7oa^l(sfpBWE0Uqi~EVL1?Dp?=~=(~1FFRN1Dl^iH00mpxfxVxcnKPtIlkrkOD z9`UljEs!IFrw@+Js`#S5wSk*3IqZhomG z@F%oH6c-XO=d|$#17W1RzGT+j=2iaZLGL+XsdLb+N=Qi;>xYI6J?>!E`8n-akREjX zIrZ|~q2r_l8&R6BR?+JhVuaVwctFmF5|jVrtCJc=lhaJs&&sPBc@e_lQja;$4_6i# zf;o!T)4q4uGaqoHA@C1-amz3pG7QI#9<$gJ;*vBTFco~XeDLg{&Efg?iWB2j>%#IB9ep5gaC ztbw}ay7{6{kC)n)TJjPO=N`1Df`79?s3O!2ruUY z!K-*FZM+D7KeX-_IN_ApZmM-Lw;p=Aj`+SMk-)N*QPZ_b?%P9NEyCM5y8WQSw^~}_ zzAGQ#2#;QTxj}N9@xTb|1)^`Xnpm>or+2?9P-4HfSuQF;L~ZO7w~3in?PF>Pv(t*R zs!p0mSjt7!IP0DnCdZg~li(Wj8=-lY@<8@&D7HBkhWO|%V0t01NGE$|VHZuH($<<9 zO-q25mg{KpZyWX2eDmRpA>UD#o04&ySGEK7{Lt*lfU3GnZG|_yiSvcz9N%Ujyy->E zpas(iQ2vkCpG(L}Io1(YOaOuYZ-VsNp<|{qc-6w-O+X4!|OQ&uY>w$ z)(FuUupr-!pnCLoAPWrf#~{Kv`@vZhnLe67_)HL;F1~ZET0`m+uQTJuM*d8 z>*$H4veuu;F~&{fO9StzS!9*7ohpEkvQl#=!bYgjd_G6|E4DJMCbN$}_qgFuH3{R} za$X;^gOUX(>u!|0S)uFDjA4JN68QJDi!Qk?+T8)lOq&isEgXUbc7(9h-J%npIWs1W z(oV;E^m8gS^OtZ-bJ!uKNEN6S z#7eX(nYFG=I1GC;B*n6t%t^zRW!#(p z5@3?xtk_ZB5u@E5d{UPHv7^dQ-a@VJLUl|G?&Pk8BpBaCp`@E~wT3SY-##_y1;s8GRm z+*l2f2ng#&q|4f2k-bLSv5-S1*tIo!5x%Z?JJqR-;E1L5!gg{YFWI9FXZQzZ3%@v_ zajG3_VP~)-vePalSicRMz-Yh7Qdn-JS7=Jvy>AdOqUG!v`94VNxfgYY< z3Gk>T00?|Q>+Tl-H2=W@(6j+I>}UWMDB=76^|HF<@!7S?J7)DN+#OZF2hdb~rBbD2 G6Y+oje4)Vr diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-trash_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy-trash_s.png deleted file mode 100644 index 15db5b67f2569f5879feb3014094aed8b10d0727..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10277 zcmb7~hc_JG`^R_n&gw*2L<_u zr}n?@J0b^NO*O#X|Bk}WvXA#8q~2NY)Q3(Kis=G?^=JOL}BN47&KEBfydva>w;b)iBT2?AQ6W=1Y6bXH zGDrxVS$kvTWL>s0pdgy$_?W5XvpXAO-a%vcjn$E%&z8UDx`p+PrI|8_ky!e|2E#d-um96 z^!sQ>ZH#m@$Elq+U!ylEB$4q*VWXYOS%f)e$4U<^7Ip*)%7b0u8`B3g4ph%E<964x z^pFN!!2t+8iSNE6>^_}aVWl>7fMzLA zMnh61IRr6ZsEH@CK*>cBSexEH#Y(SGe0d6#!57Clp`}{xJpK75-gp?7eS5)LewlE) z;+VAX;@&Q>XYMv7;&^={!kA{h>7v?EwqOVyYpI(G^2t2gp)38Mq(PQlr0Upv0>yBO zsZy&8{(=_pt?$G#bH%{~33ud{WYW!|5f{OLgD0&=qWgGobiK17?Ycs>2gD;OGg`(V zBt&y*e}Z@FW?g!y43q+*O!sO28gZwnqk{;F^Lbb~^)x)W+}J@4Wp{b|mOSve$K?s# zn-#~;lnx@l!VOq7k0>#Qm znF8<6l(Gc>{nKh)!ow)BIAC!wf?F-}_{?EQ^O90DZch!_U|jpSVykLnZaSEe|4N{fg*FS3}l)|9%xb)H=9#2kvnWzuqa+{Iir&)DlUj=gMD%)%5`l9pk z1vQQ&KW0VRDMx1i4n58q@&zv|r8O1`+9$4aF3*}5dAL?TDFoNJ3cXb5!3Jq{aph~Q zD>$~N8j}s;!jv(b7H9G&-iS_1x_wS&rE8jYOCtf)hE_;e7}1bc4pT1w2iF>$z;Uu| z&7rh3EZ|~vj}YL6#5b?GUxLH0oM}+C=e?(jyoAZV*{90B0h%FU?@QGLb1wd45f?=; zA9|>^w+`5P3>}+%RD;;FYO-nG-*H&hIyJJU_vt0>HXRQJ!7lHC+$W92QsS)vS`Y{1 z51GNEBi@SlTU)F`ac9GH4fMVB&KILZApuDs1DU6N??m>#4sN2;TZ9n?Py646JtP0Z zXx$A>o_HEWz+KLGB&jl{aA$ibErm%RB+b_lV{}z42Xn(~3k4l7?>}8|??(46?pHtl zwItsW|7~>zc-p#~872GO?b+QxteoZo=iz6{Qda?icT%ehjEnxl70udeU9H3R3@FAEx$L0B?8BN}*yIGJH#Y~*~f zsiaNP7L*kDGfQ-!ZO(M+M*Pevd~4;#D&l$g0d<7IZZv+0q47YV0Vz4mZh9u!X3l#AV_$LuK*0V4Zgl?j{ZXJo$3XQWJs0 z-ON220H^R^RyHs}SzFdj0>^5@IWy>*bce#QBiNsR{D{8v4D!AWe!X*1F2eOQU`W8P z@8tf@Wyw312v>m(EmCs(_Wl$0YEDBDaIgH`+RDY0c84y_h10w7V9HsCh19JxM(LB& zWKY)28<3IH`S@)bn)A-cf1|6fn&`g@XUy_f$m(U(+48y8BC*b6c#ukp$$CQlrqd6Y zY8h!tv=5c*U&z4#K~(n@?j|K-r{M1VZl^5#4*Nvqt4E2`tT&;NN{H@>Ma`xc$iunW_P)N4&y46{fc>Bny`0w zmG3LtYM4qqB2yo6mV9!M{BE0tL#cQZ%BESHYD~`)J(}YXY2PD5y%C!U)!!LyBl;U} zyMOaV6AdS6XSa{A3&hz7$O@$qqjt9gx=%oOj}Tpz7PGq6#HE>Y#agOCas%#R$M?{5nn!{IG&dKA+9G`KG^=((QaQt7LAu9*{U^ix!s7)Wlh^*{=jyqACc4A4BW?;Z z@Rl$coE$BepKPHiTx_W$D|b)V6_?RvL$qL`Qd~rAduM6bLdJ9OUeo4{))?tWiT%rU z;LG;+eMQFoYBFI5VMm9t?F$n!ng#rl{JqCmg-fA`oEA*&)mVTFQZqL$P!1FzZ!JwT zNIH_7KxUIorbdUL?HM%OWZlsG;d`g=wt6t_feZnWjY%|Yd7d&jzWN@?+9$(rst*IocK zcDrVuBwmrQKk3^D&s>@@N-p9MP_wwO`(S+s#>$napGI4pmlkS;;NY>*y}Esl@PWs(@0JC;2|r{yxKV~lBt&cL$Z#lA+)LX_#>CA3O>wS= z**t7-cRR4+&!5x8(^Dy4g6mO+T>1cCbr}u|uP!2KX>*4CyB(zx8-E&Z-iK5XCz@I? zE$6gwbveZ}M-=~u!104qtMx5TQ6M=1;nXi_yL2{(rw@2Anx z!q2V`tJ7)?jGT)gK+cU&Q%l;AKTCQ?S-R`;ISx&{;(WQSYCQ*PmcJM3KEDS?ZyhfB zZNUovnd{j52P7FE_!fuVg_%Tl4W8ovAy!hx<^;-cZRm0ECo)daP8|9Hdv>1ym$q2v zEVnJMPo*c8fk=BvqFsgMWu9c_ku6rKNRPuwqbBHs{oi4)j4Y6BSI|32t8 znu0Cj0DocB)C2N`Ke?-Id#{S9NAqr#^EL-XYoxwVdKM0p<-II3(8k)0$R)M6#syWw zF#{WB?qtw}gi5c7B!$%ZQHE-q{mV4LDTN>=sf5}Q$>soNo)gSRD*2{@pOxozQ~{+au7a!Vvli3L$ZQFp%@Ob=L!22|_$B@t+yv?K<#j4MPm9xWbwCn+e9w5mI7km`n!0WZ7WL#XBbEoDAJ? zXBK_ z>hb`&?`DA{nU0K~qhC-|l>DW?mYuF^W(C+@jjqr{DqX}VUC>!=F0S03VT&#I?rQF= zbhC~4)1FaIm9my=k0IjO1=Wuf%%}TJJys!fM0?){N>4;<zxP~Xu*V0!8d}xb~Yp{w@iv00vZjDn>13B1v=dXu0PUT;yd~h8cQz5Q&1rKG-;pA}hF1P#K z)KqMn8u=yv+wG>rlXybVk0z1(TJ0Qvsv6dgpG%t|p+zwFkt!r~aZ0I89hKIXoX`J? zZ89{Ks~5V2(|&mJJJXt0gK+UY8=c_VJSdaINpOZH1k@}$l-7dBppQ3q*fv4hWjt+q zs3w&&O=EMH_|*NgRGEUbJw}oHSTM6|-OVQ&CH{Ecdcq!zJBxKH%H!VOV)dfnV=^HZ z#F7IrvDUR)1OwCUosW#)eoFGC+6%r8R&Qc-7I~(mOq7z|qO|@EWxPv4%SfZOQ6NK@ zJK9$9@mbj;lW&Ov<;uC4O46;qz#cP3!q;!dT6T9U9!xjD>uKONRRUw_nE;Jiv)u|1 zT->#pC;t8Q8qhZ+g@fsBT;RN;nc0w`cV$$|Vtw$r&AKObSJ6%g;&7y6({#CCRAn{G z;?Ae{Om#V@q)@P!Y_vppi@@0dw{PO9TeZS#bgfKZDpNo}_QctkzA!AZ8*K?g8QX;QiSoZga2obMFPIDjX zP=Hvec{6k=o4Vy+$zr#0Ct*V{MLA#X_rb&5S-&6PDpNRl5bW zZpPR^I~L76$VFFQ6NhOQnZ;c@d%=}aUN>X7I}@exh%4J0Cfk;Gc2)h%F_1VX3q#X|CUrHEHGcQA?COeG zI88-lte27E3@Xh?XH3$@lmN71m(QO7)d!~<)8>lH#7MAzcg;Qz37qG_6b;g$-`P6- zQGG4Tu`NB<;%|^=oAQ0zN`&F_xKRgewX>#|%Gt}V>Sh>lP`y899E8tUq9an*G^lEaZ;r6$Y?SR!^3&;0}WjBxeMUf5V zh`mZ)P3|qk-b97`EN|ML%?Rh>$vKI!J|2&_vwc(*akX+=xm{blY$6+2-WtB4K+E{^ zP>Y5C_CkK;-+v+Dr(3L($-?BiWAn2g`QoYAgB6TXX<5o+?@MvnnK{CEi^NCrxTCx4 z{FN7VR4;^va%4v5n~J*Iis5S6Ob>aJnM={IBD>iK*67t2Lg70Bx2YX7&46~+?JHnA z2W-GDG-lUQ4|Xw&|DIMt9RPnrsiE?MJ#nhTK>F^;*1;&orsf|u;$ob}*~oo@ zS2?l4;LE`vXPDaW{eJ_&qoPU`6{>Erp)x)ToZj4$ePo|$F|w(P#8cr(r>Sehjvc9S0EX3 z-EIJM;aKkJqWZM%^b9`>p6lY!SKvT(D>6HBvZgVV28R%`b{QL_h z!56j9K1dN^g*Rh&h!CeJbgb*xhp`a7;ZH5HqFO+QfhuBwf5N-sD&|^{A{TZJLR3lH z-?g3gGv|oCRVbH$5rd+x~<&sVy#qD6-j4g06o?&7X&WS(k^fL>!$i@ z!9$zc>OV2DB3QtDQ;j9`n_Vsumhtn^oqIQoA*Kr%(u)R0_9#FOd13JKAfp?Ogh%gwZZ# znkbRxhn(I@#`99G<@cozQF0T}tnYWUatzFc;Jg_IC7IGI_v_hLG==9?AM zIz9rlWTPxf>Ju!T{*+PPj4ZGKPnJj^XFv*J@2^iTJ;OU#@+dq{V~a`D#nTh4QOqzh zF{#j|nv$V<&q#QgCZJ@X`VlpVB$q?YtPI23>ij;Rf_qGJ{4QRf&RE%j2uCtVx6ZaK zZ%~o;=MdK3+5d!nDj=KYhqVJh$7o8NCpSutaaOXRbax1^-<*b5Xr8_z?PP}RyRl?3 zuh9UHU7a9ADAuVrGkTdxZ;`ev=lcrX22?wWmfN+tFK@w;@g?4`q!0wo1?MS%j+Tq} z&DkiUh9lvpL|-J_grD#q1@^M47&`?0qjePdCF%IKH0+xBBexFM(-0#?qZP+gN8TEg ziG^O49{5v}zZ@{mQ(~Hr!u@YxmVM7B=#S{40Ww}kj}PX$+!>BVlDF}64%<4Pk}dXa zY3~aSD-^UYx~M7i&oLXGV1f)E^1K|9ZCvwZOY$Q@p2zkT!*AB5*UvgujFA07gZE&= zC-t3qy6Mgr1+HWsC$>79`1aOn;HuBVPsYA@HZe)*-$w*YSGL!I#=QYyA|z6j#$;0z z%pg?Tqh2vlDFd+GXQG*8?g<$`6LW5-ZI>7BQ{r5+tEV8R0wa7@y0Lk=>!QP!YE^4Z z9rCLC0LQ%-pr>BsAu#y{td&Kz*to3%}j^O{yV0%(BGB_1b~7WhVDcrSz%{ z7u7>`R8X$<5N47J|F2cXijjt``{fPUD5+^ltX2+V;$$0sK5r&oUu4)kZGlov-N5%k zk0cMaVJq<0ynBwfZ@id1W!!262y z`RW+46o2#{eOkHR>%P)B1Y)K~Huvu?lo-T?qny|(UoD;~C+Ndi^+StH50Y#xob`UgCYuVgtzArC_ZFLpoI zJf>m1)lI~Up(5eFV$0J?AEf+L{? zHF{n>LXkfyw+>yczdrcZ)M1$TY!2MtG)H-*pliwgNq)EKc(CKhQ%LY zI@zjtEpKqrdRuCPnk2z@<@T3c&onP@&$C~0cyE|HCJi`TN9sj22*=hO?AUk$ zzbp##5he-@kaCM4)D%8G8Lq=nSsEy?TcrBOMebSVX_;PSXZ}1R$#D=q_B0T*>tDAV z_mfN4jS6Z5tfojf3s$S3qFy71H#cAq<;4svfDFTYB({o*Y(zQP7ib(Qe683HHz4!P zmolUu;PHt7zmHUR$?scUzJInCMhcuS;m?s7e4BL``?_CihQyFz#I64m$+5!yf)RSLo@R482;G5Zzk_iUYtIarb_*o_D)X7N+d-*}4FuUaS%``>rLQf0- zsKje2@HzFTre$i=15l3)%HqE*GXKozslLO;raY zn8g@|XnV5e5cfXUAxc&nF zyXE9S1?7ZNu$o~Nj}x*8XJ)&+cUDb`Qg+#bQYM;2+!TZ79WRL*IkXd83%u2L$IZiN1^Ly4d8aQ`^>b`54I;2* z!ChW9QesIoP=o{#9iIc*Va9Ol+f=ZQMio~GIb;%+_5fcnV=G4kzA7B9NMoy@2?_4wYvfa_@;aLvWUI8VO4G6S`4w0 zToVF;k3f<_Ba0%uBc=saJ6alP=34P|3CZmIiLVfclCuseMX`j7RbpY92}M*%sX#|U z^z7D%xF`)zwY%U3Z1D|^a{{%MF$uk?WYjQ=pkXF#0H$3h4qs&aNc+cx1@(d=gHB!N z6S5Pq%1@w(dA<<$#_inmt6daZR&Zu%EQ=;9#c;M9eXj+pDNiOMOO1xkO3)mV!%;UG6u5N=TB~gNj2s#Wj~VrN;m@;Fnr6+Ms4~= z&e`~zG|6RGhOUXy1Lh(@9$RJk11S@HTdzjkaKyo!tv1c&5$7G9DUJp!fYuvsY>kDA zJP;DzfMr54IG+z3jWkH&mu>+B&zWZ&nPj8>(WBgGHN~l;>1oGZph{u zPRB4NB~&F%1uTwY6{yxGuLRlpv@zw?P;zgNfd2vhUQb=w^M9_%LlblPp6tuPHc85Z zbOZ8JGB0#m>gH#ZCxg4QjBB}1b+RPvEnrtXo6&pmaxvgf_x zXcNViTr2hA`L03FYBA_D!ZH|)`}2dNU(TCdeOxqjWd7e>^!=w`{^pCuhHREsbXhqa z1piI&M7oCPSPxl@pVVum^6Ti-Pyw>W3Prc&!eU(IW1)gN@+T+{wOSak9%EOf8bCa) z#ZW*-3RS~K`jAzt=$Z;iaKrWTA3h?2FfKmX?9adw)>|5-5(^MwZz}P7oCLd9rMx*n z&O>$jbW$5?xz2t$$_$IA%)93Ln#jhX#=(64aLc;#`j(N)=~;43J4r6h0t-l)7qG@7TCD|O`nW9J6fX^VqRD@wXCegGgylMWt)|) zB{EH752lHUi}q7&+S5X7$)yD1#*6h6WpqiS0|S6P?!=Mwxt{9Z<1V}n3SN`>m&Y(y zER9%Tsst`}g>)z`W?1j3+h%ZP*5&UEI#2T=tU2C@g~7yX8&Hzxn;kLDOPg%}R>Dw~ zU%vMhqC4gC@?MZ-z_(>6*=Dj;6-&3ecdX(%xHwQGihmTfxc<61|l=`Sg3>0I#I=T!k>zLYXk!! z%O!v3a?m`tE&j2-xa*s2xHHWh_>Y<#$1eRr9>~3rUXrNc)ltXl<-)7Pb7nGE*2(N) zF8c>bdAs;o%&QFZ@ey~NA2Ua8&|B7uAu_SX4He^zWhn-TjTg>#E6{QKrD}J~1(SPvb$4(zXo#9*5 znFvZv&@}xd=57mD*_fF}n=28d5J2}SS|;AA=HAeku-1XXuTc)$F<4L^7Q~_SdCs|Guxhpu-ppb%$#0e^1;_q0<7dlq zjZn9={8)`d?yWU>>Y7D*65m^UZEcFs#+se_bh7-RXl@VHg3?F&4C@w|FWoa- z$R^Cjqoi6)4TeR6ENC2+V--aG%PMCtm32-PzcLh-C|CG3l2HJ8vIpicvA;wj$Cr35 zPjC7y9dzJ%X~q72i#hTx@f<7f3jauuGBsPw#21K{?mnt4Qx56;fq*XURaACkR%>c% zD=9U~U0?cc0XR}Oc{9og8F(U<>V~yC zVmu7kzR0bn?b@nFg{|FFMySUwyB)5`e-_6;*_?Lhp(bEo#P$!jrle zrppz~rb;{%s}JGXULQ5J8rxtzV5_@WXEfb&LU5_mGWa399SJl!d-S#T4)?I7jOOrgi>3u%Lg z?xZoX2EzK2(gLF+#j(PiLf5}F*bCNq^ybwCk>N z1sjxICfzuNpJ00y`#|&CF|47GaB1R8yw<{H8I;8U<~7#$t>Twx5!E+7!Pm?aZyEER z5*LBtLI3o)&+3)UOnf?m?^r6TtdEyvQUQfOj1^;PE?PPyb^;%l!ZI d;uqg5rrvWGpkm(1-Myg?pslX2Rt>d_{y&6#!|(tA diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy.png deleted file mode 100644 index 85ed59eb91c9a4a898f57fccebafeda6047be3c1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6846 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 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_s.png deleted file mode 100644 index 8ecccc9359d7f1ef79dfe788c29034054e731892..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 9512 zcmZ`;RalixwEpPslI~7P>Fy4t8`&Tr2q>HGM!Ip+-MQ&TTDnuZJ0%bQdCu**m{}KV zo;5S;V&0f=4K;ZTR1#DG05B94WVGI*-+u!c@onxEGaq>iC{7CcE&zbp``>^Wa4fb0 z0918bX=x1&8%I}17aK<>Dn)5&Dko=0Yg_xz003TsXoGaL4+ur?)~=c)|}kkOMBcr^L^&`YE!aQ+4k^!0CSb4d83(m4Ux$aPlK zF3+?uz`c)%2rEq&QU?G7o<>6kx>Pf|xX40Zu@0ruj9~nNV7gr6J}4vm;R6yL(Ncwg zgdB_?B$YuM$c6{ZMl3D101bA)jL~;@8t{YMr+LBvhKbY!Fxhbc72fAC8NfyuC?Ee6 zAq(hn0r=L+eS*LOJHVx=YpnoOHv(N_*l4u?GCIJe85Yb8zF(xl$0nUWx3RxG{Qcja(QB0gvhjG7Ad8jV82P70wAUx{X_`Joi)K9*{4Gt~Z_zU8 zQCHjrG~rV5%)jZUUadCQ*&gA<*7<Z%)le9|CXI3&pTc{s2py`A3gnlf z&ai@^Msh82!h-;Jz*9(@{QE@zT20Xz^aknXVgZsMxm>gfE7$kwF@)I}6VCM{qEY-g zdlO|gSW7Wt(gR#w`|pr=`s}$l`g^5nKCq!ASdP@tl%tpRlT?2yhieVLu^g{)gU9uk z?Ly&)cax$rr;t?8Q_)jfP$;G%qvOR{LJ>fL3)1Xiq)8}Nu4ib$`PcW(g8O}_o&p=~ z9BvFAC$?vpbe{knZn!izV{LLkzz@#^D6t*b<9aip!(Z}-1k)ll}Bic+q8BG&NFm^Yb83wc$V-+wl;D@{&G)+FZsgJR5bMzC5SP)%-iiF?`{pP@&N;Ar zp($6~NL;Ha|#nG~oxa`);eblAZ{Xq?Tw49clak>@r)r|#irFZ6M zL}IsM&RJVxTOtB$+-v%#qXJ!xgN-BVy^fit!Ryk#w69jL9rW?Fp_`CRv@K7fRL((TC-)$g8qP`n$*=`!BNhs^O9d8HkND%bHa>T{ z-#i6uJIz6iC9!QP7%Hn7LYai=Kd2nIMTOem2gb+6ev>MtR!x9{4ne!tKSs(w2iLy* z{uj`cT?nXScAVgW0om_9Xz5I({t;jd`Wz;PK1lEvGh~*+p5l|L~S@p6L-IPk7b_Nes zJAaez;ehT27`r31kElDr-bX9*C&ub}ocikx<_{qdQZa(?h)Vorq7(w(1*R474r!?4 zaA(>|Vtq+jU$fP?^_2C&?izchA!c%E%5DngSB%A_dW`i?^(QyCvdf$)f0&kA1EJE* zd7UCnZJ&#V#{LM4>*VWP>pbZ2pH8hdn9tvTojfJ=Y`f(>o?SLRA2=^HFuy zdiL|9;$z*Ncx8C$!F}?hgK>qL!?%+GxGA`2Bw9@9eDlmK`IM-RR?Hmhkv!%AWycHT z%#9s`ALHZCU;Uf3PBQM>2X`pzcN7>xOFyDK%QujwDSwcI$T`1ArC+AYWoV~A8d?~( zsE>+G&K<6KJjpLpV*TP3(RWw6(iyT{ItZ9f09}qpL6RWeJ{tC=O z&swluH>PA?Blm>cgvX37n_Mqzmv``Vn{?BwgiIX{T@OWG5~kG$T7R{sS2i2jHJ^I4 zH+Wj#9gt=UjICa`yI&B#&dp{DimtX_c{twvzPni`T=j8gd>$KVU36nSt!PtkGrg8L zkzABs4V@J?d|6pITk-wU<(7Rlxgvju7#ukM5_c1WC5;f17Bdop5ptCIK}=9^Q{4Ia z;HgM@+-jU5ljtS)Wu%gbkkjXW_Go@=GIcU1HEhY-|t*oL3C_27yW2w*l2Vy65v4icd-K``j@aXQa{^Z!iiDzNzmlX+ymQE zC()^>7tCvbn8hf)4TNO+k?B#D@88`%e)8$K+dT5A4I3>V9WEdC!r}Y4dbOr6E7uWPyP;)tcUjS-LsQvd<4PE2ZAlgTZ7T&6n_dvlMH3qoW*)+<3 zTHsnxQ$UQr45z*C+VvEaLOEW+k^vws0_DCW{{r7NX{DX-$O`I(#_^2 ztcoJEF1|dGFFiy8aO&%D6l1YX%IjQSzoQ;>r1#5Sv8yiF+h@d(i6v?KnS$7|1LSvM`ps`#9L zYTjyJ{CR`&yH8r@HEZXC0pi7zqsgrRU9(Iyo%QKt2^H~|(Khm+zqIfDuwm0sL)>tW zH8jZ$LY9Yu{eP%RFuhw9L>Qg&TBWRwn{x$M6ae`)gBVUTts?-T2Chv0hW zmyoR?S_D~7QsfzAoP3F47nMSGt<(sodjRi9pkauG!;?BS$kPQpOwc4rAWKGlD|t+L zENoR&f)~P3Rv&#(_q~@l9V}_PdU=n-8-vkZZ|AqU{eigNG{%u;3_i%F8`qu+{`}=q zLOO_D!vNdJ?9w`9Cg96DuB8l&pH+qkcwwzzmOkb&avi?8PzIm6Lv1V_$~LoyW2oGBHXvnRSmu!N0(5^lslO zTLQY=@vhtOT$KvKgt&}ijg#Esdp(~K<)xjV&X*_5Jl)8hAD`G7V!dmt2F*Gm{)?a` zTGOEXVn199zqGGTC6#ca# zfSZKcX6yDFdR;7&9U8DtQ;Dj)Dvs)rMhEKgKy3Pf!?gVDYG;^5p^J3er%9)nK}aXn zeXa(}Z9#ZCC81ow0hY-p1QUJxE_}Y1^*!OSHJ49uQHQ4`g(fpKf!$2$yN#`Nw7qmz zTGW+YjBB~#$|Zx@&Kv+Y;JF2fs^G+uKvs(>AZ%jsbA%JUiIY{3PGYl;^Wx{+t#wIDLgHe@3 zg|HqueiFSh3kgi$Yyb+Edzm;R6o7#J6~l zJ*4>T=xz}?oIgD6<`D6EhP;yuQE;(|MfKWJ48et<9E)U!Mm#0=5aJplY2ZSnpn_E7 ztm%0YqAm*LL;Sd$isuwXJMO6j@}4@o7%n$Ez=-kn1Z(Yn|G;$X zYGALjMPFsd(Z@_7kw%@@1Yy`x{a<)H{uvfW{AUt+{2RPbW|0o`VkSkGpQ>;_Ho|H` z6}fS8Os7fyVu|0MAKweS{%K5pc_sP?m0#xFY12NpzBuRBr9v#mR3*J7hYEl=c4G&Qs~-z~cu-+w47k^(DWwqa^z^*;{HHT0xd^ zhSg;I^xR~?MN*Vc>(5Rv)qSl@3{;}?x*$x#L< zaoI*Lq$akrT9PBAWj~;M;6KeiqkF?BmN>C>o%OHLCwJaq_dTZ_{D6@_Q&wYlXyi3l zNmoYKarbOuMcL-rq`Vc40%AHHT4J!}MM=AXxGp?Vn)k{t&EYqMxnlW+;KOi-7cr`F z(tsmr2p&%8ib-?N-HVDeEBissjAU_k_p0V>G0bqp*X4}7FTa?66SiKYEz1@6(DnT< z4LBf%iCq}M&qN5QtUJomZS~Ehn4^E;nD$BJcC=vR2pEOWK`Azhi+Vmn>LU6$Hr?CO zw>}_DoD&XV{w$Am80}AqBqKv0gy1&^e7Hf}ecn71N*a`O^CpA9iLXI}k~v_qlcEuf z^ipr5ItM1y*XK5(Sh2mRAPNj;R_IXNLrZ1uWc!Y+Mjrqn;gQ&SH_dk`TdR9cH{|eV zr_f8kqxZnm{=Bc-Ma&#eSFPc^%XKx!#odLPlFNdq52cp`s0Cv?)lbJEK0*i9vB$*? zU&t=OAewR}wZ{={;W%BUb_)2Qj&;P1fwmf>#s8Wwi1q{~^5h9%Zm1Ec#QUo_t|f&I|n48;zdy=hFx1C1ZFVYJx|)Y(Cg)Hj#4t5*LKE+}1b! zAy#QQZR@_Mf*A;VuXViYMW}BJ{3;6l9^ScJ+v;_a@Fc{pu8T~MR>LRJg=}QvE%Hf4U$C$t zi{p74o^5pn^IfHqiYk|jIybMtt#bJfw!bsfGt@7qsv_U=`qUn{gXz?TcIlzxVE*^B zd@#(vwN7{5D!O~<8F(_JNtA}^!%xLo2z}I>)q-*pX_lA?#c{=_!VUN&X`ISa{T9H5 z6d@y6Zz#y4{IiZ`7qQ+&G0D|dgvKRA`|Di~E9-=tIWac7QfzAd??IVGkL`pvmnPDY)M zf|3{x;gqQo3on888dD1lKZ;s=l+-Ij{bJE;v!>#Y-0`%*Jquxn^oH6`N7_yNlvlsYM zd;D`N@P#yyQU0tX{NxK1CgH(K4W@+^B6x$L?&LzTYw%vUQ!!8TyOl|FDDP|sUgft} zj`VZW@&-EEclMuk>R@#ZgH(nJ1D<0J=c?kWU?!C9afBRq3LQbI{n}@S*Am=5JOgCz zK_U%j6uJ!;KGal*HrAM?2ve%6$qaO~|4ud)ue=LrZIE%Kc7Aj|R(<_r`s?s^rs}`G z9MmOgyJs9vYK_v1%M5;6C#X14?}vSloiE*R*Y3FL({I~g za>{EN+!*d^0Wkt;>!*pqNJnL#uyDsYW9rA6bqJt=1R{S!9oAo(jSo89AN+vTn)lU~U2P6=vbNF)E4l1Zp5-!nY7Yg0rVK>M~ zdl*lbCJ8_CxtNK#|SDW{~U;7w(6!4CUxD<*@9I#K@E1bSLPavXa1`$?5;|5iWhoO^xGYC)ejsd?!C@ zQ1)dS9&%^zZe+cA?m!QD4ywhthf}U9YO1k;3st6Fdy)_3<}$}|KY29GaAlT~=81?4 zB1Db~DM@0Kv@gfTLx-Z}t`JV1E^590K}r@;>-Q{_g$e;h}~GASA$X%HBz2=dOMKhP_`CHd=$dZLxJo(3&-oA-h1mW6-5 zPC1cxGNHt>?%0f!FwBe`7&o#bl5XP--ffJpTa%E2a*h%D-=kM?HihYf)6-h9M{B+} z&FF1jzQ$6zx z*~j(r>3I8}KQ?8Gz$RRqjN64OnNroLzK-q1)`i-w3F8-N47%Hw`0##R`al$Pk;F&B z3K1<5DW`2mCaLQD;rH&0(ub(J@RyD7JMF)|tY2<7nO|D>S5(>8*Ns=2Urg_2z2ENS z*75R4|0R?-n6N#wXtcS-NJ}gOBgnx|r~S@;=lEGx(g`*xMnjNHM9&X~FOjY{8B1?m zuNJE{unsr^UnBp6QpjAg%L*mUgi_R1 zH*FqvX}TP@xFGQ3FKV>MyHzjA=9a%=nA1+$RBla<7`-S6cVDQN;;s8LkTc%*8xenq zSBxQ%K%oowqMvgrfH_xrOeIpw@qIPrf+|<8W*Mf+xZ$J{(&{;p|iuC&y$~b!{qyZLzzgP zfHqX^#Z;tb2I*E|2i8#pTN6%_J4xlVDC(3xv6bDEaeW3<^*AVvvA7k|s$QR;hYoBTq6{fy>b(9?SsM}d4F5zk3+=s(1ae;|#JNYaz;EgXLz+V>+3u@}9qaVnab`***-=(ue z*%UoMdm7yl^)AXm6Yd60iJXl%*CfDr-MV|{90xQa@iC=}`kM7l=r!LQEU+_|f`kn7 zh01m})2dwImmb{T&x%!ZT#bCQIjxuJ9XlpT_)SjVJ{7AK|2@$2**f!fxiC+$&pLY^ zyBD?te%)Q)*kEj>|1hg;VIVIV+c61kT-J3IuOk8l$JoK67?e4bJpFiEe}jHrJ}^Eo zc5Il25*GV)UwOW1Dvx`WSZ`7;h>*xSc>iGa!yCqe@=fjDg<{9qmvb89dG)ckz>UoN zJKtI0*rZLCB|+5sw1gjt-MF+j3yjuCgwJh>@n0 zQvJj#%mcy|m<{?Tc;>@ou3*ok^ML}^=FqJpZL*tC5Ji zvE3c28m_;JOn-n$H=h2l64vGyHds$+h#;ggtGz!d=M5OFPZdHBVW;)<)`gcrC4609 zWZ)h@?(hbSTP|dF7V7?_T&+yvbj7XnAD+xhf?S6iMk~~6Eq1RKn^vg5l-k7xT&zZm zhI$D%WCXWr{3|oKE~BB4HX;Ead45@q#p^D2`2yKKd;>2S+8=(}H~##WOtY+^gT#S| zXWc6hzZpfru&C%#@CdM`E|?5V>r)TmSLz;oNRFne>ZdtJoZ+-P7T(FB|3l#KCqS5F zYrlj1bDfBrUG2c!@GRzqPI1RDRGgy(6GN&oyzoHAA24mGKlM_!Jo0;!F@9E5g6v02 zWbWy~?N(oF>3*ZD?A=6AREYYgY&&}2P-ba%`W%(L9<2C|wf+gEG_LSYqqrq~h1Nq+ zs1V-BPBiS09waUDXBGPL*rt5+ z4oKa_*EQIU@Xr_e(%!Dm9`vKDBtX@0LzEqyY9GJUo`VdsS~|Z>Tc8u}oMU)y?hd9x zOc~scrQ7#dM!P_fNcAi^l)%m${mE|_e&cy|f-OGuJJI5mPMYy2Haa-fp)Xt0@n=QW z1!CuG#JU`4ehaJG0-)bFz+<^Ocv->e(=WjMo{c(9ofJfRvJjcj=mJMpA{c<39*rq_}(21g+6 z>bqPdyTw@*U+_C$zaFan@@qf=%U14mldHzBvkh(?Inlb*Jo*w@Wu#kCmE4l8dGL26 zvQqyR=(v5H4HYOQXe$l8f78ED7xzB5Cf;UeI~n0>a`C%^TPlV)IxPOIaB&Jwak~>+ z_GZrFJ47%2&`bVm@XQ36$EB)l!`TNPjrSc{@v9`*?AcThXmrlMqL3l)?lDgFF(~*? zTr2mWwxy#Lhsrl8r9Vr-pN+xMzDwA~D~Qnfh5%ElBAsu#2z~r??jy$y!JwB3kreLJ z!@-Nd2m9}p&Xb3SP>AOUYV^YJo5K?yjnCpBE-M=Q=2*1aG<&lUIN|>CZQ$M-Z*w!N&u~4YF1jir$KioYluGrXwh^ ziiRIr>?$k-vG-rEvV5!K3oO)2HjAc`7D?gQ#BfqvM?|Nw^w50S86}Exd6;K2y6)G; z^{@6lr(fMq_=@WKm_M!vba>)|@ZP*?E3kVh#o0D?t9HKwapiYj6iJX)=`j5eI5cHd%Ag|piH;P{klZl*Hz%8`?w)hQ1`H3 z;_mpb3bslYsmZ?05?J6&R_QxKIR~Kj{Evp9-NeHCSV3+x{;T+K)9(yGvTb70s%#=q zG+*(T>8g-_(aY2HX%+;PBZgPYxu9}16V}d&^>?!Wf6gr3LRi`(6vcIe>x!QRj9PxN ziVi6$!pyUbED<>+R`V150YNi61uTPK?g(4h`cx zK0V}sRX54hxg_5c$wAbTke>mzC31E0MQjY9r#Y6@Ig@acyVoU6j;xL3-U~5uMB|te z=$qnm^0(|s4L)#h!UDq@XRtrLo0Oyud2P)5c=*JyaAL=WhNjF8cC5WE#$=3~6SGU# z*YoZSl@vwJ5<*Md_;=wk^7bf^n?4H_)8zbn2QJ<_ODpy=R_ABbIY4iO1hCVGGh?>{ x%0FZHHI&0tC-VVwwTN8?|8Mfrh4IxF$g26t&R`ac{`M6GD9WnIR7#lz{15GyRiOX? diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_sandy.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_sandy.png new file mode 100644 index 0000000000000000000000000000000000000000..0e2cce98e2ce14f8950c1ce424f21affa1816622 GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!VDx^^%Amx6k~CayA#8@b22Z19F}xPUq=Rp zjs4tz5?O(Kp#Yx{*Mfq=wA74G4>ue*u=D7a?r9S%o;`670LpR}ctjR6Fz{^vVMf2x zf9-&RYMw5RAsXkC8JHa%9aS|J%xl=V(NK~}FTi09gFpgDixcBXriBX`e(Y5+%ilJC QE>H)9r>mdKI;Vst0Jab_X8-^I literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_sandy_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_sandy_s.png new file mode 100644 index 0000000000000000000000000000000000000000..bc3133544e4862bd8a18407b17c25694d8dbbcc3 GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!VDx^^%Amx6k~CayA#8@b22Z19F}xPUq=Rp zjs4tz5?O(Kp#Yx{*QzONJ!4BhJ=}2Mz|Nyvx~EO7IF-My8z{?J;1OBOz`(a2gc%D3 zo!{Mf5tmcMQO QT%ZmHPgg&ebxsLQ0J0e~CjbBd literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_trash.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_trash.png new file mode 100644 index 0000000000000000000000000000000000000000..e8d4720417cd86d7129825c779a1b26e4244e703 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!VDx^^%Amx6k~CayA#8@b22Z19F}xPUq=Rp zjs4tz5?O(K{s5m4*Mfq=wA748lV)z(wtZu1Me>{+KA;q5fk$L90|Va%5N7l{{nrjC zsNm`17@~1LnSt5S(NR@n!Muiz8x3Vy8V;~>X^0mTGBTu=Nj(#GOHl@@W$<+Mb6Mw< G&;$Sk4=eBh literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_trash_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/burmy_trash_s.png new file mode 100644 index 0000000000000000000000000000000000000000..8644a193a8d60c5db45cc4e28bc0c1378861ac22 GIT binary patch literal 166 zcmeAS@N?(olHy`uVBq!ia0vp^3P3Et!VDx^^%Amx6k~CayA#8@b22Z19F}xPUq=Rp zjs4tz5?O(K{s5m4*QzONJ!4BBO`5rB+xCs672MM|-UUi=7I;J!GcfS22VurSLFacs zK?P42#}JM4$qdYnj*hAt3+6R!+-NAv(r|#4OGCV%kdYy^OzN4iTZ%GJErX}4pUXO@ GgeCwpKrB`O literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/crocalor.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/crocalor.png new file mode 100644 index 0000000000000000000000000000000000000000..1737f19a1fc47de4b289ef20b83c47ccb2d46e0b GIT binary patch literal 211 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6-k0X`wFHv-MCUp=yC$D;R>&Hld&czz<{|Ns9{*52I-QFc~V=Ela4YRd2G zg-->l=PdAuEM{QfI|#yzJ0@no1qxbtx;TbtoKJ3GbQA~(3X;-bOjamhWa4QI&{#0p zK}uu_v!koK`|$;WGdNi`hpmm;D$VsmaYMB^!@Hu*SNtCbs{_qo@O1TaS?83{1OUhY BLmvPD literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/crocalor_eye.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/crocalor_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..ec4fe65005bed23d55a180d7778b841ebfd95931 GIT binary patch literal 357 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`g#vs+T(4g}0%ZRG|6fv4%*{KZyLYNa$I)p(AEak-aeD8hM80MPp4Pj(VUJi>mfJ+Tt#||#J({d-q zxii+;e&?xgn`W2&h^~JSULSG(-3Gx$>=sS)I_BPzpJ%Nx>tBMSNM~G#ylljSrww*e y0*3bQ7|uMsab9kfwf;LH6UMC%uK&GQDnGp`^hth>Nn{1`g#vs+Tu&U{3S|EO|6fv4%*{KZyLYOgy`eNvh_k>WvY3H^?;r>>?wFYU z7ASbf)5S5w;`H80iG0lpJgs+m!yd7&Fc+|8*l6AO_+NM=cgAaje}>YG%JKJ{e`kar zV}1}BfBK$cm3PJYBOC_&Q+F_xd5W%JNfEASEM(!@?JmPC*gN~Vh>u9d&4xLax<;>8 z`pNLzcr4med6!9_?Y;MeusM?%E!G>YcB-rOYjj;UO>t?-nrlr$0hb!QjvZWbr{zwJ zb7!ox{mxV0Hq9>k5ncZvyguUmyA6Vi*e#mobpEqRDOC>=#%^$%Oya6GI+ZBxvX!lvI6-k0X`wFThq!<9NxNl>FoED&Hld&cylH1|Ns9{*52I-Q8_lIamKnc1LJk) z9()8;&spFRSPx#1ZP1_K>z@;j|==^1poj58&FJCMZ-fxr6wl#r&1Uc7ytkO|Ns9J6%%V!IosCJ zpgm&K00009a7bBm000ib000ib0l1NC?EnA)AW1|)R7l6|)KLz?APfLd5-;G6;C2BM zxPhG~fb0Th-zI)=0^_x9fsVpZKQtyL_QT9)*TF1R-;EAqyV4$G*L4lWsPdCyeoHaE zse{&fU#pH$DrN!zXA5-BF)#NM2F^MpB;GHojpI0I)Px#1ZP1_K>z@;j|==^1poj58&FJCMf#q;*ovnAz=#+W7ytkO|Ns9J6%%V!IosCJ zf!e1O00009a7bBm000ia000ia0czHX2><{AAW1|)R7l6|)KLz?APfLd5-;G6;C2BM zxPhG~fb0Th-zI)=0^_x9fsVpZKQtyL_QT9)*TF1R-;EAqyV4$G*L4lWsPdCyeoHaE zse{&fU#pH$DrN!zXA5-BF)#NM2F^MpB;GHojpI0I)-Y0fhn-!X zPjcGVrY#AS<1FxqEM{QfI|Ravq8eTeKtTyl7sn8Z%gGD01XvguwF12q7C7*Fc``D% XT;gSmZ!^dRs$uYS^>bP0l+XkKr}ZCb delta 406 zcmbQixQ1D=Gr-TCmrII^fq{Y7)59eQNIL+r0tXY2)cybR@&cwAPpSvh?gH$r;}J z&o0w`@JyhIZ=-kll26g~3MUkI$VSDK1q)^CG-UsDdg<7GI?pSqm(@#Q!IuR`Q_WR3 zb}=bERLtq`84uk%bvZ{@v>1I#E$EEWjtk_1~RYzvk`x zf1so6+{ynyInDx)$YKTtzJnmlxMO1WTcDtXr;B5V#O34#S^_MLj9P(S3JV-~y*wEi YTrTml#kU#c0@W~hy85}Sb4q9e0Ojo@OaK4? delta 498 zcmVD0h~!hK~z{r?Ut`j13?hR7ajqH!c&4kArNSS!8JSv2owT= zLhu-nIt)Q05LJ*6z@tz+10S8~UVAq)dw za02T)V~(8rdfw$IH**Gt_ZJ*Ze;FMXJ(>YKD>j7z=y-kmpxCp$wfT5{zzvE0%Lg$l znFoFbMD+ljkjRY+qI!VN>aj%P*MO#;&^&1BiDVvne+vl)P{H_dqc-iby0eHUfbunp zTccf8cNXFVaAzCkiy`qhf85&fHAfS< z98F249t1w-23JE0pb}=t1JqNKhThLc6l9^90g6F80~<$A98LJV+v6yNk(lTff`XC= zQ0);B6MbjEKyY`P)(Nn{1`B?5dxT!HlCSu=%%g#Q2kuc5AHYhhNBl?oJ`cPDEHkm4u_@(Tt^fdIq3 z=Dm?XG0p;y$YKTtzWpG~Xu%q+0u=n=>EamT;r;f?UA|@o9@d0sZTtR9uU~HO5p5u; zxBJ%40+(CNn{1`B?5dxT!D1)<|jfzLjV8&*HBlpwJ18qkDUOmLzhIyg2r%4h z-Wv%N<1FxqEM{Qf+YiEw7OcT4K*1lLE{-7{-fyqm(FT%w zyKn6*aJl90Hl^r}4+Gbt$DU4|>-G4bOzKdr&7J6ZD&&M}Z0796J}r(X%Ng!XuPb8e z@nX3lu)K%mdcJB^Dx=|J=LNzETO#LcAK;V@ zN(xQPOXRZ`bo2P;U76c~eVYx~woGmQ>eJxme=vSxr*Z9m89&K}hFS-uf^V0ZFX;VcJaEgD uaYEfamY3U@57!l?99m=^{pDNX9>yS6MV((_T8DsPz~JfX=d#Wzp$Pz;BA6op literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf-eyeextra.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf-eyeextra.png new file mode 100644 index 0000000000000000000000000000000000000000..16dba4b4b3a18255357ad5b4006745679e83991b GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH!VDw>HYaZfQjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`g#vs+T-DW7fy^)WePpF1ZeH5|<5}a%7Ph%SAEak-ar)@wUQT93p4Q2{Jx3XNVjmQ=>}qIzv){|Ne$S29tw9;me5%iOe|Hi3 z5vee7wsQ)f8UOWs-lS(aeqYLYHXl$CJXTbG#p=1K`D^9{FBtbmh&>iu=G&O8t6Jr- zR-NA=tTi=;Y5q69C!fk6)G*)DQ}AW{Dbt|R9yICA{wLB7ule{Il%^aLjr-c1Vd3yy x;PHlBO9jynv&43{$g=4EYThI{=RNBIR`G5{^)0P^mw~Qk@O1TaS?83{1OVYOZF>L! literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf-eyeextra_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf-eyeextra_s.png new file mode 100644 index 0000000000000000000000000000000000000000..d4b67e53381d6cbe129a7048e5bce3cf69f0f72f GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^4nVBH!VDw>HYaZfQjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`g#vs+T;1K=fy^)WePpF1ZeH5|<5^>~x1l;vh_k>WvY3H^Z$Ah#TCfJI z00mchx;TbdoIX0amy=nMr*$%K&rwF6*arnIyBb>G?Dz7m-*e-2Yfy$XpX#&S-(7@$ zL@G?2?VQ4A#(zDZH|bf9-Vvhxv`8Fo&s#ZCy zRp)mIYfX(|n*WXO$*1xMHO#m46nq(f$~3672Tgjj|B1B2Yd*dPr76cm literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf.png new file mode 100644 index 0000000000000000000000000000000000000000..28d2804d780e35f1428f73f4d94e457d0d44262f GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF>ba Votp*t3xUcRJYD@<);T3K0RWgxH2?qr literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/farigiraf_s.png new file mode 100644 index 0000000000000000000000000000000000000000..96b1f095d98a38faea8841f5a929f3d9fb043d42 GIT binary patch literal 181 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFLnJOIGcYeU}E_pvCv@x8;gZxW+uZ~L$R9=LKSL& P${9Re{an^LB{Ts5$&NH< literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_eye.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..d67617176462600b942ebff3b4b3d2cc322765ab GIT binary patch literal 425 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-pQ0$S$)DaPU;cPEB*=VV?2IV|apzK#qG z8~eHcB(eheq5(c3t_nUXK<5Ad|L^%1`|FzU@bCb+Gk7o008;EFL4LtNDIj2w@@94e z3UL;AL>4nJ@ErhQ#;j|doIp#sJY5_^JiL!y_7rP2;96+ zWh!!FdE673h{-+|w05)X=GoxWxW%9O%KY_5!`c`^rbuscW74Yb2ud?)2>KSE&*3BC zaA<+)jlv6OgmR=??rdWeWuIWoprgnv(8$Q9aHz#BNq?=o`-R>K(Nm%?>|@rFu)E9f zh-2ATS&Nn`Gq#usH*Q}(#2B|quzu&Zdky>-EABG>H%jSRt01UQ)OtaQdB$h04QewN zgqCrZNhZu>%AC)(V&mVp6_QOpC+_WG`6`t1NQh%6qtL_K^VPc_$S-r4$8fOo!7JYl zBD>1Obz0V1NZgOK&Rrm1B*Wei|FY_Pr%S_$cm0#q44&5pyq51X*0g<8KBW{GR1BW3 KelF{r5}E+HdYxhb literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_eye_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_eye_s.png new file mode 100644 index 0000000000000000000000000000000000000000..d67617176462600b942ebff3b4b3d2cc322765ab GIT binary patch literal 425 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!3-pQ0$S$)DaPU;cPEB*=VV?2IV|apzK#qG z8~eHcB(eheq5(c3t_nUXK<5Ad|L^%1`|FzU@bCb+Gk7o008;EFL4LtNDIj2w@@94e z3UL;AL>4nJ@ErhQ#;j|doIp#sJY5_^JiL!y_7rP2;96+ zWh!!FdE673h{-+|w05)X=GoxWxW%9O%KY_5!`c`^rbuscW74Yb2ud?)2>KSE&*3BC zaA<+)jlv6OgmR=??rdWeWuIWoprgnv(8$Q9aHz#BNq?=o`-R>K(Nm%?>|@rFu)E9f zh-2ATS&Nn`Gq#usH*Q}(#2B|quzu&Zdky>-EABG>H%jSRt01UQ)OtaQdB$h04QewN zgqCrZNhZu>%AC)(V&mVp6_QOpC+_WG`6`t1NQh%6qtL_K^VPc_$S-r4$8fOo!7JYl zBD>1Obz0V1NZgOK&Rrm1B*Wei|FY_Pr%S_$cm0#q44&5pyq51X*0g<8KBW{GR1BW3 KelF{r5}E+HdYxhb literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_mark.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_mark.png new file mode 100644 index 0000000000000000000000000000000000000000..f0d95d04daa4ac7811557c75e1be700187318963 GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|e#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>0X`wF_dcCh@KMoB)cf^LHy$( j8xMB4WIp1Y^P9nAQ`bP0l+XkKCMa&n literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_mark_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_mark_s.png new file mode 100644 index 0000000000000000000000000000000000000000..8cc3e8f27ad54b0bc30b9650e71c2ac804143d3a GIT binary patch literal 293 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|e#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>0X`wFn@%rOa$( j8xMB4WIp1Y^P9nAQ`bP0l+XkK2TW~R literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/floragato_s.png new file mode 100644 index 0000000000000000000000000000000000000000..99b1a94af97a0c1d79f1a75042f506983d6dfd77 GIT binary patch literal 175 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF4iL6ivR!rzp&-aA`hq1fYqUehaLkJa29w(7BevL?FV5- z3)Wy2prEp+i(`ny!lvI6;X0X`wFXM*+re0%ifeAL@#DZjrxj)$!aK$V;Y z9+AZi419+`m{C;2s{trz;_2cTqH#XCfzeSzLW5CN!GMj4hf!5y!Q=*RkrpP$h^VMr p3j{UTo4We?`ep_=@HfshW?XuqVc|XhU?HG>22WQ%mvv4FO#nJ$JY@g? literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/fuecoco_eye.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/fuecoco_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..b2672157fc51433342539c7bb6a9ca29d582fad6 GIT binary patch literal 351 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`g#vs+T>pG~Bq=H8<{k0>|NrjZsX$?szL>i}inG8YvY3H^?=T269?xHq z0u;RF>Eak-ar)?`K)z-L9<~R+Hk7;SCn&QU%yYQREFko*e(Ka!0XHflxAm~EoL|q$ z_CV_Hh5Ju`<`w82QFye5S)#p5f>Cs(Vj0h__QZQVOzV#4hT87w%zf-3oYKkV#um5a zzorh8JDbn~7Vft^!m{7*`-;E0z!sOXlt=cu%z`*Z-X#j(CcLU(p4(t|dL>Umi+P}I zeW~m}6FJ2lkM1f*>Dt8^u4XEFZs7ihQ&Wgp@rO(z$ET8&hgW%Om9q)oDDsP6r_$WK qsDhQ7m*Kym!>_mOCJ#Nn{1`g#vs+TyI`ECMhZA<{k0>|NrjZsX*Z+iv`XCDb50q$YKTtzC$3)D5~Mr z02I9D>Eak-ar)?`K)z-L9<~R+Hk7;SCn&QU%yYQREFko*e(Ka!0XHflxAm~EoL|q$ z_CV_Hh5Ju`<`w82QFye5S)#p5f>Cs(Vj0h__QZQVOzV#4hT87w%zf-3oYKkV#um5a zzorh8JDbn~7Vft^!m{7*`-;E0z!sOXlt=cu%z`*Z-X#j(CcLU(p4(t|dL>Umi+P}I zeW~m}6FJ2lkM1f*>Dt8^u4XEFZs7ihQ&Wgp@rO(z$ET8&hgW%Om9q)oDDsP6r_$WK qsDhQ7m*Kym!>_mOCJ#!lvI6;v0X`wFr>Z92ymIXS0`;G_Q{Uf6`~B^4l(lzvLR7Aextn*yliKo{-$f!o z#he8mk;M!QdFb)9syNm}u`(EKohiu4YIFx^0E4HipUXO@geCw6p+6=7 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect.png index 719d0c8e7632557c9b147428c9c0d7614e2c24e6..81e6cb8e72b882b65db3c2735326389bc207cb2b 100644 GIT binary patch literal 214 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;X0X`wF8z%0)bM$IS9<-@ku9*YIaOP$g%9 zM`SSr1K%zXW)$6Tb_pox=;`7ZqH#XCfyvELLt+n;m%suKZpPGPjf4WmrVAG?BzUo2 zx^!uhrl3Z9Ly{1SmBIo^J%i#jbq-%OM~16B$;k{#jPcw)zjrwU4P)?h^>bP0l+XkK DLIgk) literal 9949 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 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_burn.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_burn.png new file mode 100644 index 0000000000000000000000000000000000000000..52f3de2b27f092bd5584989284c767aabe5b9224 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF=IDW)YHW= zMB;LC1GAf|fj~k+P>_&FNKg=ikw|ZED~I8Ou7eEL&Vc~}yUW}-oEcK~Z`{bh%*-%L WoHwelfombq00vK2KbLh*2~7a^o-g+R literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_burn_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_burn_s.png new file mode 100644 index 0000000000000000000000000000000000000000..52f3de2b27f092bd5584989284c767aabe5b9224 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF=IDW)YHW= zMB;LC1GAf|fj~k+P>_&FNKg=ikw|ZED~I8Ou7eEL&Vc~}yUW}-oEcK~Z`{bh%*-%L WoHwelfombq00vK2KbLh*2~7a^o-g+R literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_chill.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_chill.png new file mode 100644 index 0000000000000000000000000000000000000000..0d48ced4d7c614ec236979578793f4a13b175163 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgTe~DWM4f^nWr? literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_chill_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_chill_s.png new file mode 100644 index 0000000000000000000000000000000000000000..0d48ced4d7c614ec236979578793f4a13b175163 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFgTe~DWM4f^nWr? literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_douse.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_douse.png new file mode 100644 index 0000000000000000000000000000000000000000..2594e03c1b7c03bbd671571e65426c65b097ac11 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF=IDW)YHW= zMB;LC1GAf|fj~k+P>_&FNKg=ikw|ZED~I8Ou7eEL&Vc~}yUW}-oEcK~Z`{bh%*-%L WoHwelfombq00vK2KbLh*2~7Yx{V
  • =IDW)YHW= zMB;LC1GAf|fj~k+P>_&FNKg=ikw|ZED~I8Ou7eEL&Vc~}yUW}-oEcK~Z`{bh%*-%L WoHwelfombq00vK2KbLh*2~7Yx{V
  • !lvI6;>0X`wFPcrHq)U^Nq|9|@MA3l&^fk$L90|VbK5M~tJZ*~bNXyfVP7@~1L zd4aruh|2_p11AnBFeo2%VDRJ#b?{_d#(aWxl8={{2zP=6S20H|%ZDG+1j88;SrpeY bGBY!rJ;h=nKi5hLXbyv?tDnm{r-UW|cTY0e literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_eye_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_eye_s.png new file mode 100644 index 0000000000000000000000000000000000000000..7c485bc493b6beb8ef43e2d73c17867e1b925701 GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>0X`wFE7t6DP}BbZ|9|@9i|;{#1s;*b3=Dj`K$uZ@IWTaAru^zi}f2Gc&_1 Xao(uH2Cjub0~kDA{an^LB{Ts5swgp@ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_null_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_null_s.png new file mode 100644 index 0000000000000000000000000000000000000000..dcc35080059caac757b575389751c8711d217a73 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@IWTaAru^zi}f2Gc&_1 Xao(uH2Cjub0~kDA{an^LB{Ts5swgp@ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_s.png index 2d7f5be087bab44026fa186965be632379f5e48b..f848d14a4c0d36879167adf8e9c8c9c7935f5ff2 100644 GIT binary patch delta 205 zcmdnabB$52Gr-TCmrII^fq{Y7)59eQNGpIa3p0>x3`su@q!^2X+?^QKos)SvQBk;F zF2E>*^XKPQLsdMmdKI;Vst09Y_QasU7T literal 1591 zcmZuxdtB026#o&0hR-c)g`q2FDXFChl|?BTl8++P6knwbMF{bMnV88+dN_$_ii%cH zN~rlLg?zN8nfXXe2_NawO6NzX=9+0%PKNbq>+{+EIQQIhzu)h@=bq2K=R9G*n*kIC z1pvTcAKsOy^&G7^>q4}nsyih`>y}2ic)0+;Exz7-=rV1*JQ`1m0|3MNMFUj{=#$#T z)vUe#EN^BwD^7MU6qygM6^8 zS@1suD2gI=8A{H)!A)CRc;Qxu$ZVxzb=tw}_gy8@HkN@i3lQkzDqU@DmPzX;GTB~QVWWC$_`T57Qj~?%~JnYe(?dR0sOCeE}`1tfse3?M# zDF2?9Sbz-j6>_`NeVY7b*2t1GX#t92y20Grw@ifqF#+Qg7t#&3!QM9AiS#->hUrOy z0q`enP38kkYk3=Xdz(+>(wiV^s_0b_ML0QS6nLn4y5sJkM5UXJ2K;+5W2>f@pq|b6 z4?BCEr?oq3%)}~Pe=wmauuV_R>LClj+8euD)S(kDLX)1%54Hb6oWj#$c_v7L5}Gg1 zBvypiK!7kDy!ZG}r|z79_c)n6j+iY2ak7z;5y;Y5!EQhK_1d%GCem} zRW16+xcgCGz3X3T<4sVuz9rL+H(=pC9`9+t0F1_Is`#B=R;Nd6HXNuJ#M489z{Xi3mNd(hbK}NFwd0k6ep|S{ zQw5G|eI_hFf5YW5OPxA~;)5tjQJlobMs&-zXkSofv$##l{Qim4s$PXR7Lm64zt3!(^NU(Bye=`XTJL7#%oPV@beV2j-fg3=z-dM z*Xt`bed02557-D$z#W9Ay@^GELV5a9bO{{z<@FEI57#-SY}I*KL-y_7X|=ou1tjm% z%tmA)=w=y}<6SypVIP}azXLC0OxJ~P>ke7HGTtIDMproq_hMjveh&Xmtw@~vMpb+t zS3fd^olbD`&Sh>^4`=kDjWk%cZ?9GFd@yz46_qwU$ra@h`$t|J#+RK0|5zZgB2fGn z-oN^w%#8Ic+|nR6Vq41@W~}8H2+wwd$xa);KWnw@?qgtlbK9Bk-76vnOqqQSnI zi>i7F1ikm;@Ke^YPizf}0m4qIz|JjiWaT8bj&rDV52}{-^j&(5G2)sVS9u#E{<=@yq#8M^bevZHmjzQ*7ju(`)?Dz!XSA?C9>8EWDhUP}XIep1$mfxonY&h)U zB1#O^+nwEL=w52gz*=8SaG)lI)ze|K#-HU|}C*)xlV0 zsT2A?@&~XS3x!c`uZ4P|hzypwl?JRji!R6?F3le-ujoP@+as?cZf2`*(E;`s(F`Hh zQj_T20-JV^$S86=tAVx_l5-{5r2(_=wUC!Bi5xPPPRtyEaVo^a!X96SsSf=1-BMa$ e>e;gz;J2CZ6(ze3Yqd=t*td7TYbo}~slNgK>-B8_ diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_shock.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/genesect_shock.png new file mode 100644 index 0000000000000000000000000000000000000000..e6f50e091ef25751a313496f1fcaafcc063d2995 GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF*j?tv;mnY-f8$05W@d(2 X;=ECX4O|O>1~7QK`njxgN@xNAk*j?tv;mnY-f8$05W@d(2 X;=ECX4O|O>1~7QK`njxgN@xNAk!lvI6;>1s;*b3=Dh+L6~vJ#O${~!E2r_jv*25$u=@Mf9E$cXw-e-K6QxyhHKP9 zokxtqQ{)T`UNr==_gFQo;+yd2|NIo6Q1%l>f7B&|uQC=nFnb<#5j|>tzNT%{2WH2! zd>Y*q2P&T4(QM+g5S+o3`jEY9*4qHFj}5B=4|uW3#oe4B;}9a1VEvO1XvMy~KisK; z{BDaAt}rss=eB8HFL;Lap$+#!oj(U2G&4_ewOO!=*=MIM$Q_}J8(h04gY4emRXnMu zeLC|7RzpRf5T!f&!ny@d9pS#Wr_%X?PKm*Trw2UB8JL+F{yojy-89oV66iw)Pgg&e IbxsLQ0QXFE`v3p{ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon_eye.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..9b49e57286bb5e0d95700fc19d03216881ecbfed GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`@b|}i~d8Nv;8v#}lk_Vk_-Yzrw@NViWfBQM|dc{xuUISHf z7I;J!GcfS&0%1nc{brYdg0-G5jv*GOlNYcUaB(g8)H+2Z(4}R{lqn(;MKu~57`m8} zMO2-cW~T|dNMPgDn8B3 zWIDm5SHUWAK4w*ZR?y66VxVP^!kV^-@f2&?ITnVkp;l2>)x_n1 P4q@bP0l+XkK^vYQY literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon_eye_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon_eye_s.png new file mode 100644 index 0000000000000000000000000000000000000000..9cbbaae74baa9f6d1654f5f1d57687c9ef7748b3 GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`@b|}i~d8Nv;8v#}lk_Vk_-Yzrw@NTNNXZRd>y$j{b-T+l{ z7I;J!GcfS&0%1nc{brYdg0-G5jv*GOlNYcUaB(g8)H+2Z(4}R{lqn(;MKu~57`m8} zMO2-cW~T|dNMPgDn8B3 zWIDm5SHUWAK4w*ZR?y66VxVP^!kV^-@f2&?ITnVkp;l2>)x_n1 P4q@bP0l+XkK!Y5e7 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/koraidon_s.png new file mode 100644 index 0000000000000000000000000000000000000000..0e5af38cf2f88c81f23508311efe0223a00b0add GIT binary patch literal 331 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=fdz#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6;>1s;*b3=Dh+K$tP>S|=w^@PVg`V@QO1@|SNs|Ia%x?5Qi}KXr(|tS+Q+ zQwO_GK-GZ*E12D64bI3Y{F$EO6UuII>aVI~@O8#d4$huOLP{AX|B;_$80cE~VC(Au zu{r_6NU2jwat3jhPmgGRp5RSuE&KxLc-9+AZi z419+`m{C;2s{tse=IP=XB5^sHfzeSx;Ya`zQw>jYviS4>g#*VuytVb;Gce8R>EmNC Xm62X}*6~z4PzQsjtDnm{r-UW|3CA+Z literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_eye.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..cee821e99cd0fae6524adca56841751dd2f7cbb7 GIT binary patch literal 441 zcmV;q0Y?6bP)Px#1ZP1_K>z@;j|==^1poj59#BkFMIR~>Je5ij775tc*fxYh|Ns9J3=hm^mG5?~ z0000z$KXN$000SaNLh0L01m+b01m+cxRGn^0003bNklkH%|x1B60u4`BVOR%AVPyVdGEshQ4Mm56Ig@qaB z83bdhK^_$r#+V_VK_I>h&3U>IBGb^EXAqc^(440W5_t>Fd0bGAJ#!urR?GWB&hT8X zok>D-2K=zrxwlxz86FYQ9!}0_f!V%9<^mqC-wiFRde%18P4JiIa6WBTy&!D@Q>Y5` zv6g;=Oz%5xL!1h!lvI6;X0X`wF5+;TU&9Q=FoHuUVkjnP@|Np-*5C568sqf3y0+k#)bzT5SaTa() z7BevL9ROj*tZSW|K%-SWT^vI^j_;isn045Ir!Dlxz2qB=Ue|?>SRV+x^Znp5C;kmv z*fn0Wy1nLpqPTsoj^?`T2qy0h3mg6at=X^J$NSXH^w8zjR>^0QEXk`JHEeU=Tjd3NpI`jFm!B!i?fN2#37qc_{WkMBaYj_ghWnIGOZ%Vi9oAy|QW#G> zQs6jj#$|gtW9q}i)lMmNn{1`r2~9ITz4E>vtsA$Wt(PaOG@@BDV;fU=Kufy+Z`ObXEyveWX}&&##!JI zSEak-ar*5fYc6I*5!d-)ntvz6t-aJXF-L)a**raIk1&HH zQ-YTi+zfQTXjrN+K_=j1fxJe{4^|HD)uK-8H)Sl+;Gc9f`V!ND0$0=1O)EA?GD!LF zWz$NuVAX2te#h%}aK8T2wep{Cd_6qR^3C#F{GApbE|&^L3UnLuRqUQp=OJ^q=W%W4 z%NzXNdJ|nsquAC^C66MExs?XP(MFqmNv!-K!-Gn_hF9|IlE N;OXk;vd$@?2>?|OdRhPg literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_mouth_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_mouth_s.png new file mode 100644 index 0000000000000000000000000000000000000000..898d41f71e65e819d69f338f274b897bfa675ca2 GIT binary patch literal 319 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`r2~9ITrWL7vhB#KIV&b*OG@@BDV;fU=Kufy+Z`ObXEwyiRNDiUaTa() z7BevL9ROj*tZSW|K*6=1E{-7VCCRmE$Xy>Q^q0<{z*rpFEJe`a5X*Mv|@uKgOvYX zHmyVpR;{+~cf4)~=j%UREC1=n*TeHH-z>ky-)ZsTa;Z?HK({ep#qKF}9x``(9@loh zyushCH__#VJC6y|8Dn<2r-JO)JLlf^VfkY=p*Q~4{)+bxgBkWPJou|V!>Ob7G0@=* Mp00i_>zopr08%!24*&oF literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/meowscarada_s.png new file mode 100644 index 0000000000000000000000000000000000000000..aa1e47f3d3fcee7f807e6c126151980cea98aab2 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFG2T>6GMgO*w(a-y+zyq|NkG!%~1B7XA)2WXMsm#F#`kNK@eu# zF){lsP*By=#W6(Uaxw#>qk_Vb04Amyp5$b4@eN5fJr^!)G1-t5!=tLoaAzO?$L&#% RcLFsqc)I$ztaD0e0sx98HGcpA literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/miraidon.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/miraidon.png new file mode 100644 index 0000000000000000000000000000000000000000..0228180146b93f99a30b8a808ec04479cbf142d1 GIT binary patch literal 262 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6-A0X`wF0dBK2w9?)_DA(38QDrf@a`EM>yVZBkO}?;ib*OLc;q`~NF1WpM z_LGMXUd--W`T6@FZ|PZGK)sv=9+AZi41D`Rn9+hYSOq8;@9E+gqH#W%fzi!TK_G~U z*^0|Rnz>Ohl}Sg>;Q@;%2WykS8m7F=ga&~EeRk%S26uLe23DnXrh{ujfnqcEO7jRX z6`yNhv}7u8d~nZNp~5-4@%R762mCXc($6t4=+Az!?IHV{cR;HcJYD@<);T3K0RX5q BR-ym^ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/miraidon_eye.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/miraidon_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..bf4e0252defa58eca517722a29cda671b597f621 GIT binary patch literal 263 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`g#vs+T(xyf{HE^@U3TT!{rWRUirCpX5|^L8YaC~glqV9v zbKqjbk?;_gUUo$Zhv0@e2^T^VW;AA=KETAr#$b6Nn{1`g#vs+T(xyf{HE^@U3TT!{rWRUirCpX5|^L8YaC~glqV9v zbKqjbk?;_gUUo$Zhv0@e2^T^VW;AA=KETAr#$b6!lvI6-A0X`wFdw1S0&Y$@9LAkb$iH?rxm5VQ5-L1ZRZt{hFt3!Qj53fJGb;0e8 zv!6VC@M3n~%Fo~bwACA42kPZ4@Q5sCVBp&i!i*NI!74z(cuyC{5RLQ642*7$3Iah) z%vM|m(#(y5sZ2V04i8vFIar$n)-dH|CNu~X=(97oG`O=%G_WeAGaXzL3KW~MSDHtF zsrXz2qa{;$^A& BSu+3t literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval.png new file mode 100644 index 0000000000000000000000000000000000000000..ebdc22f23d27ca260d6379fbbc2ae6d1faae6c75 GIT binary patch literal 248 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sC>fiR=!ezQwJ!Cp@n#}Etux1p00i_>zopr0IIE5SO5S3 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval_eye.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..058617e4489d62d9066387ea4077464fc97a1784 GIT binary patch literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`g#vs+T+d&=ykXO(|NsB%S9Nqe{jQW$tvrZ&X%h#so>4F6-yZ(H7G}D-4-}feawYIur^Bzd9*LD8ZGO1#TSxWUz*GD{z zy*{d&mRtxEj9@wE74TyJkJv=Nu3c~5yNZZZ`Mz8u>{{BSnwvB?i>-C$#o9#<_F)U; j+g`U@U;bDpu$S@Vfymz3-1T38u4M3Z^>bP0l+XkKrHOEv literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval_eye_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaquaval_eye_s.png new file mode 100644 index 0000000000000000000000000000000000000000..cb27659a85d7974d4ed65091fc96da39f8f3c1a7 GIT binary patch literal 291 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`g#vs+T+cpxv0>Au|NsB%S9Nqe{jQW$?S9<#IZ&3fz$3Dlfq`#32s6s` zM+3Do%<^<`46!(UcG5-O!wNhub9tT2R=i}fkX~|k!JGYFy`6_7T|*aXh2EFT_5o< z_WG!9T5=&wFoNZrSHO$?KVlR8x^}&J?fiR=!ezQwJ!9GtH#}EtuWcgD1@Kbe!lvI6=10X`wF|NsB@*>^^Om;KvKYuBBp7Oq|W7bwM9;1OBOz`%DHgc*Nn{1`MFV_7T>t<7uc)ZVpdH2#y~wwHmwnT=s7VL-&!or$6>t`KL>4nJ@ErzW z#^d=bQh+8)kjdBmLY=%&Ei-}X(Zug{!! z$opn+Gu?VyU{~U*RhN!i=%+Gp7EdwyZ92vFi2a*`XAj8LKKAmksd_KX@OpVcz{KVd zo}lInLGPtw7A?LjbV!M7ZO`BP50%#MRkmTd_t7BnwR+vfsrf7in3W^u9XiPR)M4ux z_dPYypI>}B?_k_uU>UG=!v3$vr2=NY=T@}$dZE#BA&}vQgPQ6Rkzopr0R4iO-2eap literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxly_eye_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxly_eye_s.png new file mode 100644 index 0000000000000000000000000000000000000000..2bd4d78ec0c2272b9e741b4c554a9cfb736c9022 GIT binary patch literal 390 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`B?5dxT(4Zcsi>&PpdH2#z3Bh{|Gw?J?3=blO*)_;moy)!hO@vUvY3H^ z?+^$xifVW@00qB$x;TbdoZfnABVUt&0NaD?&car6g`^TwlOHUl=7EpbHLo^2xNo0( zwQ7C$rb^}u{ktzsTP(0@l~yIs<4O7obv;38<*qlKD;9>AGVL;ayQ}5MF^S7e8OAQW zqLu|mTeAhMs*QC03b(au{_te6%HH|x{)Xr0?+MEByx$n-=9M!9g0IX_ z(2Q@?E(`JKWr!F4aJhFuufw0;v(hCN&0u7Du=KTGSz%X!=nGaczXP&|%cl!YD=a@B i-;i#>UHsSa3uE9+n{X~$=k35CVDNPHb6Mw<&;$UwdYMlE literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxly_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxly_s.png new file mode 100644 index 0000000000000000000000000000000000000000..e117342734d533ddfaddac1ab7de0ffa2c88d862 GIT binary patch literal 164 zcmeAS@N?(olHy`uVBq!ia0vp^3LwnF3?v&v(vJfv#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6=10X`wFSFYY%bnlt~FZ;JUp7ndSdphd;0ZMTectjR6Fz_7$VMb96uLhu? zoTrOph{pNk21Z8>2@OV74T%iKWQ~HxCPCc?kC+%jGkh9%Hp~hJs$}qV^>bP0l+XkK D0@Ex= literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell.png new file mode 100644 index 0000000000000000000000000000000000000000..de80d5bf372e0be5f9151fc1eca4b921b7e2869c GIT binary patch literal 186 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFGnOvoE-wZ?CzHy{J-!0^tjdSy#`w{Q`M_4m^wUO2vo*d;1OBO zz`%D1gc(IOyc&Rl8lEnWArhC985kWE4jd0)VzM|a!Lh+0rlCPV*+ggUo<)lnGphqJ Z!|o~4E6*34_5|u-@O1TaS?83{1OVxdILiP4 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell_eye.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..58a73a90e156a888528e5cb8f83c78e80ab86f44 GIT binary patch literal 349 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`MFV_7T!Hle|Nn(-C&|Sgv~??EV0E~3``)JLNArOaoCO|{#S9F5hd`K7 zRKu$QD0tD+#WBR<^wvw(e1{cy*b;VCv?-J>w`9B^y(Rp`xhKEn7qZbm$i^6a=4n}ip1?ilyBk|y^c~#W{Q9w&eajUlgC~nG zhc`_O=;PyhdUB3it0$Arf$$j*x2nf)I>wWk%PewWsp*yl4oMdeGNn{1`B?5dxT!Hle|Nn(-C&|Sgv~??EV0GAg?8K$p_ZYt3z6q4$EbxddW?*b)Bo!5)urVXyz>-ffPb*oa zR{Y@I{VUV%MY;yBk-^fR@vLbR6!LRsFOajbUE>qLc=NW=n@0I&S;ySTsUI#JoYeoB uYwJXww6pBuJq)hOvudue{y)L~NO;+vPOk44d{+ZK$KdJe=d#Wzp$P!vVTfe_ literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/quaxwell_s.png new file mode 100644 index 0000000000000000000000000000000000000000..fdbbeb8e91a36694682aa9fe6f48d45580a827cf GIT binary patch literal 182 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFNn{1``2&1HT+g062W0;L|9{UC>+kP_*eACL1Noc<9+AZi415Pcm~qF%?6*L{ zNuDl_Ar`0KPP)i@$biRXE^kc-8B-y?PFohQ`mRTUVo z_a02{Jr;EEO+xGfMxG5v`K_9+vptdc;@#J1@?lTdg1aYk^xj{{`xbQ2_72nJn^)BB zQo{4oj{Ul_psCg^N^U_2yJmurZ;k#^{r8RX`7L3s`jUS27hGD}C8mgU%BQ$I;oZDO WoNJzt%zvQk7(8A5T-G@yGywn}erOy3 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/skeledirge_eye_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/skeledirge_eye_s.png new file mode 100644 index 0000000000000000000000000000000000000000..6cc5d11ad8ea53ff653aa7cc16f332344997094a GIT binary patch literal 280 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1``2&1HT+d!!4`lxT|9{UC>+kP_SofX&59D(ectjR6Fz_7!VaBX$ot!|y zNuDl_Ar`0KPP)i@$biRXE^kc-8B-y?PFohQ`mRTUVo z_a02{Jr;EEO+xGfMxG5v`K_9+vptdc;@#J1@?lTdg1aYk^xj{{`xbQ2_72nJn^)BB zQo{4oj{Ul_psCg^N^U_2yJmurZ;k#^{r8RX`7L3s`jUS27hGD}C8mgU%BQ$I;oZDO UoNJzt49Lk0p00i_>zopr0D})`jQ{`u literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/skeledirge_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/skeledirge_s.png new file mode 100644 index 0000000000000000000000000000000000000000..32ebe8c4a6798bd3deb2c794ccfe2dce5c3289ce GIT binary patch literal 215 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPF@0wwI^rrKaziZE`$jklz|KCtg@BeFORR#Hl#@Edm zlcR+v{O@D<|C+&fxA{zhfA_zBPS5}Uj0|@yw+8Cn{|?m4;OXk;vd$@? F2>^f_OyK|k literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito.png new file mode 100644 index 0000000000000000000000000000000000000000..b65c1190cf4bac33e2000f904e930ca21e4d5c4e GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFPx#1ZP1_K>z@;j|==^1poj5El^BUMbziIRiiZH@6&OvHvj+tQ=v7rwZup&KL7v! zW;;T`Xm^Q9WbN(k761d?sh^tx6h^yJn1w?SyZFa76 z29vZ+U!GO)Eeh{zUP+T*%q6cv5zvYQC=RfqAOT>*!7pL3;Q*^&L9MZjGh?f6s^&Jz z&;nFVbAJaT_#G8Z+a1s43{`8MKh7rtrh9)l&QP=gFwBf#%+u?q-DPm7ZNDEt{vU*1 zhP}O>K*H8^2Zyet@a9~CIP>D%7fc{MbQFZz8uJ(?CJ<{c2n56hVmxL+OK}iNQ;_+~ zkPjw49~|J4_AwtEvL%w-^$c_g1LZfFz#(J_(Au6P2ny?~Cr}5lB?ZI; zGE89jOrM|*{Un}YKI0000Px#1ZP1_K>z@;j|==^1poj5Cs0gOMZ?;!LzZMuvv&Xh0JXKmNGd-6|Nmw?LcwTv ziArSc?d=u-1Kp~!M`W*E00009a7bBm000ib000ib0l1NC?EnA)B1uF+R5;7c(mPJX zFc1b{TU-D;C)n`~Jkbi2k|-BIT)~mJ00_}-vy14c_5uirGNnse9|}KWXJR5GI;M!? zPnpOb|7WA@k)(fO;1i;WUgE5aUpZ0nM$IecN1pM#7o)|Vv3dTnP>F_Fm1EbKu-P}l;f$A qj~du|Kv84`jEgildR1Hbknjz5XMrw=H@YDJ0000Nn{1`c>;VwT(3Oe#m3Cs9bIs~XUSeh?ae@O&H|6fVg?4j4Is?uclxg#P|(%W z#WBRNn{1`c>;VwTo2z`&&JH$9bIs~XUX#)$>l(C&H|6fVg?4j^&rexDCqnSDCp|x z;uvCaI$45saY6@!o2rJuf<+9?0xj!LI5aXS&zkALn3|ldoWiIeuhArsAi%~cVe~*S pfu&1=Ye7rH0tK%61&qwh3}v(U&(AA*dlG0MgQu&X%Q~loCII6hH+%p9 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/sprigatito_s.png new file mode 100644 index 0000000000000000000000000000000000000000..3bdc1bdef75feeb172e6d55d413a018f3a1e5f0b GIT binary patch literal 162 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFWnpdKq<}wkH}&M2EGFz%$RkplM^T? z#?ZEo@1f4JWhy{*44$rjF6*2UngIBx BFsuLo literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula.png new file mode 100644 index 0000000000000000000000000000000000000000..ab123acccb52a1d47973fd4653728b4584b06cb9 GIT binary patch literal 420 zcmV;V0bBlwP)Px#1ZP1_K>z@;j|==^1poj5icm~cMda8w&CSiw(9q@O<>=_>y}iB2$jIQ};K9Mc z*x1+9=Mq7ci=%fP_E)z#JR?(Y8n{_5)L^78W3)YQht#^dAT+uPgw`}@1Q zySlo%xVX5#5={UA000SaNLh0L01mnU01mnV6~8vp0001^NklFhj3VI+i5Rx(o5z%;1fB=GBnpjLE=aC0a&Qtj)ojJ~ fE;!`C0R{&DUS`LQKCi=oMlpE0`njxgN@xNA7qB+r literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula_eye_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula_eye_s.png new file mode 100644 index 0000000000000000000000000000000000000000..37b65e743ca845e75fe46c9a388274e5d35c03c0 GIT binary patch literal 188 zcmeAS@N?(olHy`uVBq!ia0vp^0zj<5!VDx|E`RzTNHG=%xjQkeJ16rJ$YDu$^mSxl z*x1kgCy^D%XAAHNasB`QzouvM^ti13KoQOYkH}&M20kF0Z$G02Yp@DX(B9L1fB=GBnpjLE=aC0a&Qtj)ojJ~ fE;!`C0R{&DUS`LQKCi=oMlpE0`njxgN@xNA7qB+r literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/tarountula_s.png new file mode 100644 index 0000000000000000000000000000000000000000..0304c0ab4e6f27aadda2bc4669fa88dd1ceeae9f GIT binary patch literal 420 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!63?wyl`GbKJV{wqX6T`Z5GB1G~mUKs7M+SzC z{oH>NS%Lhn0G|-on6mB#4pxgCtT($mZuM}QY;8Kn&SJf*{d60%mCm*+oNedXTlSb6 z&#*CH>S(jd#cqR}!ya#!Egp`CeBF-vxo>iJSmR>1*46&FzsGJbmwro=#g5i9ZOylP zI%T?tPqQ{#=47+W%lVkU$94~=z1}WMoor^?T5NQ4SnXnW#LxZz|NoP$Oeb2IPOvoD za=Fn4=qk=ICLv8Rh;h(@sPiJM|g3IYrPks^&u>_?C3nr_Yc z{r~=Jnc2T9Cfgrt^)X($X^xZh?BZf8YyUtAPQ@uxdqhkPcnb<|1T4v2USZD@IV*<$ z+Qw@$C*JNnwECx-$s!$%1siJ^1+TX?<<5PWy!O3qYu$#99qct~>zhSh=Y*`;%zacq z=k=rC#;#ra*0PHVJoZ?4rkwvl`3j9kO~&uLHbio1>=o`!HU7hp>Mhd#u&wGk(76nr Lu6{1-oD!MSX1@gr zT6(%ThFJI~e<>_aRA9Q1Y1d*fLqX(Yf7WPyhe` literal 2851 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 literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/victini_mouth.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/victini_mouth.png new file mode 100644 index 0000000000000000000000000000000000000000..05b7e107b184eeaac6379faa9cc38a87cc5954a2 GIT binary patch literal 339 zcmeAS@N?(olHy`uVBq!ia0vp^4j|0J3?w7mbKU|e#^NA%Cx&(BWL^R}Ea{HEjtmSN z`?>!lvI6-M0X`wF@9!;Am6!B&cMWwGe*gY`e|-9$w4B##S6Q5p*9NNLEbxddW?*xc-kJ(6$h!GBS>1)#?}6yXhPpdn z`Th%l?XJ(gF8M_BLe<1mdlfk?o?pA?u&9nRN~FMyBc!lvI6;{0X`wF@87>ym6!B&cMWwG?vGF3la}*(?W$dc2X_D!a29w(7BevL?FV5- z3)Wy2px|y#7sn8f<8LRQtElZTMscB^#8GEsFRmmEPC*x#Mg>lotu96y+8Ex#$1it z>(slpG41;5vh}u@hl5MuBAto5xfs_dw>?&vAhSk7$Aj_bj@Qh86s=trR{wNZ&%N-t zdVibQ?XpuhFR;uhem{S~MV+R7wiePW?;bIfS8$!2E#NJ&Z+=|egL1vsf8`nOZP{(5 U%_q<|8|V!NPgg&ebxsLQ0O59jH~;_u literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/victini_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/victini_s.png index 0d0d8a3deb97b05ffe6704bd2c3e0bf12d6d9423..74fabfbb0d8f2649bbfd83b65c6d2ca05243c358 100644 GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufG}g$wN6f;pqZzOV~B-+vPt>(R0Spr>DNvYJ_2181{|ga z`+5!9jXIeRAG-Yh{{D6&Lx!-G4Om)AfO7(8A5T-G@yGywqE C$t|4# literal 2100 zcmb_d{Xf%t8~<#EZIOpKF=CEII>{GW{QQ=THn)4jUU z$woNkVWQkprnOU2)@-Frc569o)`s0*|HHXnug~@Ryx!M!y?=PWuIu&wEhxZ87mYy! z0CdT|`-1_1L0>>eYC-u^=YzF^R;-`Tey|&`K}U!pD;h#jslE|30MkOA_3_mHy_a{^+}hD7tB`76~wZL#ixyP9LZyq9>`{%1$& zG<=gMBjW(|#EZB1(yi-teW(0yy-IdrmAs8_jcE0A9S<<`aos{K|N1}qH3d`UfMbx( zlu8qhi?IwV5Dr-p~up`&PkBpBUdoEt+{`unSzVH?Ce9mt5O7lj>UW-K4dF@TC zqQLk5D_MU0`4x9y^8*a%17O1|x*653bN2?b+q>G4hf!MBIheoz763TtAAA9eUvc=x zrkNy0+NSbiCFtl+yJX+9dp`+@UuZ`8YfXwX{IJ4{BoGs9mfM0qfQ(OHPhaS`85uXU zoVhx0(IL-{DJbIQ^x3HvbdrSmpg5^;>iny$dPKjm;@sE#i^ZP}>7J==Io%79Gpbz5 z>h3o(_20`KxaP3Rin3Q4;#iG=``dOGT94e1W#=w-cD&6bSd%AuW%JdOwqSef5RBP9 zFTJQU}hKEH%n@1{#ST6 zVU)v}5xl9GOi4*Re%!m9YJZC24Tg={!OUGx>^lD^IpgK7oh;qS^EH<*bCDwSteRY{ z9Yesij%T&Uzh?FYszKfTq_2xLCzl0^wvUvAsj*{ zS=DuW66!NSWG&prW06DSWj}JY1{G~7eBzbbG*nBeKEmDS>4$>@N6BqFAFH*;+&s5_I`ckUN&VN5B<-^@LW$w;{={ae5$P3(_CyTarH4vNhMu(iK@) z7#PQ(*L)TG^Gi`zRrac`u=l2$dvI4)7;ElI50KUt@N%nf|ITDj(X6+umw}I zk~Dg87bJvQ<;}2?Oz>asd(r6Cc_!;lf0T+1ae9_s5MNqn0>fVXOiIoOg^Fs`nVwC2 z^=M|F)RfMcIwW{c3#CwIYAz$J!R^RYoc^|TC74Gz2u?rzeUB3cUqC7O{rv`GwB~xM z)@`cQ%X-yEn&t8c3bxCzmB}u!x7d1fgzdl-hO6dVCU51jCuLeZ9_idvxhprUqr=8{ z(N{pdslh>l#Dv)u(UyM4)qqAu%@w^TN536&#B+K**kHhxTjm^{D4rzP+dKG` zRJ`e%u`h$nKr5gQwYcD*s&MSg{#hTE$V_g!=-}*>mQ7`jD*^*> zn%6juj?h(Hf3d1$P+%TU>5AAqhgq9y?~chwcXB`;vC|t`Rp7ce6flE z=iPZcaQ!#s9DgF}^DM~*wqsVmvYHao$&+h{T3`1(YwY5xJ)@R{fw8q5Gj`jF)(bu- zol1=Ku>cQeO72ED{1KEme197e!7B&D%?*sph zJviF0)7N!9wS!r7tC~`l;=G(-s1;GMc|2Wqd@rln=4qWFXuf4+KKNSBBM%;D-%Dc5 zaWyM<)_3+`_N2_XtX}|jL%||cJSG`B2SJ#kuwM`+U`-u3>?ohS@&b!kBCx9Uhs6sG zouEY!s`l4_ZfEnq1JP)wkD_t1F3|;zXZKcx=u{Z_5~qPpSz`SF7Sbnw>|6H8)qc0U zcii--Tum!ziea56@)h;!U)@QAFRmiMP8(N=rM-bt)BUekmr>wn5YMT<(@oahln?M$ z$J`%T?CaKJ6JhinqR<4wn42!)n|lHO$RX@}eGnW}#bf3JmfDjpC1Q5MK+KUgLrCy7 z!$AUoSo00YV(9>oz?#+kqc91iBL6{t(T~e|%P%+I;bn~30Vv2`0sEOAF?s(7lxd(F diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/whiscash.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/whiscash.png index f4a5ba39a200fdf0a84ecf7f4a2f831d38c26751..6ee8977c0d2e98224e0b180d26d39a70fba6c043 100644 GIT binary patch literal 161 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sBufG}g$wN6f;pqZzOV~B-+a>#|*2OAjQ<^JYQO=M8h@HLUR z>cErWWAmT$lnc{m-k%F}cnnhhG_dnn*&7%zFs$3ov0ZttkQ&eg22WQ%mvv4FO#sNR BD#ri- literal 651 zcmeAS@N?(olHy`uVBq!ia0vp^4M6O`!3HERU8}DLQjEnx?oJHr&dIz4a@dl*-Cck* z5d3uB4U*<8@Q5sCVBk9p!i>lBSEK+1*-JcqUD@xjNU|HNt4`)`LlInX7s2DDFiz2Tc4;P zVffzvlYNJV;mx^QIy$aQ6_P%>e4AW8-?z{04_4itE^vKCt}rJ^>87 zC&yi#`sbbB-Gfs*-hF%RC3s_|KV#a5+}{StjB8%Ky7gK%dWQL`;(vNEl8zZCnBr6z zqNOaRX(l-`ENN_Dcp#dYu;JF3UGtvGCM;seE7(~dbl8XG!zzc@r{k_1zy82zh89Cx z)};g1@*j?r_{D#_&K>Br-WOuAI}w*>Y!DL!iXzV`r8= zSr>ZrTycfW+;i2XM^$jfY{6ME%GHx{dub!}4I{8N$lY)W|BLjnh z`Mc+3ao1Yd8CZY{K7C-=I6dbfCqvLFCYhTD-gZkySVE;h-gscgP-(BspmKcE`=i~? hnqE?(pk(u4?N4U8Q~M&``Be0R_@1tQF6*2UngCZL2{Zrz diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/whiscash_eye.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/whiscash_eye.png new file mode 100644 index 0000000000000000000000000000000000000000..ba2632516a70ca2342bc5979e8577364d418062e GIT binary patch literal 256 zcmeAS@N?(olHy`uVBq!ia0vp^3P9|@!VDxk7i7!@QjEnx?oJHr&dIz4a#+$GeH|GX zHuiJ>Nn{1`c>;VwTov?Y0Ga>)|Cf}MG%qhU0dhDCJR*x382Ao=Fk{xWPEMd;t*47) zh{frnlM?wF6gb?zvOVPelNWIJf8NbYZVQ@cMgQnFcWo8lNn{1`c>;VwTs;F)fXx5@|4T|rs;n^Z2XZ(IJR*x382I*sFrx))unJJH*3-o? z#NzbPNr`+73LI`<*&g!#$qTsqKkw!xw*}3!qJMOoyS9q&adbJY%s#Px# literal 0 HcmV?d00001 diff --git a/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/whiscash_s.png b/src/main/resources/assets/pokecube_mobs/textures/entity/pokemob/whiscash_s.png index 0e1e96808ed3bf41710b696293eab08959be121e..8dc18df54e789229e4aaa5bab60bb1905280886a 100644 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61SBU+%rFB|jKx9jP7LeL$-D$|SkfJR9T^xl z_H+M9WCij$3p^r=85sEXgD|57Yp@DX(A3k#F~q_@`3sLn;sJ))K{^X{cn+{E?POal z)xp?v+5S(P(L{%34BAs#8QXf~KQuT#XJ=z$=!{{1vt^y$SD*n5p00i_>zopr09LFk AZ2$lO literal 649 zcmeAS@N?(olHy`uVBq!ia0vp^4M6O`!3HERU8}DLQfx`y?k)`Pfbjo=n-`t|MK}vQ zB8wRq_zr_GH=O_6ICH0`dlvl1(KT7?{L7T^vIyZoQqevG9X&-XuCmvy%5q9+Ds&bvgJ1dU;++C2$vQUxxg(t%{ zlMTADN17Nsm>C%z8jRhUz8?PPTx?=kI-M1I4W_Yp6 zlUcv!0P|(b+L-x#E}9pk;$vR^+L3q5MWx1nLgg=ujk69+IQC&0(|_hH?z+2jx<4LN zntyOq%DByE$ak2A$iw{gqq5_hRd$qWQTB4;2rnZ(xz0}E7Mgf5~ zU@S{WPfxbi&pyNqc4}os!wuEw3Z{lBn;6{93jQUrX|;bq_~Z=pgzuM`9ja^{Ubr8c eArI6JG{B-hka4eW#uSg=Ag-sYpUXO@geCyds|I5L diff --git a/src/main/resources/data/pokecube/loot_tables/entities/bread.json b/src/main/resources/data/pokecube/loot_tables/entities/bread.json new file mode 100644 index 0000000000..d63e904f38 --- /dev/null +++ b/src/main/resources/data/pokecube/loot_tables/entities/bread.json @@ -0,0 +1,31 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "name": "pool_0", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:bread", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 3 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/pokecube/loot_tables/entities/dye_1.json b/src/main/resources/data/pokecube/loot_tables/entities/dye_1.json new file mode 100644 index 0000000000..a0f911bdd5 --- /dev/null +++ b/src/main/resources/data/pokecube/loot_tables/entities/dye_1.json @@ -0,0 +1,135 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "name": "pool_0", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:black_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_1", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:blue_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_2", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:yellow_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_3", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:white_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_4", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:red_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/pokecube/loot_tables/entities/dye_2.json b/src/main/resources/data/pokecube/loot_tables/entities/dye_2.json new file mode 100644 index 0000000000..acd08048ce --- /dev/null +++ b/src/main/resources/data/pokecube/loot_tables/entities/dye_2.json @@ -0,0 +1,146 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "name": "pool_0", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:orange_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_1", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:purple_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_2", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:lime_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_3", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:brown_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_4", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:cyan_dye", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_5", + "rolls": 1, + "entries": [ + { + "type": "loot_table", + "name": "pokecube:entities/dye_1", + "weight": 1 + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/pokecube/loot_tables/entities/sand_desert.json b/src/main/resources/data/pokecube/loot_tables/entities/sand_desert.json new file mode 100644 index 0000000000..7d70c71ee3 --- /dev/null +++ b/src/main/resources/data/pokecube/loot_tables/entities/sand_desert.json @@ -0,0 +1,57 @@ +{ + "type": "minecraft:entity", + "pools": [ + { + "name": "pool_0", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:dead_bush", + "functions": [ + { + "function": "set_count", + "count": { + "min": 0, + "max": 1 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + }, + { + "name": "pool_1", + "rolls": 1, + "entries": [ + { + "type": "item", + "name": "minecraft:stick", + "functions": [ + { + "function": "set_count", + "count": { + "min": 1, + "max": 2 + } + }, + { + "function": "looting_enchant", + "count": { + "min": 0, + "max": 1 + } + } + ] + } + ] + } + ] +} \ No newline at end of file diff --git a/src/main/resources/data/pokecube_legends/database/pokemobs/spawns/ultraspace.json b/src/main/resources/data/pokecube_legends/database/pokemobs/spawns/ultraspace.json index 39c67aa7a4..174a445fd8 100644 --- a/src/main/resources/data/pokecube_legends/database/pokemobs/spawns/ultraspace.json +++ b/src/main/resources/data/pokecube_legends/database/pokemobs/spawns/ultraspace.json @@ -32,7 +32,6 @@ { "key": "poipole", "min": 1, "max": 3, "rate": 0.15 }, - { "key": "lunala", "min": 1, "max": 1, "rate": 0.002 }, { "key": "eternatus", "min": 1, "max": 1, "rate": 0.002 }, { "key": "thundurus-therian", "min": 1, "max": 1, "rate": 0.002 }, { "key": "xerneas", "min": 1, "max": 1, "rate": 0.002 } @@ -372,6 +371,15 @@ { "key": "vileplume", "min": 1, "max": 3, "rate": 0.5 }, { "key": "weepinbell", "min": 1, "max": 3, "rate": 0.5 }, { "key": "wormadam-plant", "min": 1, "max": 3, "rate": 0.5 }, + { "key": "bulbasaur", "min": 1, "max": 2, "rate": 0.05 }, + { "key": "chikorita", "min": 1, "max": 2, "rate": 0.05 }, + { "key": "treecko", "min": 1, "max": 2, "rate": 0.05 }, + { "key": "turtwig", "min": 1, "max": 2, "rate": 0.05 }, + { "key": "snivy", "min": 1, "max": 2, "rate": 0.05 }, + { "key": "chespin", "min": 1, "max": 2, "rate": 0.05 }, + { "key": "rowlet", "min": 1, "max": 2, "rate": 0.05 }, + { "key": "grookey", "min": 1, "max": 2, "rate": 0.05 }, + { "key": "sprigatito", "min": 1, "max": 2, "rate": 0.05 }, { "key": "bellossom", "min": 1, "max": 3, "rate": 0.25 }, { "key": "exeggutor-alola", "min": 1, "max": 3, "rate": 0.25 }, @@ -577,14 +585,11 @@ { "key": "nihilego", "min": 1, "max": 5, "rate": 0.5 }, { "key": "poipole", "min": 1, "max": 5, "rate": 0.5 }, - { "key": "cosmog", "min": 1, "max": 1, "rate": 0.15 }, - - { "key": "cosmoem", "min": 1, "max": 1, "rate": 0.05 }, + { "key": "cosmog", "min": 1, "max": 1, "rate": 0.05 }, { "key": "unown", "min": 1, "max": 5, "rate": 0.01 }, { "key": "lugia", "min": 1, "max": 1, "rate": 0.002 }, - { "key": "lunala", "min": 1, "max": 1, "rate": 0.002 }, { "key": "kyurem", "min": 1, "max": 1, "rate": 0.002 }, { "key": "landorus-therian", "min": 1, "max": 1, "rate": 0.002 }, { "key": "dialga", "min": 1, "max": 1, "rate": 0.002 }, @@ -595,7 +600,6 @@ { "key": "necrozma", "min": 1, "max": 1, "rate": 0.002 }, { "key": "rayquaza", "min": 1, "max": 1, "rate": 0.002 }, { "key": "reshiram", "min": 1, "max": 1, "rate": 0.002 }, - { "key": "solgaleo", "min": 1, "max": 1, "rate": 0.002 }, { "key": "thundurus-therian", "min": 1, "max": 1, "rate": 0.002 }, { "key": "tornadus-therian", "min": 1, "max": 1, "rate": 0.002 }, { "key": "zekrom", "min": 1, "max": 1, "rate": 0.002 }, diff --git a/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/flowers.json b/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/flowers.json index 2570d9585b..13c2c949f8 100644 --- a/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/flowers.json +++ b/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/flowers.json @@ -9,6 +9,7 @@ {"key": "oricorio-pau","min": 5,"max": 10,"rate": 0.7}, {"key": "oricorio-pom-pom","min": 5,"max": 10,"rate": 0.7}, {"key": "oricorio-sensu","min": 5,"max": 10,"rate": 0.7}, + {"key": "sprigatito","min": 1,"max": 2,"rate": 0.01}, {"key": "deerling","min": 2,"max": 4,"rate": 0.11, "variant": "deerling_sp"}, diff --git a/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/forests.json b/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/forests.json index f32f5e4c42..bae1e72be9 100644 --- a/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/forests.json +++ b/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/forests.json @@ -49,6 +49,7 @@ {"key": "lillipup","min": 2,"max": 4,"rate": 0.1}, {"key": "nincada","min": 2,"max": 4,"rate": 0.1}, {"key": "rattata-alola","min": 3,"max": 6,"rate": 0.1}, + {"key": "tarountula","min": 2,"max": 4,"rate": 0.1}, {"key": "komala","min": 2,"max": 4,"rate": 0.1}, @@ -77,6 +78,7 @@ {"key": "rowlet","min": 1,"max": 2,"rate": 0.01}, {"key": "litten","min": 1,"max": 2,"rate": 0.01}, {"key": "grookey","min": 1,"max": 2,"rate": 0.01}, + {"key": "sprigatito","min": 1,"max": 2,"rate": 0.01}, {"key": "raikou","min": 1,"max": 1,"rate": 0.01}, diff --git a/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/mountains.json b/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/mountains.json index f7fa096ac0..57f964399a 100644 --- a/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/mountains.json +++ b/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/mountains.json @@ -83,6 +83,7 @@ {"key": "torkoal","min": 2,"max": 4,"rate": 0.3}, {"key": "skorupi","min": 2,"max": 4,"rate": 0.3}, {"key": "numel","min": 2,"max": 4,"rate": 0.3}, + {"key": "fuecoco","min": 1,"max": 2,"rate": 0.01}, {"key": "salandit","min": 4,"max": 8,"rate": 0.1} ] diff --git a/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/oceans_beaches.json b/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/oceans_beaches.json index 6cf46c11c6..c4fe2be1df 100644 --- a/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/oceans_beaches.json +++ b/src/main/resources/data/pokecube_mobs/database/pokemobs/spawns/oceans_beaches.json @@ -91,6 +91,7 @@ {"key": "piplup","min": 1,"max": 2,"rate": 0.01}, {"key": "popplio","min": 1,"max": 2,"rate": 0.01}, {"key": "sobble","min": 1,"max": 2,"rate": 0.01}, + {"key": "quaxly","min": 1,"max": 2,"rate": 0.01}, {"key": "latios","min": 2,"max": 2,"rate": 0.005}, {"key": "latias","min": 2,"max": 2,"rate": 0.005} diff --git a/src/main/resources/data/pokecube_mobs/tags/items/leader_chest.json b/src/main/resources/data/pokecube_mobs/tags/items/leader_chest.json new file mode 100644 index 0000000000..195840d568 --- /dev/null +++ b/src/main/resources/data/pokecube_mobs/tags/items/leader_chest.json @@ -0,0 +1,6 @@ +{ + "replace": false, + "values": [ + "minecraft:diamond_chestplate" + ] +} \ No newline at end of file