1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-04-25 04:12:11 +00:00
Florian Bouillon dc0dcff103
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
2021-06-30 14:12:31 +02:00

42 lines
1.3 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 '../Burning Shadows'
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: "Secret Rare",
category: "Trainer",
set: Set,
effect: {
fr: "Choisissez lune 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",
}
export default card