mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add Silver Tempest to the DB (#386)
This commit is contained in:
32
data/Sword & Shield/Silver Tempest/195.ts
Normal file
32
data/Sword & Shield/Silver Tempest/195.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Silver Tempest"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Worker",
|
||||
fr: "Ouvrière",
|
||||
es: "Operaria",
|
||||
it: "Lavoratrice",
|
||||
pt: "Trabalhadora",
|
||||
de: "Arbeiterin"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Draw 3 cards. Discard a Stadium in play.",
|
||||
fr: "Piochez 3 cartes. Défaussez un Stade en jeu.",
|
||||
es: "Roba 3 cartas. Descarta un Estadio en juego.",
|
||||
it: "Pesca tre carte. Scarta una carta Stadio in gioco.",
|
||||
pt: "Compre 3 cartas. Descarte 1 Estádio em jogo.",
|
||||
de: "Ziehe 3 Karten. Lege 1 Stadionkarte im Spiel auf den Ablagestapel."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "F"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user