1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-05-07 01:37:52 +00:00

33 lines
554 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import { Card } from '../../../interfaces'
import Set from '../Steam Siege'
const card: Card = {
name: {
en: "Greedy Dice",
fr: "Dés Avides",
},
illustrator: "Toyste Beach",
rarity: "Uncommon",
category: "Trainer",
set: Set,
effect: {
fr: "Vous ne pouvez jouer cette carte que si vous lavez récupérée en tant que carte Récompense face cachée, avant de lajouter à votre main.\n\nLancez une pièce. Si cest face, récupérez 1 carte Récompense supplémentaire.",
},
trainerType: "Item",
}
export default card