mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +00:00
@ -7,7 +7,7 @@ const card: Card = {
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
@ -58,7 +58,7 @@ const card: Card = {
|
||||
de: "Riesiger Riss"
|
||||
},
|
||||
|
||||
damage: "120",
|
||||
damage: 120,
|
||||
cost: ["Fighting", "Fighting", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
@ -68,7 +68,13 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
retreat: 3,
|
||||
regulationMark: "E"
|
||||
regulationMark: "E",
|
||||
|
||||
description: {
|
||||
en: "This legendary Pokémon is said to represent the land. It went to sleep after dueling Kyogre."
|
||||
},
|
||||
|
||||
dexId: [383]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user