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

22 lines
431 B
TypeScript

import { Card } from "../../../interfaces"
import Set from "../SV5s"
const card: Card = {
set: Set,
name: {
id: "Sabuk Maksimum"
},
illustrator: "inose yukie",
category: "Trainer",
effect: {
id: "Kerusakan akibat serangan yang digunakan oleh Pokémon yang mengenakan kartu ini kepada Pokémon {ex} di Arena Bertarung lawan bertambah sejumlah 50."
},
trainerType: "Tool",
regulationMark: "H"
}
export default card