Commit graph

495 commits

Author SHA1 Message Date
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
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