1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 17:09:19 +00:00

feat: Add SV9s (#746)

This commit is contained in:
2025-05-24 20:57:29 +02:00
committed by GitHub
parent db5863caee
commit 651313ce70
186 changed files with 9356 additions and 0 deletions

24
data-asia/SV/SV9s/138.ts Normal file
View File

@ -0,0 +1,24 @@
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