1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +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: "Arcanine",
fr: "Arcanin",
de: "Arkani"
},
illustrator: "Kouki Saitou",
rarity: "Rare",
@ -30,10 +31,12 @@ const card: Card = {
name: {
en: "Flame Dash",
fr: "Ruée enflammée",
de: "Flammensprint"
},
effect: {
en: "Once during your turn, when you play Arcanine from your hand to evolve 1 of your Benched Pokémon, you may switch Arcanine with 1 of your Active Pokémon. If you do, you may move any number of Energy cards attached to that Pokémon to Arcanine.",
fr: "Une seule fois lors de votre tour, lorsque vous jouez Arcanin de votre main pour évoluer 1 des Pokémon de votre Banc, vous pouvez échanger Arcanin avec 1 de vos Pokémon Actifs. Déplacez alors autant de cartes Énergie attachées à ce Pokémon que vous voulez sur Arcanin.",
de: "Einmal während deines Zuges kannst du, wenn du Arkani von deiner Hand spielst, um 1 deiner Pokémon auf der Bank zu entwickeln, 1 deiner Aktiven Pokémon wählen und Arkani gegen das gewählte Pokémon austauschen. Wenn du das machst, kannst du eine beliebige Anzahl am gewählten Pokémon angelegter Energiekarten entfernen und an Arkani anlegen."
},
},
],
@ -48,10 +51,12 @@ const card: Card = {
name: {
en: "Inferno Onrush",
fr: "Torrent d'enfer",
de: "Inferno-Ansturm"
},
effect: {
en: "Arcanine does 40 damage to itself.",
fr: "Arcanin s'inflige 40 dégâts.",
de: "Arkani fügt sich selbst 40 Schadenspunkte zu."
},
damage: 120,