mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
feat: Add Space-Time Smackdown (#648)
This commit is contained in:
22
data/Pokémon TCG Pocket/Space-Time Smackdown/148.ts
Normal file
22
data/Pokémon TCG Pocket/Space-Time Smackdown/148.ts
Normal file
@ -0,0 +1,22 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Space-Time Smackdown"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Rocky Helmet"
|
||||
},
|
||||
|
||||
illustrator: "Ayaka Yoshida",
|
||||
rarity: "Two Diamond",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "If the Pokémon this card is attached to is in the Active Spot and is damaged by an attack from your opponent's Pokémon, do 20 damage to the Attacking Pokémon."
|
||||
},
|
||||
|
||||
trainerType: "Tool"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user