mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Deoxys'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Latias Star",
|
||||
fr: "Latias ☆"
|
||||
fr: "Latias ☆",
|
||||
de: "Latias *"
|
||||
},
|
||||
illustrator: "Masakazu Fukuda",
|
||||
rarity: "Rare",
|
||||
@ -29,11 +30,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Miraculous Light",
|
||||
fr: "Lumière soignante"
|
||||
fr: "Lumière soignante",
|
||||
de: "Healing Light"
|
||||
},
|
||||
effect: {
|
||||
en: "Remove 1 damage counter from each of your Pokémon (including Latias Star).",
|
||||
fr: "Retirez 1 marqueur de dégât à chacun de vos Pokémon (Latias inclus)."
|
||||
fr: "Retirez 1 marqueur de dégât à chacun de vos Pokémon (Latias inclus).",
|
||||
de: "Remove 1 damage counter from each of your Pokémon (including Latias*)."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -46,11 +49,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Shooting Star",
|
||||
fr: "Étoile filante"
|
||||
fr: "Étoile filante",
|
||||
de: "Shooting Star"
|
||||
},
|
||||
effect: {
|
||||
en: "If the Defending Pokémon is Pokémon-ex, discard all Energy cards attached to Latias Star and this attack does 50 damage plus 100 more damage.",
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon-ex, défaussez toutes les cartes Énergie attachées à Latias ☆. Cette attaque inflige 50 dégâts plus 100 dégâts supplémentaires."
|
||||
fr: "Si le Pokémon Défenseur est un Pokémon-ex, défaussez toutes les cartes Énergie attachées à Latias ☆. Cette attaque inflige 50 dégâts plus 100 dégâts supplémentaires.",
|
||||
de: "If the Defending Pokémon is Pokémon-ex, dicard all Energy cards attached to Latias* and this attack does 50 damage plus 100 more damage."
|
||||
},
|
||||
damage: "50+",
|
||||
|
||||
|
Reference in New Issue
Block a user