Added Gen 8 PBS files

This commit is contained in:
Maruno17
2021-07-08 21:19:45 +01:00
parent 633a0b1a1b
commit ba6806aa5b
21 changed files with 56781 additions and 3448 deletions

View File

@@ -319,7 +319,7 @@ MultipleForms.register(:BASCULIN,{
MultipleForms.register(:DARMANITAN,{
"getFormOnLeavingBattle" => proc { |pkmn,battle,usedInBattle,endBattle|
next 0
next 2 * (pkmn.form / 2)
}
})
@@ -589,10 +589,10 @@ MultipleForms.register(:NECROZMA,{
})
#===============================================================================
# Alolan forms
# Regional forms
#===============================================================================
# These species don't have visually different Alolan forms, but they need to
# These species don't have visually different regional forms, but they need to
# evolve into different forms depending on the location where they evolved.
MultipleForms.register(:PIKACHU, {
"getForm" => proc { |pkmn|