mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
feat: Paldean Fates and Temporal Forces (#478)
This commit is contained in:
28
data/Scarlet & Violet/Paldean Fates/238.ts
Normal file
28
data/Scarlet & Violet/Paldean Fates/238.ts
Normal file
@ -0,0 +1,28 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldean Fates"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Nemona",
|
||||
fr: "Menzi",
|
||||
es: "Mencía",
|
||||
it: "Nemi"
|
||||
},
|
||||
|
||||
rarity: "Special illustration rare",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Draw 3 cards.",
|
||||
fr: "Piochez 3 cartes.",
|
||||
es: "Roba 3 cartas.",
|
||||
it: "Pesca tre carte."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user