mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-11 08:21:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Starmie",
|
||||
fr: "Staross",
|
||||
de: "Starmie"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@@ -37,10 +38,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Star Boomerang",
|
||||
fr: "Star-boomerang",
|
||||
de: "Sternbumerang"
|
||||
},
|
||||
effect: {
|
||||
en: "You may return Starmie and all cards attached to it to your hand.",
|
||||
fr: "Vous pouvez reprendre dans votre main Staross ainsi que toutes les cartes qui lui sont attachées.",
|
||||
de: "Du kannst Starmie und alle daran angelegten Karten auf deine Hand zurücknehmen."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@@ -52,10 +55,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Core Flash",
|
||||
fr: "Flash-coeur",
|
||||
de: "Kernlitz"
|
||||
},
|
||||
effect: {
|
||||
en: "Choose 1 of your opponent's Pokémon that has any Poké-Powers or Poké-Bodies. This attack does 50 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Choisissez 1 des Pokémon de votre adversaire possédant des Poké-Powers ou des Poké-Bodies. Cette attaque lui inflige 50 dégâts. (Vous ne pouvez pas appliquer la Faiblesse et la Résistance aux Pokémon de Banc.)",
|
||||
de: "Wähle 1 Pokémon deines Gegners, das Poké-Power und/oder Poké-Body hat. Dieser Angriff fügt dem gewählten Pokémon 50 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user