mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add Silver Tempest to the DB (#386)
This commit is contained in:
32
data/Sword & Shield/Silver Tempest/188.ts
Normal file
32
data/Sword & Shield/Silver Tempest/188.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Silver Tempest"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Brandon",
|
||||
fr: "Bayar",
|
||||
es: "Valente",
|
||||
it: "Baldo",
|
||||
pt: "Brandon",
|
||||
de: "Brian"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "You can use this card only when it is the last card in your hand.\nDraw a card for each Benched Pokémon (both yours and your opponent's).",
|
||||
fr: "Vous ne pouvez utiliser cette carte que si c'est votre dernière carte en main.\nPiochez une carte pour chacun des Pokémon de Banc\n(les vôtres et ceux de votre adversaire).",
|
||||
es: "Puedes usar esta carta solo cuando sea la última carta en tu mano.\nRoba 1 carta por cada Pokémon en Banca (tanto tuyos como de tu rival).",
|
||||
it: "Puoi usare questa carta solo se è l'ultima carta che hai in mano.\nPesca una carta per ogni Pokémon in panchina, sia tuo che del tuo avversario.",
|
||||
pt: "Você só pode usar esta carta se ela for a última carta na sua mão.\nCompre 1 carta para cada Pokémon no Banco\n(seus e do seu oponente).",
|
||||
de: "Du kannst diese Karte nur verwenden, wenn es die letzte Karte auf deiner Hand ist.\nZiehe 1 Karte für jedes Pokémon auf der Bank (deiner und der deines Gegners)."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "F"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user