mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-01-24 18:01:05 +00:00
42e2be22bc
* test commit * de modified readme * first implementation, needs testing with healer * fixed beahviour if 2+ opponents are on field, also added message * further fixed * reset of overrides.ts before merge to main * fixed grammar Co-authored-by: Jonas Pinson <jonas.pinson@gmail.com> * Implemented changes suggested by @bennybroseph and @TempsRay * Added more docs to the class * removed old comments * fixed ability name in comments * added translation and made message localized * fixed ability name * added missing bracket --------- Co-authored-by: Jonas Pinson <jonas.pinson@gmail.com>
6 lines
273 B
TypeScript
6 lines
273 B
TypeScript
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||
|
||
export const abilityTriggers: SimpleTranslationEntries = {
|
||
'blockRecoilDamage' : `{{pokemonName}} 的 {{abilityName}}\n抵消了反作用力!`,
|
||
'badDreams': `{{pokemonName}} 被折磨着!`
|
||
} as const; |