mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-03 21:02:02 +00:00
feat: add database update (#825)
This commit is contained in:
34
data/Scarlet & Violet/White Flare/081.ts
Normal file
34
data/Scarlet & Violet/White Flare/081.ts
Normal file
@@ -0,0 +1,34 @@
|
||||
import { Card } from "../../../interfaces"
|
||||
import Set from "../White Flare"
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Cheren",
|
||||
fr: "Tcheren",
|
||||
de: "Cheren",
|
||||
it: "Komor",
|
||||
pt: "Cheren",
|
||||
es: "Cheren",
|
||||
'es-mx': "Cheren"
|
||||
},
|
||||
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
|
||||
effect: {
|
||||
en: "Draw 3 cards.",
|
||||
fr: "Piochez 3 cartes.",
|
||||
de: "Ziehe 3 Karten.",
|
||||
it: "Pesca tre carte.",
|
||||
pt: "Compre 3 cartas.",
|
||||
es: "Roba 3 cartas.",
|
||||
'es-mx': "Roba 3 cartas."
|
||||
},
|
||||
|
||||
trainerType: "Supporter",
|
||||
regulationMark: "I"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user