mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Merge branch 'pagefaultgames:main' into main
This commit is contained in:
commit
40bc019d18
@ -1,4 +1,13 @@
|
|||||||
export const move = {
|
interface MoveTranslationEntry {
|
||||||
|
name: string,
|
||||||
|
effect: string
|
||||||
|
}
|
||||||
|
|
||||||
|
interface MoveTranslations {
|
||||||
|
[key: string]: MoveTranslationEntry
|
||||||
|
}
|
||||||
|
|
||||||
|
export const move: MoveTranslations = {
|
||||||
"pound": {
|
"pound": {
|
||||||
name: "Pound",
|
name: "Pound",
|
||||||
effect: "The target is physically pounded with a long tail, a foreleg, or the like."
|
effect: "The target is physically pounded with a long tail, a foreleg, or the like."
|
||||||
|
Loading…
Reference in New Issue
Block a user