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/179.ts
Normal file
32
data/Scarlet & Violet/Scarlet & Violet/179.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Scarlet & Violet"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Miriam",
|
||||
fr: "Mimosa",
|
||||
es: "Mimí",
|
||||
it: "Mimosa",
|
||||
pt: "Miriam",
|
||||
de: "Mimi"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Shuffle up to 5 Pokémon from your discard pile into your deck. If you shuffled any cards into your deck in this way, draw 3 cards.",
|
||||
fr: "Mélangez avec votre deck jusqu'à 5 Pokémon de votre pile de défausse. Si vous avez mélangé au moins une carte avec votre deck de cette façon, piochez 3 cartes.",
|
||||
es: "Pon hasta 5 Pokémon de tu pila de descartes en tu baraja y baraja todas las cartas. Si has puesto alguna carta en tu baraja de esta manera, roba 3 cartas.",
|
||||
it: "Rimischia fino a cinque Pokémon dalla tua pila degli scarti nel tuo mazzo. Se hai rimischiato delle carte nel tuo mazzo in questo modo, pesca tre carte.",
|
||||
pt: "Embaralhe até 5 Pokémon da sua pilha de descarte no seu baralho. Se você embaralhou qualquer carta no seu baralho desta forma, compre 3 cartas.",
|
||||
de: "Mische bis zu 5 Pokémon aus deinem Ablagestapel in dein Deck. Wenn du auf diese Weise mindestens 1 Karte in dein Deck gemischt hast, ziehe 3 Karten."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user