mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add shrouded fable cards (#525)
This commit is contained in:
32
data/Scarlet & Violet/Shrouded Fable/064.ts
Normal file
32
data/Scarlet & Violet/Shrouded Fable/064.ts
Normal file
@ -0,0 +1,32 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Shrouded Fable"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Xerosic's Machinations",
|
||||
fr: "Machinations de Xanthin",
|
||||
es: "Maquinaciones de Xero",
|
||||
it: "Macchinazioni di Xante",
|
||||
pt: "Tramoias do Xerosic",
|
||||
de: "Xeros' Machinationen"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Your opponent discards cards from their hand until they have 3 cards in their hand.",
|
||||
fr: "Votre adversaire défausse des cartes de sa main jusqu'à en avoir 3 en main.",
|
||||
es: "Tu rival descarta cartas de su mano hasta que tenga 3 cartas en su mano.",
|
||||
it: "Il tuo avversario scarta delle carte che ha in mano fino ad averne tre in mano.",
|
||||
pt: "Seu oponente descarta cartas da mão dele até ter 3 cartas na mão dele.",
|
||||
de: "Dein Gegner legt so lange Karten aus seiner Hand auf seinen Ablagestapel, bis er 3 Karten auf seiner Hand hat."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "H"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user