mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-29 19:09:54 +00:00
24 lines
766 B
TypeScript
24 lines
766 B
TypeScript
import { Card } from "../../../interfaces"
|
|
import Set from "../SV9s"
|
|
|
|
const card: Card = {
|
|
set: Set,
|
|
|
|
name: {
|
|
th: "เฟอร์ลองทาวน์",
|
|
id: "Kota Postwick"
|
|
},
|
|
|
|
illustrator: "AYUMI ODASHIMA",
|
|
category: "Trainer",
|
|
|
|
effect: {
|
|
th: "แดเมจของท่าต่อสู้ที่ [โปเกมอนของฮ็อป] ของทั้งสองฝ่าย ใช้ทำกับโปเกมอน บนตำแหน่งต่อสู้ฝ่ายตรงข้ามจะถูก [+30]",
|
|
id: "Kerusakan akibat serangan yang digunakan oleh Pokémon Hop kedua pemain kepada Pokémon Bertarung lawan bertambah sejumlah 30."
|
|
},
|
|
|
|
trainerType: "Stadium",
|
|
regulationMark: "I"
|
|
}
|
|
|
|
export default card |