mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,9 +5,13 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Rescue Stretcher",
|
||||
fr: "Civière",
|
||||
es: "Camilla de Rescate",
|
||||
it: "Barella",
|
||||
pt: "Maca de Resgate",
|
||||
de: "Rettungstrage"
|
||||
},
|
||||
illustrator: "Yoshinobu Saito",
|
||||
rarity: "Rare",
|
||||
rarity: "Secret Rare",
|
||||
category: "Trainer",
|
||||
|
||||
set: Set,
|
||||
@ -23,7 +27,12 @@ const card: Card = {
|
||||
|
||||
|
||||
effect: {
|
||||
fr: "Choisissez l’une de ces options :\n\n•Ajoutez un Pokémon de votre pile de défausse à votre main.\n•Mélangez 3 Pokémon de votre pile de défausse avec votre deck.",
|
||||
fr: "Choisissez l’une de ces options :•Ajoutez un Pokémon de votre pile de défausse à votre main.•Mélangez 3 Pokémon de votre pile de défausse avec votre deck.",
|
||||
en: "Choose 1:•Put a Pokémon from your discard pile into your hand.•Shuffle 3 Pokémon from your discard pile into your deck.",
|
||||
es: "Elige 1 opción:• Pon 1 Pokémon de tu pila de descartes en tu mano.• Pon 3 Pokémon de tu pila de descartes en tu baraja y baraja todas las cartas.",
|
||||
it: "Scegli:• Prendi un Pokémon dalla tua pila degli scarti e aggiungilo alle carte che hai in mano.• Rimischia tre Pokémon dalla tua pila degli scarti nel tuo mazzo.",
|
||||
pt: "Escolha 1:• Coloque 1 Pokémon da sua pilha de descarte na sua mão.• Embaralhe 3 Pokémon da sua pilha de descarte no seu baralho.",
|
||||
de: "Wähle 1 aus:•Nimm 1 Pokémon aus deinem Ablagestapel auf deine Hand.•Mische 3 Pokémon aus deinem Ablagestapel in dein Deck."
|
||||
},
|
||||
trainerType: "Item",
|
||||
|
||||
|
Reference in New Issue
Block a user