veekun_pokedex/pokedex/data/csv/encounter_condition_values.csv
Eevee e6635b4897 Refactored encounters schema so HG/SS can work.
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.
2009-12-09 14:35:29 -08:00

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