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:
31
data/Sword & Shield/Chilling Reign/213.ts
Normal file
31
data/Sword & Shield/Chilling Reign/213.ts
Normal 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 l’ordre 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 nell’ordine 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
|
Reference in New Issue
Block a user