mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-25 12:22:14 +00:00
parent
b6dab212b7
commit
17ef7efab3
22
data/Pokémon TCG Pocket/Mythical Island/063.ts
Normal file
22
data/Pokémon TCG Pocket/Mythical Island/063.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Mythical Island"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Old Amber"
|
||||
},
|
||||
|
||||
illustrator: "Toyste Beach",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Play this card as if it were a 40-HP Basic C Pokémon.\nAt any time during your turn, you may discard this card from play.\nThis card can't retreat."
|
||||
},
|
||||
|
||||
trainerType: "Item",
|
||||
rarity: "One Diamond"
|
||||
}
|
||||
|
||||
export default card
|
Loading…
x
Reference in New Issue
Block a user