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

22 lines
370 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../S8b"
const card: Card = {
set: Set,
name: {
'zh-tw': "水之塔"
},
illustrator: "5ban Graphics",
category: "Trainer",
effect: {
'zh-tw': "雙方的所有「連擊」寶可夢【撤退】所需的能量各減少2個。"
},
trainerType: "Stadium",
regulationMark: "E"
}
export default card