mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29: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/151/195.ts
Normal file
32
data/Scarlet & Violet/151/195.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../151"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Aide de Nina",
|
||||
en: "Daisy's Help",
|
||||
es: "Ayuda de Dalia",
|
||||
it: "Aiuto di Margi",
|
||||
pt: "Ajuda da Daisy",
|
||||
de: "Sarahs Hilfe"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
fr: "Piochez 2 cartes. Regardez vos cartes Récompense (actuellement face cachée).",
|
||||
en: "Draw 2 cards. Look at your face-down Prize cards.",
|
||||
es: "Roba 2 cartas. Mira tus cartas de Premio que están boca abajo.",
|
||||
it: "Pesca due carte. Guarda le tue carte Premio coperte.",
|
||||
pt: "Compre 2 cartas. Olhe as suas cartas de Prêmio viradas para baixo.",
|
||||
de: "Ziehe 2 Karten. Sieh dir deine verdeckten Preiskarten an."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user