mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-01 14:02:18 +02:00
localization
This commit is contained in:
parent
2d6da143e7
commit
7cd1ebfecf
@ -2656,6 +2656,12 @@ export class SyrupBombTag extends BattlerTag {
|
||||
}
|
||||
}
|
||||
|
||||
export class TelekinesisTag extends BattlerTag {
|
||||
constructor() {
|
||||
super(BattlerTagType.TELEKINESIS, BattlerTagLapseType.PRE_MOVE, 3, undefined, undefined, true);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Retrieves a {@linkcode BattlerTag} based on the provided tag type, turn count, source move, and source ID.
|
||||
*
|
||||
|
@ -80,5 +80,6 @@
|
||||
"imprisonOnAdd": "{{pokemonNameWithAffix}} sealed the opponents move(s)!",
|
||||
"autotomizeOnAdd": "{{pokemonNameWithAffix}} became nimble!",
|
||||
"syrupBombOnAdd": "{{pokemonNameWithAffix}} got covered in sticky, candy syrup!",
|
||||
"syrupBombLapse": "The sticky syrup slowed down {{pokemonNameWithAffix}}!"
|
||||
"syrupBombLapse": "The sticky syrup slowed down {{pokemonNameWithAffix}}!",
|
||||
"telekinesisOnAdd": "{{pokemonNameWithAffix}} was hurled into the air!"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user