mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 09:59:19 +00:00
feat: Add Space-Time Smackdown (#648)
This commit is contained in:
22
data/Pokémon TCG Pocket/Space-Time Smackdown/146.ts
Normal file
22
data/Pokémon TCG Pocket/Space-Time Smackdown/146.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Space-Time Smackdown"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Pokémon Communication"
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Two Diamond",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Choose a Pokémon in your hand and switch it with a random Pokémon in your deck."
|
||||
},
|
||||
|
||||
trainerType: "Item"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user