mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +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/251.ts
Normal file
32
data/Scarlet & Violet/Paldea Evolved/251.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldea Evolved"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Albert",
|
||||
en: "Falkner",
|
||||
es: "Pegaso",
|
||||
it: "Valerio",
|
||||
pt: "Falkner",
|
||||
de: "Falk"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Piochez 2 cartes. Si vous avez un Stade en jeu, piochez 2 cartes supplémentaires.",
|
||||
en: "Draw 2 cards. If you have a Stadium in play, draw 2 more cards.",
|
||||
es: "Roba 2 cartas. Si tienes un Estadio en juego, roba 2 cartas más.",
|
||||
it: "Pesca due carte. Se hai in gioco una carta Stadio, pesca altre due carte.",
|
||||
pt: "Compre 2 cartas. Se você tiver um Estádio em jogo, compre 2 cartas a mais.",
|
||||
de: "Ziehe 2 Karten. Wenn du eine Stadionkarte im Spiel hast, ziehe 2 Karten mehr."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user