1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 00:09:18 +00:00

Added informations on more languages for Sword & Shield cards

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-06-29 17:20:26 +02:00
parent b1c866b38b
commit 96f34fcafb
1520 changed files with 28918 additions and 4846 deletions

View File

@ -0,0 +1,31 @@
import { Card } from '../../../interfaces'
import Set from '../Chilling Reign'
const card: Card = {
set: Set,
name: {
en: "Caitlin",
fr: "Percila",
es: "Catleya",
it: "Catlina",
pt: "Caitlin",
de: "Kattlea"
},
rarity: "Secret Rare",
category: "Trainer",
effect: {
en: "Put any number of cards from your hand on the bottom of your deck in any order. Then, draw that many cards.",
fr: "Placez le nombre de cartes voulues de votre main en dessous de votre deck dans lordre de votre choix. Ensuite, piochez ce même nombre de cartes.",
es: "Pon cualquier cantidad de cartas de tu mano en la parte inferior de tu baraja en el orden que quieras. Después, roba esa misma cantidad de cartas.",
it: "Prendi un numero qualsiasi di carte dalla tua mano e mettile in fondo al tuo mazzo nellordine che preferisci. Poi pesca lo stesso numero di carte.",
pt: "Coloque qualquer número de cartas da sua mão como as cartas de baixo do seu baralho em qualquer ordem. Em seguida, compre aquele mesmo número de cartas.",
de: "Lege beliebig viele Karten aus deiner Hand in beliebiger Reihenfolge unter dein Deck. Ziehe anschließend genauso viele Karten."
},
trainerType: "Supporter"
}
export default card