mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
feat: Paldean Fates and Temporal Forces (#478)
This commit is contained in:
28
data/Scarlet & Violet/Paldean Fates/228.ts
Normal file
28
data/Scarlet & Violet/Paldean Fates/228.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldean Fates"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Judge",
|
||||
fr: "Juge",
|
||||
es: "Juez",
|
||||
it: "Arbitro"
|
||||
},
|
||||
|
||||
rarity: "Ultra Rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Each player shuffles their hand into their deck and draws 4 cards.",
|
||||
fr: "Chaque joueur mélange sa main avec son deck et pioche 4 cartes.",
|
||||
es: "Cada jugador pone las cartas de su mano en su baraja, las baraja todas y roba 4 cartas.",
|
||||
it: "Ciascun giocatore rimischia le carte che ha in mano nel proprio mazzo e pesca quattro carte."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user