Commit graph

523 commits

Author SHA1 Message Date
Alessandro Pezzè
65e9a843f7
Merge branch 'master' into 987-dlc2-learnset 2024-01-13 04:00:22 +09:00
Deleca
eaae787852
Correct Basculin form 2024-01-12 04:05:46 -05:00
Deleca
90cd0027dd
Gallade Is also slot 2 apparently 2024-01-12 03:52:55 -05:00
Deleca
7763d3de67
Shiftry slot 2 not 1 2024-01-12 03:42:48 -05:00
Deleca
ce4b66f457
Gen 9 past abilities 2024-01-12 03:22:47 -05:00
Alessandro Pezzè
25ef7b57d1
Merge pull request #998 from helblingjoel/update-pokedexes
Link BDSP and SWSH DLC Pokedexes with Version Groups
2024-01-11 19:41:39 +09:00
Alessandro Pezzè
7eb8b42b88
Merge pull request #997 from helblingjoel/issue#995
fix: Swap Tornadus and Thundurus in Hisui Pokedex
2024-01-11 19:40:31 +09:00
Penelope Yong
376abc2e4d
add learnsets for Pecharunt forms, plus new DLC2 TMs 2024-01-11 01:16:01 +00:00
Penelope Yong
5c36211ee7
Remove duplicate lines 2024-01-11 00:42:38 +00:00
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
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