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 '../Team Rocket Returns'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Dark Crobat",
|
||||
de: "Dunkles Iksbat"
|
||||
},
|
||||
illustrator: "Kyoko Koizumi",
|
||||
rarity: "Rare",
|
||||
@ -28,9 +29,11 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Black Beam",
|
||||
de: "Blach Beam"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), if Dark Crobat is your Active Pokémon, you may choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. This power can't be used if Dark Crobat is affected by a Special Condition.",
|
||||
de: "Once during your turn (before your attack), if Dark Crobat is your Acive Pokémon, you may choose 1 of the Defending Pokémon. That Pokémon is now Poisoned. This power can´t be used if Dark Crobat is affected by a Special Condition."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,13 +41,15 @@ const card: Card = {
|
||||
{
|
||||
cost: [
|
||||
"Grass",
|
||||
"Colorless",
|
||||
"Darkness",
|
||||
],
|
||||
name: {
|
||||
en: "Dark Drain",
|
||||
de: "Dark Drain"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage to each of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.) Remove from Dark Crobat a number of damage counters equal to the number of your opponent's Pokémon in play.",
|
||||
de: "Does 10 damage to each of your opponent´s Pokémon. (Don´t apply Weakness and Resistance for Benched Pokémon.) Remove from Dark Crobat a number of damage counters equal to the number of your opponen´s Pokémon in play."
|
||||
},
|
||||
|
||||
},
|
||||
@ -55,9 +60,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Skill Dive",
|
||||
de: "Skill Dive"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 30 damage to 1 of your opponent's Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
de: "Does 30 damage counters to 1 of your opponent´s Pokémon. (Don´t apply Weakness and Resistance for Benched Pokémon.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user