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:
30
data/Scarlet & Violet/Paldean Fates/082.ts
Normal file
30
data/Scarlet & Violet/Paldean Fates/082.ts
Normal file
@ -0,0 +1,30 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../Paldean Fates"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Nemona",
|
||||
fr: "Menzi",
|
||||
es: "Mencía",
|
||||
it: "Nemi",
|
||||
pt: "Noêmia"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Draw 3 cards.",
|
||||
fr: "Piochez 3 cartes.",
|
||||
es: "Roba 3 cartas.",
|
||||
it: "Pesca tre carte.",
|
||||
pt: "Compre 3 cartas."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "G"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user