mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Sandstorm'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Growlithe",
|
||||
fr: "Caninos"
|
||||
fr: "Caninos",
|
||||
de: "Fukano"
|
||||
},
|
||||
illustrator: "Hajime Kusajima",
|
||||
rarity: "Common",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Fire Veil",
|
||||
fr: "Voile feu"
|
||||
fr: "Voile feu",
|
||||
de: "Feuerschleier"
|
||||
},
|
||||
effect: {
|
||||
en: "If Growlithe is your Active Pokémon and is damaged by an opponent's attack (even if Growlithe is Knocked Out), the Attacking Pokémon is now Burned.",
|
||||
fr: "Si Caninos est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Caninos est mis K.O), le Pokémon Attaquant est maintenant Brûlé."
|
||||
fr: "Si Caninos est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Caninos est mis K.O), le Pokémon Attaquant est maintenant Brûlé.",
|
||||
de: "Wenn Fukano dein Aktives Pokémon ist und ihm Schaden durch einen gegnerischen Angriff zugefügt wird (auch wenn Arkani kampfunfähig wird), ist das Angreifende Pokémon jetzt verbrannt."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,7 +45,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Flare",
|
||||
fr: "Intimidation"
|
||||
fr: "Intimidation",
|
||||
de: "Flackern"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user