mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-08-22 00:54:31 -05:00
Change Rotom form special move sources to R (#10443)
This commit is contained in:
committed by
GitHub
parent
5d569430ca
commit
abcfe2bf27
@@ -52310,27 +52310,27 @@ export const Learnsets: import('../sim/dex-species').LearnsetDataTable = {
|
||||
},
|
||||
rotomheat: {
|
||||
learnset: {
|
||||
overheat: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
|
||||
overheat: ["9R", "8R", "7R", "6R", "5R", "4R"],
|
||||
},
|
||||
},
|
||||
rotomwash: {
|
||||
learnset: {
|
||||
hydropump: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
|
||||
hydropump: ["9R", "8R", "7R", "6R", "5R", "4R"],
|
||||
},
|
||||
},
|
||||
rotomfrost: {
|
||||
learnset: {
|
||||
blizzard: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
|
||||
blizzard: ["9R", "8R", "7R", "6R", "5R", "4R"],
|
||||
},
|
||||
},
|
||||
rotomfan: {
|
||||
learnset: {
|
||||
airslash: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
|
||||
airslash: ["9R", "8R", "7R", "6R", "5R", "4R"],
|
||||
},
|
||||
},
|
||||
rotommow: {
|
||||
learnset: {
|
||||
leafstorm: ["9L1", "8L1", "7R", "6R", "5R", "4R"],
|
||||
leafstorm: ["9R", "8R", "7R", "6R", "5R", "4R"],
|
||||
},
|
||||
},
|
||||
uxie: {
|
||||
|
||||
@@ -24396,27 +24396,27 @@ export const Learnsets: import('../../../sim/dex-species').ModdedLearnsetDataTab
|
||||
},
|
||||
rotomheat: {
|
||||
learnset: {
|
||||
overheat: ["8T"],
|
||||
overheat: ["8R"],
|
||||
},
|
||||
},
|
||||
rotomwash: {
|
||||
learnset: {
|
||||
hydropump: ["8T"],
|
||||
hydropump: ["8R"],
|
||||
},
|
||||
},
|
||||
rotomfrost: {
|
||||
learnset: {
|
||||
blizzard: ["8T"],
|
||||
blizzard: ["8R"],
|
||||
},
|
||||
},
|
||||
rotomfan: {
|
||||
learnset: {
|
||||
airslash: ["8T"],
|
||||
airslash: ["8R"],
|
||||
},
|
||||
},
|
||||
rotommow: {
|
||||
learnset: {
|
||||
leafstorm: ["8T"],
|
||||
leafstorm: ["8R"],
|
||||
},
|
||||
},
|
||||
uxie: {
|
||||
|
||||
Reference in New Issue
Block a user