Merge branch 'pagefaultgames:main' into main

This commit is contained in:
Tempoanon 2024-04-16 20:37:51 -04:00 committed by GitHub
commit 40bc019d18
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,13 @@
export const move = {
interface MoveTranslationEntry {
name: string,
effect: string
}
interface MoveTranslations {
[key: string]: MoveTranslationEntry
}
export const move: MoveTranslations = {
"pound": {
name: "Pound",
effect: "The target is physically pounded with a long tail, a foreleg, or the like."