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 '../Legend Maker'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Magby",
|
||||
fr: "Magby"
|
||||
fr: "Magby",
|
||||
de: "Magby"
|
||||
},
|
||||
illustrator: "Yuka Morii",
|
||||
rarity: "Common",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Baby Evolution",
|
||||
fr: "Évolution bébé"
|
||||
fr: "Évolution bébé",
|
||||
de: "Baby Evolution"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn (before your attack), you may put Magmar from your hand onto Magby (this counts as evolving Magby) and remove all damage counters from Magby.",
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Magmar de votre main sur Magby (vous le faites ainsi évoluer) et retirer à Magby tous ses marqueurs de dégât."
|
||||
fr: "Une seule fois lors de votre tour (avant votre attaque), vous pouvez placer Magmar de votre main sur Magby (vous le faites ainsi évoluer) et retirer à Magby tous ses marqueurs de dégât.",
|
||||
de: "Einmal während deines Zuges (vor deinem Angriff), kannst du Magmar von deiner Hand auf Magby legen (das zählt als Entwickeln von Magby). Entferne alle Schadensmarken von Magby."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,11 +44,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Ignite",
|
||||
fr: "Mettre le feu"
|
||||
fr: "Mettre le feu",
|
||||
de: "Entzünden"
|
||||
},
|
||||
effect: {
|
||||
en: "If Full Flame is in play, the Defending Pokémon is now Burned.",
|
||||
fr: "Si Flamme maximale est en jeu, le Pokémon Défenseur est maintenant Brûlé."
|
||||
fr: "Si Flamme maximale est en jeu, le Pokémon Défenseur est maintenant Brûlé.",
|
||||
de: "Wenn die Volle Flamme im Spiel ist, ist das Verteidigende Pokémon jetzt verbrannt."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
|
Reference in New Issue
Block a user