mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-05-30 03:19:55 +00:00
24 lines
721 B
TypeScript
24 lines
721 B
TypeScript
import { Card } from "../../../interfaces"
|
|
import Set from "../SV9s"
|
|
|
|
const card: Card = {
|
|
set: Set,
|
|
|
|
name: {
|
|
th: "ถ้ำศิลา",
|
|
id: "Gua Granit"
|
|
},
|
|
|
|
illustrator: "AYUMI ODASHIMA",
|
|
category: "Trainer",
|
|
|
|
effect: {
|
|
th: "แดเมจของท่าต่อสู้ที่ [โปเกมอนของไดโกะ] ของทั้งสองฝ่ายทุกตัว จะได้รับ จากโปเกมอนฝ่ายตรงข้ามจะถูก [-30]",
|
|
id: "Kerusakan akibat serangan dari Pokémon lawan yang diterima semua Pokémon Steven kedua pemain berkurang sejumlah 30."
|
|
},
|
|
|
|
trainerType: "Stadium",
|
|
regulationMark: "I"
|
|
}
|
|
|
|
export default card |