-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add XD Encounters, Encounter Conditions, Locations, Location Areas, Encounter Methods, and a few more things #1446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
de68e8f
86905c1
a3901d3
4c92678
83f53a0
1388bcc
ad251c0
0cd0a9d
5d0f852
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,3 +13,4 @@ id,identifier | |
| 12,weekday | ||
| 13,first-party-pokemon | ||
| 14,special-encounter | ||
| 15,trade | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -51,3 +51,4 @@ id,identifier,order | |
| 50,new-york-pokecenter-wish-eggs,50 | ||
| 51,snag,51 | ||
| 52,snag-rematch,52 | ||
| 53,pokespot,53 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3877,3 +3877,12 @@ location_area_id,encounter_method_id,version_id,rate | |
| 1206,1,7,10 | ||
| 1206,1,8,10 | ||
| 1206,1,9,10 | ||
| 1270,53,20,50 | ||
| 1270,53,20,35 | ||
| 1270,53,20,15 | ||
|
Comment on lines
+3880
to
+3882
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Shouldn't the According to the documentation, this is supposed to be "the chance of a pokespot encounter to occur in xd".
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think you're right. A Pokespot rate should be 90% because of the 10% munchlax chance. I was confused as to the difference here.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Good catch!
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Pushed a PR to fix this |
||
| 1294,53,20,50 | ||
| 1294,53,20,35 | ||
| 1294,53,20,15 | ||
| 1295,53,20,50 | ||
| 1295,53,20,35 | ||
| 1295,53,20,15 | ||

Uh oh!
There was an error while loading. Please reload this page.