1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-02 04:41:57 +00:00

feat: Add missing German sets (#450)

This commit is contained in:
2023-12-06 00:47:28 +01:00
committed by GitHub
parent a7011c519d
commit b24233b342
4320 changed files with 32071 additions and 14148 deletions

View File

@@ -5,6 +5,7 @@ const card: Card = {
name: {
en: "Magmortar",
fr: "Maganon",
de: "Magbrant"
},
illustrator: "Naoyo Kimura",
rarity: "Rare",
@@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Evolutionary Flame",
fr: "Flamme évolutive",
de: "Entwickelnde Flamme"
},
effect: {
en: "Once during your turn, when you play Magmortar from your hand to evolve 1 of your Pokémon, you may use this power. Your opponent's Active Pokémon is now Burned and Confused.",
fr: "Une seule fois lors de votre tour, lorsque vous jouez Maganon de votre main pour faire évoluer 1 de vos Pokémon, vous pouvez utiliser ce pouvoir. Le Pokémon Actif de votre adversaire est maintenant Brûlé et Confus.",
de: "Einmal während deines Zuges kannst du, wenn du Magbrant von deiner Hand spielst, um 1 deiner Pokémon zu entwickeln, diese Poké-Power benutzen. Das Aktive Pokémon deines Gegners ist jetzt verbrannt und verwirrt."
},
},
],
@@ -46,10 +49,12 @@ const card: Card = {
name: {
en: "Fire Arrow",
fr: "Flèche de feu",
de: "Feuerpfeil"
},
effect: {
en: "Choose 1 of your opponent's Pokémon. This attack does 30 damage to that Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
fr: "Choisissez 1 des Pokémon de votre adversaire. Cette attaque lui inflige 30 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. Dieser Angriff fügt dem gewählten Pokémon 30 Schadenspunkte zu. (Wende Schwäche und Resistenz bei Pokémon auf der Bank nicht an.)"
},
},
@@ -62,10 +67,12 @@ const card: Card = {
name: {
en: "Flame Ball",
fr: "Boule de feu",
de: "Flammender Ball"
},
effect: {
en: "You may move a Fire Energy card attached to Magmortar to 1 of your Benched Pokémon.",
fr: "Vous pouvez déplacer une carte Énergie Fire attachée à Maganon sur 1 de vos Pokémon de Banc.",
de: "Du kannst 1 an Magbrant angelegte -Energiekarte entfernen und sie an 1 Pokémon auf deiner Bank anlegen."
},
damage: 60,