mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
Finished Complete Rework of the Database
This commit is contained in:
31
data/Platinum/Arceus/83.ts
Normal file
31
data/Platinum/Arceus/83.ts
Normal file
@ -0,0 +1,31 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Arceus'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Bench Shield",
|
||||
},
|
||||
illustrator: "Wataru Kawahara",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
effect: {
|
||||
en: "Attach Bench Shield to 1 of your Pokémon that doesn't already have a Pokémon Tool attached to it.\nIf that Pokémon is Knocked Out, discard this card.",
|
||||
},
|
||||
trainerType: "Tool",
|
||||
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user