mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 21:24:59 +00:00
randomizer - wild Pokémon
This commit is contained in:
@@ -118,6 +118,10 @@ def getPokemon(dexNum)
|
||||
return GameData::Species.get(dexNum)
|
||||
end
|
||||
|
||||
def getSpecies(dexnum)
|
||||
return getPokemon(dexnum)
|
||||
end
|
||||
|
||||
#shortcut for using in game events because of script characters limit
|
||||
def dexNum(species)
|
||||
return getDexNumberForSpecies(species)
|
||||
|
||||
@@ -170,6 +170,8 @@ def pbGRS(minBST, chosenBST, luck, rare, except2)
|
||||
return species
|
||||
end
|
||||
|
||||
|
||||
|
||||
def calcBaseStats(species)
|
||||
stats = GameData::Species.get(species).base_stats
|
||||
sum = 0
|
||||
|
||||
Reference in New Issue
Block a user