mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +00:00
fix: correct data for sets tk-ex-latia, tk-ex-latio, tk-ex-m, tk-ex-p, tk-bw-e, tk-bw-z (#726)
Co-authored-by: Avior <github@avior.me>
This commit is contained in:
21
data/Trainer kits/BW trainer Kit (Zoroark)/10.ts
Normal file
21
data/Trainer kits/BW trainer Kit (Zoroark)/10.ts
Normal file
@ -0,0 +1,21 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../BW trainer Kit (Zoroark).ts'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Darkness Energy",
|
||||
fr: "Énergie Obscurité",
|
||||
es: "Energía Oscura",
|
||||
it: "Energia Oscurità",
|
||||
pt: "Energia Noturna",
|
||||
de: "Finsternis-Energie"
|
||||
},
|
||||
|
||||
rarity: "None",
|
||||
category: "Energy",
|
||||
energyType: "Normal"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user