mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-03 21:02:02 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Houndoom G",
|
||||
fr: "Demolosse ",
|
||||
de: "Hundemon G"
|
||||
},
|
||||
illustrator: "Kent Kanetsuna",
|
||||
rarity: "Uncommon",
|
||||
@@ -31,10 +32,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Black Cry",
|
||||
fr: "Cri noir",
|
||||
de: "Black Cry"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat or use any Poké-Powers during your opponent's next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite ou utiliser de Poké-Powers lors du prochain tour de votre adversaire.",
|
||||
de: "The Defending Pokémon can't retreat or use any Poke-Powers during your opponent's next turn."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
@@ -48,12 +51,14 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dark Slash",
|
||||
fr: "Entaille",
|
||||
de: "Dark Slash"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard a Darkness Energy attached to Houndoom . If you do, this attack does 40 damage plus 20 more damage.",
|
||||
fr: "Vous pouvez défausser une Énergie Darkness attachée à Demolosse . Cette attaque inflige alors 40 dégâts plus 20 dégâts supplémentaires.",
|
||||
de: "You may discard a Energy attached to Houndoom G. If you do, this attack does 40 damage plus 20 more damage."
|
||||
},
|
||||
damage: 40,
|
||||
damage: "40+",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user