mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Skyridge'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Murkrow",
|
||||
de: "Kramurx"
|
||||
},
|
||||
illustrator: "Tomokazu Komiya",
|
||||
rarity: "Common",
|
||||
@ -28,11 +29,12 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Evil Eye",
|
||||
de: "Böser Blick"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Pokémon. Put a damage counter on that Pokémon.",
|
||||
},
|
||||
damage: 10,
|
||||
de: "Wähle 1 der Pokémon deines Gegners. Lege eine Schadensmarke auf dieses Pokémon."
|
||||
}
|
||||
|
||||
},
|
||||
{
|
||||
@ -42,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Blindside",
|
||||
de: "Wunder Punkt"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Pokémon that has a damage counter on it. This attack does 20 damage to that Pokémon. Don't apply Weakness and Resistance.",
|
||||
de: "Wähle 1 der Pokémon deines Gegners, auf dem Schadensmarken liegen. Dieser Angriff fügt diesem Pokémon 20 Schadenspunkte zu. Wende keine Schwäche oder Resistenz an."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user