• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
  • The Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents)

v21.1 Generation 9 Resource Pack [v21.1] (Updated with Indigo Disk contents) 3.3.2

This resource pertains to version 21.1 of Pokémon Essentials.
Change logs:
  • Added function to restore party's original held items after battle similar to SV
  • Added function to send player's stolen similar to SV
  • Edited Egg generator and form inharitance from getFormOnEggCreation handler
  • Edited HitTwoToFiveTimes and HitTenTimes move handlers to change rand() into @battle.pbRandom()
  • Fixed Commander Ability to hide tatsugiri's shadow while actived
  • Removed double space from Ability Shield's description text
  • Fixed several Pokémon icon's woobling animation
  • Shiny Bayleaf, Shiny Dragonair, Shiny Absol, Shiny Garchomp, Shiny Frogadier, Shiny Celesteela, Shiny Sandaconda, Shiny Grimmsnarl, Enamorus, Sneasler, Alolan Sandshrew, Alolan Dugtrio, Autumn Sawsbuck, Ash Greninja, Mimikyu, Origin Form Dialga, Origin Form Palkia, Hisuian Liligant, Hisuian Decidueye, Crowned form Zamazenta, Shiny Diamond Trim Furfrou, Rapid Style Urshifu
    [*]
Change logs:
  • Added Chilly Reception move failure check, so it fails if the Pokémon cannot switch and under Hail or Primodial weather
  • Added Silk Trap effect in pbEndOfRoundPhase
  • Fixed Charge effect to ends only after using an Electric-type damaging move
  • Fixed Chilly Reception MoveFailureCheck AI method
  • Fixed pbCanInflictStatus? to preventing fainted Pokémon from being inflicted by Drowsy and Frostbite
  • Fixed Psycho Shift error when used on the Pokémon that has a status condition other than Drowsy and Frostbite
  • Simplified Chilly Reception MoveEffectScore AI method
  • Updated Hoopa getForm and onSetForm handler
Added missing AI related for Drowsy and Frostbite.

Change log:
  • Fixed the Psychic Noise effect on a fainted target
  • Added Drowsy and Frostbite as a status that could be healed by abilities with an OnSwitchOut AbilityEffects handler
  • Added Drowsy and Frostbite to get_score_change_for_consuming_item AI method
  • Added Drowsy and Frostbite to :cure_status_problem_by_switching_out AI ShouldSwitch handlers
  • Added Frostbite to :thawing_move_when_frozen AI GeneralMoveScore handlers
  • Added Frostbite to :thawing_move_against_frozen_target AI GeneralMoveAgainstTargetScore handlers
  • Added :electrocuting_move_when_drowsy AI GeneralMoveScore handlers
  • Added :electrocuting_move_against_drowsy_target AI GeneralMoveAgainstTargetScore handlers
  • Added ELECTROCUTE_MOVES_CURE_SLEEP in the plugin Settings. If ELECTROCUTE_MOVES_CURE_SLEEP is set to true, moves with the "ElectrocuteUser" flag can wake the target from Sleep.
Fixed several AI bugs.

Change log:
  • Added an ice defense buff algorithm for the AI during snow
  • Fixed a bug in the pbPartyScreen for Revival Blessing
  • Fixed the Opportunist message to display battler.pbThis instead of user.pbThis
  • Fixed the Triple Arrows AI move's defense stat drop score
  • Like
Reactions: E4Artemy
Fixed several AI bugs.

Change log:
  • Changed Infernal Parade burn score "b" parameter to "target"
  • Changed Matcha Gatcha burn score "b" parameter to "target"
  • Changed Barb Barrage poison score "b" parameter to "target"
  • Changed Ceaseless Edge's spike score method
  • Changed Stone Axe's stealth rock score method
  • Changed Chilly Reception's switch out score method
  • Changed Frostbite AI handler to FrostbiteTarget
  • Changed @battle to battle from Neutralizing Gas ability handler (line 416)
  • Fixed Psyblade's AI move score algorithm
  • Fixed Syrup Bomb's AI move score method id
  • Removed "OHKO" check from Stone Axe's MoveFailureAgainstTargetCheck handler
  • Updated Electro Shot AI move score
  • Updated Upper Hand AI move score
Fixed minor AI, Basculegion, and Tatsugiri form bugs.

Change logs:
  • Added the missing Sharpness ability to Gallade in PBS
  • Added the missing Tatsugiri form on creation
  • Fixed Basculegion's forms bug when generated in the wild
  • Fixed Supersweet Syrup ability battler name into a lowercase
  • Fixed Tail Shed AI MoveEffectScore handler
  • Fixed typo in Mabosstiff follower sprite's name
  • Like
Reactions: E4Artemy
Fixed minor AI and trace ability bugs.

Change logs:
  • Fixed Trace interaction with Ability Shield
  • Changed Doodle and Dragon Cheer Battle:🇦🇮:Handlers from using batttle.allSameSideBattlers to ai.each_same_side_battler
  • Moved rough_damage method from Battle::AI to Battle:🇦🇮:AIMove
  • Moved zero_to_hero_ability ShouldSwitch handler outside of Battle::AI class
Fixed the shifted and switched-out situation for Pokemon affected by Commander ability and Ogerpon battle forms bugs.

Change logs:
  • Added new alias for pbCanShift? method to ensure Pokemon affected by Commander cannot shift positions
  • Changed Ogerpon "getFormOnEnteringBattle" method to "getFormOnStartingBattle"
  • Fixed Commander ability from actived by a switched out pokemon
  • Fixed Ally Switch move to ensure it's failed when used by Commander's affected Pokemon
  • Fixed AI move handler for Ally Switch to ensure it's failed when used by Commander's affected Pokemon
  • Fixed pbCanSwitch? message bug
Change logs:
- Added Terapagos terastal form and Archaludon overworld
- Fixed Battle AI ShouldSwitch handler for Zero to Hero ability effect
- Fixed Make it Rain from making stat drop for every targets
- Fixed Whirldwind/Roar move function
Change logs:
  • Added the missing overworld sprites (except Ogerpon tera forms, Archaludon, Terapagos terastal form, and Terapagos stellar form)
  • Fixed discrepancies between the main PBS and the backup PBS (standalone)
  • Fixed error when AI used Spicy Extract
  • Fixed error when player walks and all the pokemon faint
  • Fixed typo in pbCalcDamageMultipliers for "IncreasePowerInSunWeather" move
  • Like
Reactions: E4Artemy
Back
Top