mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49:19 +00:00
@ -7,7 +7,7 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
@ -81,7 +81,13 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
retreat: 2,
|
||||
regulationMark: "E"
|
||||
regulationMark: "E",
|
||||
|
||||
description: {
|
||||
en: "It has the power to control time. It appears in Sinnoh-region myths as an ancient deity."
|
||||
},
|
||||
|
||||
dexId: [483]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user