1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-23 11:22:10 +00:00

24 lines
644 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV8s"
const card: Card = {
set: Set,
name: {
id: "Stadium Gempar",
th: "เอ็กไซต์สเตเดียม"
},
illustrator: "imoniii",
category: "Trainer",
effect: {
id: "HP maksimal semua Pokémon Basic di Arena kedua pemain masing-masing bertambah sejumlah 30.",
th: "HP สูงสุดของโปเกมอน[พื้นฐาน]บนกระดานของทั้งสองฝ่ายทุกตัว แต่ละตัวจะถูก [+30]"
},
trainerType: "Stadium",
regulationMark: "H"
}
export default card