mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-16 06:39:50 +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/Scarlet & Violet/198.ts
Normal file
32
data/Scarlet & Violet/Scarlet & Violet/198.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Scarlet & Violet"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Youngster",
|
||||
fr: "Gamin",
|
||||
es: "Joven",
|
||||
it: "Marmocchio",
|
||||
pt: "Jovem",
|
||||
de: "Knirps"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Shuffle your hand into your deck. Then, draw 5 cards.",
|
||||
fr: "Mélangez votre main avec votre deck. Ensuite, piochez 5 cartes.",
|
||||
es: "Pon las cartas de tu mano en tu baraja y barájalas todas. Después, roba 5 cartas.",
|
||||
it: "Rimischia le carte che hai in mano nel tuo mazzo. Poi pesca cinque carte.",
|
||||
pt: "Embaralhe a sua mão no seu baralho. Em seguida, compre 5 cartas.",
|
||||
de: "Mische deine Handkarten in dein Deck. Ziehe anschließend 5 Karten."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user