mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-13 16:04:58 +00:00
Renamed trainers.txt property Ability to AbilityIndex, and added the property Ability which accepts an ability ID (and an index number for backwards compatibility)
This commit is contained in:
@@ -11,14 +11,14 @@ LoseText = "Very good."
|
||||
Pokemon = GEODUDE,12
|
||||
Gender = male
|
||||
Moves = DEFENSECURL,HEADSMASH,ROCKPOLISH,ROCKTHROW
|
||||
Ability = 0
|
||||
AbilityIndex = 0
|
||||
IV = 20,20,20,20,20,20
|
||||
Pokemon = ONIX,14
|
||||
Name = Rocky
|
||||
Gender = male
|
||||
Shiny = yes
|
||||
Moves = HEADSMASH,ROCKTHROW,RAGE,ROCKTOMB
|
||||
Ability = 0
|
||||
AbilityIndex = 0
|
||||
Item = SITRUSBERRY
|
||||
IV = 20,20,20,20,20,20
|
||||
Ball = HEAVYBALL
|
||||
|
||||
Reference in New Issue
Block a user