mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
@ -46,7 +46,7 @@ const card: Card = {
|
||||
de: "Wirf 1 Münze. Bei Kopf ist das Aktive Pokémon deines Gegners jetzt paralysiert."
|
||||
},
|
||||
|
||||
damage: "20",
|
||||
damage: 20,
|
||||
cost: ["Lightning"]
|
||||
}, {
|
||||
name: {
|
||||
@ -67,7 +67,7 @@ const card: Card = {
|
||||
de: "Wirf 1 Münze. Bei Zahl hat diese Attacke keine Auswirkungen. Verhindere bei Kopf während des nächsten Zuges deines Gegners allen Schaden durch und alle Effekte von Attacken, die diesem Pokémon zugefügt werden."
|
||||
},
|
||||
|
||||
damage: "120",
|
||||
damage: 120,
|
||||
cost: ["Colorless", "Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
@ -83,7 +83,8 @@ const card: Card = {
|
||||
|
||||
retreat: 0,
|
||||
regulationMark: "E",
|
||||
suffix: "V"
|
||||
suffix: "V",
|
||||
dexId: [25]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user