mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add Scarlet & violet three first sets (#446)
Some checks failed
Build / build (push) Failing after 59s
Some checks failed
Build / build (push) Failing after 59s
This commit is contained in:
32
data/Scarlet & Violet/Paldea Evolved/266.ts
Normal file
32
data/Scarlet & Violet/Paldea Evolved/266.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldea Evolved"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Élige",
|
||||
en: "Dendra",
|
||||
es: "Kendra",
|
||||
it: "Dendra",
|
||||
pt: "Dendra",
|
||||
de: "Amura"
|
||||
},
|
||||
|
||||
rarity: "Special illustration rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Placez une carte de votre main en dessous de votre deck. Dans ce cas, piochez des cartes jusqu'à en avoir 5 en main. (Si vous n'avez pas d'autres cartes en main, vous ne pouvez pas utiliser cette carte.)",
|
||||
en: "Put a card from your hand on the bottom of your deck. If you do, draw cards until you have 5 cards in your hand. (If you have no other cards in your hand, you can't use this card.)",
|
||||
es: "Pon 1 carta de tu mano en la parte inferior de tu baraja. Si lo haces, roba cartas hasta que tengas 5 cartas en tu mano. (Si no tienes otras cartas en tu mano, no puedes usar esta carta).",
|
||||
it: "Prendi una carta che hai in mano e mettila in fondo al tuo mazzo. Se lo fai, pesca fino ad avere cinque carte in mano. Se non hai altre carte in mano, non puoi usare questa carta.",
|
||||
pt: "Coloque uma carta da sua mão como a carta de baixo do seu baralho. Se fizer isto, compre cartas até ter 5 cartas na sua mão. (Se você não tiver nenhuma outra carta na sua mão, não poderá usar esta carta.)",
|
||||
de: "Lege 1 Karte aus deiner Hand unter dein Deck. Wenn du das machst, ziehe so lange Karten, bis du 5 Karten auf deiner Hand hast. (Wenn du keine anderen Karten auf deiner Hand hast, kannst du diese Karte nicht einsetzen.)"
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user