mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Stormfront'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Salamence",
|
||||
fr: "Drattak"
|
||||
fr: "Drattak",
|
||||
de: "Brutalanda"
|
||||
},
|
||||
illustrator: "Kagemaru Himeno",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Battle Rush",
|
||||
fr: "Bataille précipitée",
|
||||
de: "Kampfdrang"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent has any Pokémon in play that has maximum HP of 120 or more, ignore all Colorless Energy necessary to use Salamence's attacks.",
|
||||
fr: "Si votre adversaire possède des Pokémon en jeu avec un maximum de 120 PV ou plus, ignorez toutes les Énergies Colorless nécessaires pour utiliser les attaques de Drattak.",
|
||||
de: "Wenn dein Gegner mindestens 1 Pokémon im Spiel hat, dessen Grund-KP 120 oder mehr betragen, ignoriere alle -Energien, die notwendig wären, um Brutalandas Angriffe einzusetzen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -46,6 +49,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Combustion",
|
||||
fr: "Fournaise",
|
||||
de: "Glühen"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
@ -61,10 +65,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Steam Twister",
|
||||
fr: "Tornade vapeur",
|
||||
de: "Dampfwirbel"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Fire Energy and a Water Energy attached to Salamence.",
|
||||
fr: "Défaussez une Énergie Fire et une Énergie Water attachée à Drattak.",
|
||||
de: "Lege 1 -Energie und 1 -Energie, die an Brutalanda angelegt sind, auf deinen Ablagestapel."
|
||||
},
|
||||
damage: 120,
|
||||
|
||||
|
Reference in New Issue
Block a user