mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-12-24 02:29:25 +01:00
[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:
parent
f317ec9a26
commit
2e04e62965
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user