Skip to content

Commit 286d7a0

Browse files
SnorlaxMonsterNaramsimjemarq04
authored
Add all Champions v1.0 learnsets (#1532)
* Add all Champions learnsets * Remove duplicate entries caused by extra forms * Sort Champions moves by pokemon_id * Split male and female Mega Meowstic * Add Mega Meowstic's moves * Update data/v2/csv/pokemon.csv Co-authored-by: Justin Marquez <37006684+jemarq04@users.noreply.github.com> * Update data/v2/csv/pokemon.csv Co-authored-by: Justin Marquez <37006684+jemarq04@users.noreply.github.com> * Adjust dedicated learn method for Champions * Only increment "order" by 1 * male-mega and female-mega --------- Co-authored-by: SnorlaxMonster <snorlaxmonster@users.noreply.github.com> Co-authored-by: Alessandro Pezzè <igougi.ui@gmail.com> Co-authored-by: Justin Marquez <37006684+jemarq04@users.noreply.github.com>
1 parent b6cb53f commit 286d7a0

6 files changed

Lines changed: 17995 additions & 593 deletions

File tree

data/v2/csv/pokemon.csv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
13371337
10311,heatran-mega,485,28,5700,,,0
13381338
10312,darkrai-mega,491,30,2400,,,0
13391339
10313,golurk-mega,623,40,3300,,,0
1340-
10314,meowstic-mega,678,8,101,,,0
1340+
10314,meowstic-male-mega,678,8,101,,,0
13411341
10315,crabominable-mega,740,26,2528,,,0
13421342
10316,golisopod-mega,768,23,1480,,,0
13431343
10317,magearna-mega,801,13,2481,,,0
@@ -1349,3 +1349,4 @@ id,identifier,species_id,height,weight,base_experience,order,is_default
13491349
10323,tatsugiri-droopy-mega,978,6,240,,,0
13501350
10324,tatsugiri-stretchy-mega,978,6,240,,,0
13511351
10325,baxcalibur-mega,998,21,3150,,,0
1352+
10326,meowstic-female-mega,678,8,101,,,0

data/v2/csv/pokemon_form_names.csv

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4588,3 +4588,7 @@ pokemon_form_id,local_language_id,form_name,pokemon_name
45884588
10553,11,メスのすがた,
45894589
10553,12,雌性的样子,
45904590
10553,14,Hembra,
4591+
10554,1,メガニャオニクス,
4592+
10554,5,Méga-Mistigrix,Méga-Mistigrix
4593+
10554,9,Mega Meowstic,Mega Meowstic
4594+
10554,11,メガニャオニクス,

0 commit comments

Comments
 (0)