mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
e6635b4897
Conditions are now condition values; condition groups are conditions. Types are now terrain. Slots are first-class things. Encounters' condition values and slots' conditions have been broken off into their own tables, as HG/SS has several slots affected by multiple conditions.
14 lines
237 B
Text
14 lines
237 B
Text
id,encounter_condition_id,name
|
|
1,1,During a swarm
|
|
2,2,Morning
|
|
3,2,Day
|
|
4,2,Night
|
|
5,3,Using PokéRadar
|
|
6,4,Ruby
|
|
7,4,Sapphire
|
|
8,4,Emerald
|
|
9,4,Fire Red
|
|
10,4,Leaf Green
|
|
12,1,Not during a swarm
|
|
13,3,Not using PokéRadar
|
|
14,4,No game in slot 3
|