Commit graph

566 commits

Author SHA1 Message Date
Penelope Yong
72c3de0b6b
Add DLC2 learnsets (except for new TMs, I think) 2024-01-11 00:41:21 +00:00
Joel Helbling
133b40a56b Link Sword/Shield DLC Dexes with their Version Groups 2024-01-10 23:48:45 +00:00
Joel Helbling
e9bbc6f555 Add DP Pokedex to BDSP Version group
This closes #948
2024-01-10 23:48:25 +00:00
Joel Helbling
f4ce2ba48b fix: Swap Tornadus and Thundurus in Hisui Pokedex 2024-01-10 23:38:18 +00:00
Kohki Miki
61c05b8f2e
Update pokemon_form_names.csv 2024-01-10 01:00:08 +09:00
giginet
c70c29c189 Add form names for Poltchageist 2024-01-10 00:36:36 +09:00
giginet
c0ff2d9def Add missing move names 2024-01-10 00:13:11 +09:00
Alessandro Pezzè
a00dc4f971
Merge pull request #988 from giginet/update-moves
Update parameter changes of SV moves
2024-01-03 03:51:17 +09:00
giginet
c73c73af7b Modify move powers 2024-01-02 20:15:38 +09:00
giginet
b2176573a6 Modify PP of recovery moves 2024-01-02 20:13:45 +09:00
Ivan
90d77ed051
Add Poltchageist/Sinistcha forms, fix DLC form order
Closes #984
2023-12-30 01:12:37 -03:00
Alessandro Pezzè
8f8d913274
Merge branch 'master' into add-showdown-field-to-pokemon 2023-12-21 05:09:32 +09:00
Alessandro Pezzè
ff017a66a8
Merge pull request #981 from giginet/indigo-disk-abilities
Add abilities since Indigo Disk
2023-12-21 02:56:58 +09:00
giginet
949f78cbf2 Fix gender_rate 2023-12-20 23:02:35 +09:00
giginet
bd2cd992d5 Fix ID 2023-12-20 22:57:50 +09:00
giginet
3134465587 Add pokemon_abilities for new pokemon 2023-12-20 22:54:27 +09:00
giginet
8a36880298 Add new abilities 2023-12-20 22:48:51 +09:00
giginet
1b37bc6cea Add pokemon_form_names 2023-12-20 22:39:37 +09:00
giginet
dc9ee18bec Add pokemon names for all languages 2023-12-20 22:35:53 +09:00
giginet
9bea2b6eaa Add types for new pokemon 2023-12-20 22:12:13 +09:00
giginet
82db2f319b Add base stats of new pokemon 2023-12-20 22:02:09 +09:00
giginet
8485cfc68e Add pokemon_forms 2023-12-20 21:51:55 +09:00
Alessandro Pezzè
d2d8987968
Merge pull request #979 from giginet/indigo-blue-moves
Add moves introduced in Indigo Disk
2023-12-20 20:37:58 +09:00
giginet
e5b310eace Change power of Luster Purge and Mist Ball 2023-12-17 16:59:10 +09:00
giginet
6f6b752dd5 Add move names 2023-12-17 16:55:16 +09:00
giginet
fd9fa1a464 Add moves available since Indigo Disk 2023-12-17 16:35:05 +09:00
FallenDeity
545e1a0826 feat: Add showdown field to pokemon api resource 2023-12-16 09:56:19 +05:30
Wyatt Condon
c166545eff fix issue with last commit 2023-12-15 07:58:46 -05:00
Wyatt Condon
b6ce75406a fix hydrapple evolution 2023-12-15 07:45:05 -05:00
Wyatt Condon
2ca2bfe11a add indigo disk pokedex and pokemon 2023-12-14 13:24:23 -05:00
Simón Oroño
76f7a340e6 Use JSONField instead of CharField for sprites
The models affected were PokemonFormSprites and ItemSprites. This was
done to ensure they are properly returned when querying those tables
with Hasura.
2023-11-26 11:57:16 -04:00
Simón Oroño
fa14336516 Stop encoding sprites when inserting them on the database
Since the column is now jsonb, we need to stop encoding it or it gets
inserted as a string rather than a JSON object.
2023-11-26 11:57:16 -04:00
Justin Dowell
571361e26c Fix Mind's Eye ability to have apostrophe 2023-11-25 00:54:28 -06:00
Penelope Yong
3ff04231bb
Add SV learnset for Sinnoh starters
Closes #956
2023-11-11 14:46:11 +00:00
Alessandro Pezzè
d88716bacc
Merge branch 'master' into add_stat_changes 2023-11-08 22:46:25 +09:00
JintoYamanaka
49380605ed Add 'stat_changes' entries for 4 moves
Included the missing 'stat_changes' for Stockpile, Memento, Defog, and Shell Smash to accurately reflect their in-game effects.
2023-11-08 20:52:20 +09:00
14239
5eb8a4e95d Only rearrange edited move's order 2023-11-06 20:23:55 +09:00
14239
ca8a3a6a07 Merge branch 'master' of https://github.com/14239/pokeapi 2023-11-06 20:19:32 +09:00
14239
73ea615bfb Revert "Add order for Level 1 moves in Gen 9"
This reverts commit 123bae116a.
2023-11-06 20:14:34 +09:00
Alessandro Pezzè
aad0c8e5fd
Merge branch 'master' into master 2023-11-06 11:49:44 +01:00
Naramsim
e63ce54b80 refactor: run black 2023-11-06 11:38:12 +01:00
Alessandro Pezzè
203f3979cd
Merge branch 'master' into master 2023-11-06 11:20:38 +01:00
Alessandro Pezzè
3e4a710d07
refactor: format 2023-11-06 08:55:57 +01:00
14239
123bae116a Add order for Level 1 moves in Gen 9
and resorting moves by order entry
2023-11-04 14:59:19 +09:00
LeonEstrak
c4748f5be9
Fix: Sprites URL in GraphQL
Signed-off-by: LeonEstrak <aniket2583@gmail.com>
2023-11-01 14:25:40 +05:30
AnonymousPancakes
df93e024a3 Adjusted form order on hisuian forms 2023-10-23 19:35:57 +02:00
Alessandro Pezzè
b7eb08324c
Merge pull request #848 from revoice1/Add-previous-abilities 2023-10-16 17:12:14 +02:00
Alessandro Pezzè
f7367faae5
Merge branch 'master' into Add-previous-abilities 2023-10-09 12:58:37 +02:00
Penelope Yong
5137037562
Remove duplicated Ursaluna moves 2023-10-08 19:18:57 +01:00
Penelope Yong
063a8c5acd
Merge remote-tracking branch 'upstream/master' into sv-dlc 2023-10-08 19:03:32 +01:00
Penelope Yong
e6a52aca06
Remove duplicated lines 2023-10-08 18:58:44 +01:00
Penelope Yong
3988e62575
Add new TMs in SV 2023-10-08 18:56:33 +01:00
Penelope Yong
d678be937a
Add Trick Room to Indeedee-F 2023-10-08 16:38:14 +01:00
Penelope Yong
d861c2d64f
Add Alolan Grimer egg moves 2023-10-08 01:29:27 +01:00
Penelope Yong
5a066c6a9a
Remove duplicated moves with game_id = 26 2023-10-08 01:03:58 +01:00
Penelope Yong
20c4d68d61
Re-add Teal Mask learnsets
This time, including EMs for evolutions, and also newly introduced
Pokemon.
2023-10-08 01:03:57 +01:00
Penelope Yong
2df349441f
Revert "Add learnsets for returning mons in SV DLC1"
This reverts commit 64cad05558.
2023-10-07 23:59:00 +01:00
Alessandro Pezzè
85189cd55b
Merge branch 'master' into dlc-forms 2023-10-06 10:38:29 +02:00
giginet
08589810fc Add localizes 2023-10-05 23:27:55 +09:00
giginet
535aa9fda6 Add missing column 2023-10-05 23:20:31 +09:00
giginet
2be7b56ae2 Add localizations 2023-10-05 23:11:57 +09:00
giginet
540a136df4 Add form names for DLC forms 2023-10-05 22:48:05 +09:00
giginet
e375881fdc Add default forms of DLC pokemon 2023-10-05 22:47:58 +09:00
giginet
def8474dc0 Add Embody Aspect 2023-10-05 21:42:57 +09:00
giginet
0594e1f7f8 Add names for new abilities 2023-10-05 21:34:45 +09:00
Wouter Wijsman
615ada8485
Fix Okidogi's hidden ability
Fixes #933
2023-10-04 22:14:08 +02:00
Seán de Búrca
dd73a78e26 Add missing languages for PLA and SV species names 2023-10-03 13:58:12 -07:00
giginet
9e204f319c Modify power of Grassy Glide 2023-10-03 22:14:04 +09:00
Alessandro Pezzè
8fedb428a5
Merge branch 'master' into sv-dlc 2023-10-02 12:15:17 +02:00
Alessandro Pezzè
f46af79d58
Merge branch 'master' into Add-previous-abilities 2023-10-02 12:14:57 +02:00
Alessandro Pezzè
655fc4fae5
Merge pull request #929 from giginet/add-japanse-translation
Add Japanese translation for new moves
2023-10-02 12:06:53 +02:00
Jonn Alves
5a87f6043b added quotes in ability_flavor_text.csv and encounter_condition_value_prose.csv 2023-09-30 20:48:43 -03:00
Alessandro Pezzè
b99dad259e
Merge branch 'master' into add-japanse-translation 2023-09-30 15:36:22 +02:00
giginet
4deb1cd5d7 Add Japanese translation for new moves 2023-09-30 15:52:04 +09:00
Kohki Miki
74a0c19430
Update data/v2/csv/item_names.csv 2023-09-30 15:44:49 +09:00
giginet
f80ed5112d Add localization 2023-09-30 15:41:23 +09:00
giginet
071d0ba451 Add TM materials 2023-09-30 15:06:04 +09:00
giginet
a26da49d21 Add teal mask items 2023-09-28 00:00:14 +09:00
giginet
8bca1ada17 Update ability of Piplup, Prinplup 2023-09-26 23:38:46 +09:00
TillFox
ceb5c7ebda Fixed ivy cudgel accuracy in moves.csv 2023-09-23 17:04:49 +02:00
Alessandro Pezzè
75ea241e54
Merge branch 'master' into sv-dlc 2023-09-22 02:38:54 +02:00
Wyatt Condon
1b057014f1 update Shiftry and Empoleon abilities 2023-09-19 12:37:16 -04:00
Wyatt Condon
02613e487e fix pokemon identifier 2023-09-19 12:32:59 -04:00
Wyatt Condon
87cc036bbd add teal mask details 2023-09-17 17:25:25 -04:00
Penelope Yong
64cad05558
Add learnsets for returning mons in SV DLC1 2023-09-15 23:54:13 +01:00
Penelope Yong
90ea56ea62
Add Luvdisc and Cacnea EMs 2023-09-15 21:25:07 +01:00
linnos
a57ebeff66 Added Follow-Me to Squirtle, Pichu, Magmar
These 3 pokemon were missing the move Follow-Me. Added it to their moveset.
2023-09-05 12:15:55 -04:00
Anna Baker
aea80f5439
removed empty Leafeon and Glaceon evolution details 2023-08-24 13:32:32 -04:00
Penelope Yong
9d9ee80628
Add BDSP learnsets
Closes #914
2023-08-19 19:48:49 +01:00
Alessandro Pezzè
264c86563e
Merge pull request #911 from linnos/WalkingWake-FakeoutRemoval
Removed Fake-out from Walking-Wake
2023-08-02 10:29:14 +02:00
giginet
932ff23c29 Update stats of Zacian and Zamazenta on 9th gen 2023-08-02 01:13:14 +09:00
linnos
9e729d1ff3 Removed Fake-out from Walking-Wake
Removed move ID: 252  from PokemonID: 1009
2023-08-01 08:42:42 -04:00
Miguel
8d3f06147b fix: min happiness 2023-07-27 22:37:26 -05:00
Miguel
8ca22fb0be fix: increase min happiness 2023-07-27 22:36:04 -05:00
giginet
9ad24a3e33 Modify stats of Cresselia in 9th generation 2023-07-16 14:21:11 +09:00
giginet
89f1fd92fe Fix abilities 2023-07-02 17:01:45 +09:00
giginet
a1a3b2fe3a Update Hisuian wrong abilities 2023-07-02 16:42:57 +09:00
Vigentian
bbe8fc9ef6
Update pokemon_species_names.csv
As detailed in issue #893
2023-06-14 19:38:09 -05:00
Alessandro Pezzè
d951a8d592
Merge branch 'master' into Add-previous-abilities 2023-06-13 17:00:18 +02:00
Naramsim
8a7171616c refactor: sort 2023-06-13 16:54:43 +02:00