Commit graph

26 commits

Author SHA1 Message Date
Cyrille Legrand
89d71de583 Add French translations for missing locations; all location-areas; all move-learn-methods. 2023-05-02 23:28:57 +02:00
Martin Lemesle
aa998064b7 Add double quotes to surround third column to correctly escape comma in location's name 2023-01-13 01:09:49 +01:00
Martin Lemesle
747d02ea95 Add missing EN translations + missing location_area_prose 2022-11-11 10:59:08 +01:00
Simply BLG
ef106328f8 Add missing static encounters, mythicals, encounter conditoins to HG/SS, fix incorrect condition values 2022-07-25 09:24:48 -03:00
Simply BLG
ec95156acd Add missing legendary encounters D/P/Pt 2022-07-24 13:22:20 -03:00
Simply BLG
7c1f2cffd1 Add missing gift Pokémon in HG/SS
+ Dratini in Dragon's Den
+ Tentacool in Cianwood Pokémon Center
2022-07-24 13:06:23 -03:00
Simply BLG
fe15740f85 Add missing conditions gift Pokémon HG/SS
+ Passwords for Mareep, Wooper, Slugma Eggs
+ Zephyr Badge Togepi Egg
+ Defeat Red Bulbasaur, Charmander, Squirtle, Treecko, Torchic, Mudkip
+ Receive Kanto starter Treecko, Torchic, Mudkip
2022-07-24 12:58:21 -03:00
Simply BLG
c344cc8a07 Add Missing gift Pokémon in R/S/E
+ Fossils in Rustboro city
2022-07-24 12:14:27 -03:00
Simply BLG
bd00fca16f Add Missing gift Pokémon in R/B/Y
+ Magikarp in Route 3
+ Fossil Pokémon in Cinnabar Lab
2022-07-24 12:05:31 -03:00
Simply BLG
f5d5b2cb53 Add missing legendary encounters for D/P/Pt
And necessary dependencies
2022-07-23 23:38:36 -03:00
Simply BLG
df8488dce4 Add HG/SS Groudon, Kyogre and Rayquaza encounters 2022-07-23 23:16:37 -03:00
Simply BLG
fa68edb09d Add Missing FR/LG Legendary encounters
+ Moltres at Mt. Ember Summit
2022-07-23 21:57:28 -03:00
Simply BLG
39c7bf7a6b Johto Safari Zone, encounters, methods location and location areas
After much research I was able to find out some mechanics from the johto safari zone, it uses completely different encounter slots in walking, surfing, old rod, good rod and super rod, I was able to determine that it's 10 walk slots all have a 10% chance but wasn't so lucky in finding the chance for the surfing, old rod, good rod and super rod 12 slots, I have -some- confidence that it has 10 10% chance slots and 2 0% chance slots, if more info comes to light about these slots I'll update this info at another time.

+ Added Johto Safari Zone location
+ Added all 12 Safari Zone areas
+ Added all 2880 encounters from the safari zone (For both HG and SS)
2022-07-23 19:54:42 -03:00
Alessandro Pezzè
6a56d2b286 sync: https://github.com/PokeAPI/pokedex/pull/85 2022-01-22 21:45:04 +01:00
SimplyBLGDev
0e98f90051 Add missing encounters underwater, regies
- Replaced the encounter method on the underwater encounters in RSE from 'surf' to 'seaweed'
- Added missing location areas for island cave, desert ruins and ancient tomb
- Added missing encounters for the legendary regies (Regirock, Regice and Registeel)
- Added missing encounters for Latios and Latias at Southern Island
2021-03-14 18:49:24 -03:00
SimplyBLGDev
e61049558f Add missing encounters Gen 3 edition
Added encounter methods and slots for:
- Squirt Bottle
- Wailmer Pail

Added missing locations and their areas where applicable:
- Two island
- Three island
- Three isle path
- Six island
- Seven island
- Birth island
- Navel rock
- Faraway island
- Hoenn Battle Frontier

Added missing encounters:
- Deoxis in Birth Island (FR LG & E)
- Lugia and Ho-Oh in Navel Rock (FR LG & E)
- Mew in Faraway island (E)
- Sudowoodo in Johto Route 36 (G S C HG & SS)
- Sudowoodo in Hoenn Battle Frontier (E)
2021-03-11 19:41:29 -03:00
SimplyBLGDev
f5f3d508a5 Encounter corrections
Due to an error the headbutt importer script used the wrong tables for gold and silver, this commit re-run this tool with the correct data and solved the inconsistencies that were present in the previous commits.

- Replaced all headbutt encounters with their correct counterparts
- Relocated some encounter's IDs
- Created location area Bell Tower 1f
- Moved Pokémon Crystal's Suicune encounter from Bell Tower Roof to Bell Tower 1f (it's correct position)
2021-03-09 17:49:41 +00:00
SimplyBLGDev
8b11fda6f8 Add missing special encounters
- Snorlax in GSC, HGSS
- Groudon, Kyogre and Rayquaza in RSE
- Removed unused Goldenrod city area location area
- Changed location area prose to some areas to correct duplicate location name in display
- Added proper default values for story-progress condition
- Added new condition 'other' for weirder conditions
- Added missing areas for legendary encounters in Hoenn
- Added missing locations for legendary encounters in Hoenn
2021-03-08 01:51:18 +00:00
SimplyBLGDev
13a36e6b9e Add heabutt encounters
Add:
- Encounter methods: Headbutt low encounter rate tree, Headbutt normal encounter rate tree, Headbutt high encounter rate tree
- Location: Azalea Town and it's area (Required for headbutt encounters)
- Encounter Slots: Encounter slots for heabutt low, normal and high for Gold, Silver and Crystal, along with their respective and correct chances
- Encounters: 1682 new encounters corresponding to every missing headbutt encounter from Pokémon Gold Silver and Crystal

PS: The source of all this data is the Pokémon decompilations by pret on github (https://github.com/pret/pokecrystal)[Pokémon Crystal decompilation], (https://github.com/pret/pokegold)[Pokémon Gold and Pokémon Silver Decompilation]
The data is as accurate as these decompilations are.
2021-03-08 00:11:03 +00:00
SimplyBLGDev
94869bcd65 Add missing special encounters to GSC, RSE, FRLG, HGSS
Added:
- Encounter conditions for beat elite four, beat elite four round 2
- Added locations and areas for roaming Pokémon (One for each region)
- Added area for Bell Tower Roof
- Added encounters for Lugia, Ho-Oh, Articuno, Zapdos, Moltres, Mewtwo, Raikou, Entei, Suicune, Latios and Latias to GSC, HGSS, FRLG and RSE where applicable.
- Bound encounter conditions where applicable.
2021-03-07 00:13:20 +00:00
Alessandro Pezzè
122f2519d7 feat: update CSVs 2019-12-17 12:38:39 +01:00
Alessandro Pezzè
9203a0d286 Sun and moon data (#305)
* badges

* Added CSV from Veekun

* added sprites from Veekun website

* quick fixes for an Exception

* bumped dependencies version

* add comment on how to upgrade to Django 1.11

* added some reminds to caching, our official wrappers and the true cost of the server

* remove index.html from sprites

* update to conform django-rest-framework 3.3.0 guidelines

* lint
2017-10-21 13:21:23 +00:00
Zane Adickes
d0909e1cc3 updated data with all of latest veekun updates 2015-12-28 00:00:14 -05:00
Zane Adickes
bd508937ae Additional Data
Filling out remaining data so Models have complete associations.
Data and models added for:
Pokemon
Moves
Pal Park
Berries
Regions
Pokeathlon
Contests
SuperContests
Items
Encounters
Locations
2015-04-20 23:38:33 -04:00
Zane Adickes
5e9296f948 Revert "Added Remaining Data and Models"
This reverts commit b069ee991b.
2015-04-20 21:43:55 -04:00
Zane Adickes
b069ee991b Added Remaining Data and Models
Data and models added for:
Pal Park
Berries
Regions
Pokeathlon
Contests
SuperContests
Items
Encounters
Locations
2015-04-19 22:24:14 -04:00