[Balance] Misc TM Changes + Removals (#6815)

* Ice Types now share Hail + Snowscape

* comment out cut and frustration

* Remove Veluza, add Hisui Avalugg to Hail

* Gen 1 Indigo Disk update and Politoed I guess

* More TM additions

* More changes, fix Malamar's name

* Update tm-species-map.ts

* Remove Cut and Frustration
This commit is contained in:
Blitzy 2025-12-20 17:56:15 -06:00 committed by GitHub
parent f317ec9a26
commit 2e04e62965
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 354 additions and 1340 deletions

File diff suppressed because it is too large Load Diff

View File

@ -86,7 +86,6 @@ export const tmPoolTiers: TmPoolTiers = {
[MoveId.ICE_PUNCH]: ModifierTier.GREAT,
[MoveId.THUNDER_PUNCH]: ModifierTier.GREAT,
[MoveId.SWORDS_DANCE]: ModifierTier.GREAT,
[MoveId.CUT]: ModifierTier.COMMON,
[MoveId.FLY]: ModifierTier.GREAT,
[MoveId.MEGA_KICK]: ModifierTier.GREAT,
[MoveId.BODY_SLAM]: ModifierTier.GREAT,
@ -160,7 +159,6 @@ export const tmPoolTiers: TmPoolTiers = {
[MoveId.SLEEP_TALK]: ModifierTier.COMMON,
[MoveId.HEAL_BELL]: ModifierTier.COMMON,
[MoveId.RETURN]: ModifierTier.ULTRA,
[MoveId.FRUSTRATION]: ModifierTier.COMMON,
[MoveId.SAFEGUARD]: ModifierTier.COMMON,
[MoveId.PAIN_SPLIT]: ModifierTier.COMMON,
[MoveId.MEGAHORN]: ModifierTier.ULTRA,