1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
Florian Bouillon 96f34fcafb
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-29 17:20:26 +02:00

33 lines
1.2 KiB
TypeScript
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Chilling Reign'
const card: Card = {
set: Set,
name: {
fr: "Saturnin",
en: "Avery",
es: "Dreo",
it: "Savory",
pt: "Saturnino",
de: "Saverio"
},
illustrator: "kirisAki",
rarity: "Ultra Rare",
category: "Trainer",
effect: {
fr: "Piochez 3 cartes. Si vous avez pioché des cartes de cette façon, votre adversaire défausse ses Pokémon de Banc jusquà en avoir 3.",
en: "Draw 3 cards. If you drew any cards in this way, your opponent discards Pokémon from their Bench until they have 3.",
es: "Roba 3 cartas. Si has robado alguna carta de esta manera, tu rival descarta Pokémon de su Banca hasta que tenga 3.",
it: "Pesca tre carte. Se hai pescato delle carte in questo modo, il tuo avversario scarta i Pokémon dalla sua panchina fino ad averne tre.",
pt: "Compre 3 cartas. Se você comprar qualquer carta desta forma, o seu oponente descartará Pokémon do próprio Banco até ter 3 Pokémon no Banco.",
de: "Ziehe 3 Karten. Wenn du auf diese Weise mindestens 1 Karte gezogen hast, legt dein Gegner so lange Pokémon von seiner Bank auf seinen Ablagestapel, bis er 3 Pokémon auf seiner Bank hat."
},
trainerType: "Supporter",
regulationMark: "E"
}
export default card