Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
821 changes: 820 additions & 1 deletion data/v2/csv/encounter_condition_value_map.csv

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion data/v2/csv/encounter_condition_value_prose.csv
Original file line number Diff line number Diff line change
Expand Up @@ -298,4 +298,7 @@ encounter_condition_value_id,local_language_id,name
175,9,Give Skitty in a Trade
176,9,Randomly assigned to Friend Safari Slot 1
177,9,Randomly assigned to Friend Safari Slot 2
178,9,Randomly assigned to Friend Safari Slot 3
178,9,Randomly assigned to Friend Safari Slot 3
179,9,Group A (70% on normal trees / 20% on Munchlax trees)
180,9,Group B (20% on normal trees / 70% on Munchlax trees)
181,9,Group C (0% on normal trees / 1% on Munchlax trees)
3 changes: 3 additions & 0 deletions data/v2/csv/encounter_condition_values.csv
Original file line number Diff line number Diff line change
Expand Up @@ -177,3 +177,6 @@ id,encounter_condition_id,identifier,is_default
176,17,friend-safari-slot-1,1
177,17,friend-safari-slot-2,1
178,17,friend-safari-slot-3,1
179,18,honey-tree-group-a,0
180,18,honey-tree-group-b,0
181,18,honey-tree-group-c,0
3 changes: 2 additions & 1 deletion data/v2/csv/encounter_conditions.csv
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ id,identifier
14,special-encounter
15,trade
16,coins
17,friend-safari-slot
17,friend-safari-slot
18,honey-tree-group
1 change: 1 addition & 0 deletions data/v2/csv/encounter_method_prose.csv
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,4 @@ encounter_method_id,local_language_id,name
51,9,"Snagging a Pokemon from a trainer in Pokemon Colosseum or Pokemon XD: Gale of Darkness."
52,9,"Snagging a Pokemon from a trainer in Pokemon Colosseum or Pokemon XD: Gale of Darkness, after you have failed to capture them once."
53,9,"Finding a Wild Pokemon at any of the three Pokespots in Pokemon XD: Gale of Darkness."
54,9,Slathering a Honey Tree with Honey and waiting for a Pokémon to appear.
1 change: 1 addition & 0 deletions data/v2/csv/encounter_methods.csv
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ id,identifier,order
51,snag,51
52,snag-rematch,52
53,pokespot,53
54,honey-tree,54
14 changes: 14 additions & 0 deletions data/v2/csv/encounter_slots.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1394,3 +1394,17 @@ id,version_group_id,encounter_method_id,slot,rarity
1393,15,1,1,33
1394,15,1,2,33
1395,15,1,3,33
1396,8,54,1,40
1397,8,54,2,20
1398,8,54,3,20
1399,8,54,4,10
1400,8,54,5,5
1401,8,54,6,5
1402,8,54,7,100
1403,9,54,1,40
1404,9,54,2,20
1405,9,54,3,20
1406,9,54,4,10
1407,9,54,5,5
1408,9,54,6,5
1409,9,54,7,100
Loading