Merge branch 'pagefaultgames:main' into main

pull/163/head
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
1 changed files with 10 additions and 1 deletions

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."