1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-15 08:59:18 +00:00

feat: Add serie wide energies (#115)

Signed-off-by: Avior <github@avior.me>
This commit is contained in:
2021-11-09 11:03:41 +01:00
committed by GitHub
parent e7b660eb21
commit fa6322a635
5 changed files with 37 additions and 1 deletions

View File

@ -9,6 +9,14 @@ const set: Serie = {
it: "Platino",
de: "Platin"
},
energies: [
'Darkness',
'Fighting',
'Fire', 'Grass',
'Lightning', 'Metal',
'Psychic', 'Water'
]
}
export default set