mirror of
https://github.com/veekun/pokedex.git
synced 2024-08-20 18:16:34 +00:00
Fix HGSS fishing encounter slot rarities.
<http://www.smogon.com/forums/showpost.php?p=2564048&postcount=215> mingot has found the correct slot rarities for HGSS fishing encounters. They are 40/30/15/10/5 for all rods. Surfing is the same as in DPPt.
This commit is contained in:
parent
eeac034240
commit
b3eb81225a
1 changed files with 12 additions and 12 deletions
|
@ -43,21 +43,21 @@ id,version_group_id,encounter_terrain_id,slot,rarity
|
||||||
42,9,1,10,4
|
42,9,1,10,4
|
||||||
43,9,1,11,1
|
43,9,1,11,1
|
||||||
44,9,1,12,1
|
44,9,1,12,1
|
||||||
45,9,2,1,60
|
45,9,2,1,40
|
||||||
46,9,2,2,30
|
46,9,2,2,30
|
||||||
47,9,2,3,5
|
47,9,2,3,15
|
||||||
48,9,2,4,4
|
48,9,2,4,10
|
||||||
49,9,2,5,1
|
49,9,2,5,5
|
||||||
50,9,3,1,60
|
50,9,3,1,40
|
||||||
51,9,3,2,30
|
51,9,3,2,30
|
||||||
52,9,3,3,5
|
52,9,3,3,15
|
||||||
53,9,3,4,4
|
53,9,3,4,10
|
||||||
54,9,3,5,1
|
54,9,3,5,5
|
||||||
55,9,4,1,60
|
55,9,4,1,40
|
||||||
56,9,4,2,30
|
56,9,4,2,30
|
||||||
57,9,4,3,5
|
57,9,4,3,15
|
||||||
58,9,4,4,4
|
58,9,4,4,10
|
||||||
59,9,4,5,1
|
59,9,4,5,5
|
||||||
60,9,5,1,60
|
60,9,5,1,60
|
||||||
61,9,5,2,30
|
61,9,5,2,30
|
||||||
62,9,5,3,5
|
62,9,5,3,5
|
||||||
|
|
|
Loading…
Reference in a new issue