Add Sacred Sword TM
This commit is contained in:
parent
0917049fea
commit
2789d8d86c
|
@ -54679,6 +54679,26 @@ export const tmSpecies: TmSpecies = {
|
|||
Species.HISUI_SAMUROTT,
|
||||
Species.PALDEA_TAUROS,
|
||||
],
|
||||
[Moves.SACRED_SWORD]: [
|
||||
Species.GALLADE,
|
||||
Species.OSHAWOTT,
|
||||
Species.DEWOTT,
|
||||
Species.SAMUROTT,
|
||||
Species.COBALION,
|
||||
Species.TERRAKION,
|
||||
Species.VIRIZION,
|
||||
Species.KELDEO,
|
||||
Species.HONEDGE,
|
||||
Species.DOUBLADE,
|
||||
Species.AEGISLASH,
|
||||
Species.KARTANA,
|
||||
Species.ZACIAN,
|
||||
Species.CHIEN_PAO,
|
||||
Species.IRON_LEAVES,
|
||||
Species.IRON_BOULDER,
|
||||
Species.IRON_CROWN,
|
||||
Species.HISUI_SAMUROTT,
|
||||
],
|
||||
[Moves.RAZOR_SHELL]: [
|
||||
Species.SLOWBRO,
|
||||
Species.SHELLDER,
|
||||
|
@ -61670,6 +61690,7 @@ export const tmPoolTiers: TmPoolTiers = {
|
|||
[Moves.ELECTROWEB]: ModifierTier.GREAT,
|
||||
[Moves.WILD_CHARGE]: ModifierTier.GREAT,
|
||||
[Moves.DRILL_RUN]: ModifierTier.GREAT,
|
||||
[Moves.SACRED_SWORD]: ModifierTier.ULTRA,
|
||||
[Moves.RAZOR_SHELL]: ModifierTier.GREAT,
|
||||
[Moves.HEAT_CRASH]: ModifierTier.GREAT,
|
||||
[Moves.TAIL_SLAP]: ModifierTier.GREAT,
|
||||
|
|
Loading…
Reference in New Issue