mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Dragon Frontiers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Tropius δ",
|
||||
fr: "Tropius δ ESPÈCES DELTA"
|
||||
fr: "Tropius δ ESPÈCES DELTA",
|
||||
de: "Tropius"
|
||||
},
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
rarity: "Rare",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-POWER",
|
||||
name: {
|
||||
en: "Tropical Heal",
|
||||
fr: "Guérison tropicale"
|
||||
fr: "Guérison tropicale",
|
||||
de: "Tropische Heilung"
|
||||
},
|
||||
effect: {
|
||||
en: "Once during your turn, when you put Tropius from your hand onto your Bench, you may remove all Special Conditions, Imprison markers, and Shock-wave markers from your Pokémon.",
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous placez Tropius de votre main sur votre Banc, vous pouvez retirer à votre Pokémon tous ses États Spéciaux et ses marqueurs Possessif et Électrochoc."
|
||||
fr: "Une seule fois lors de votre tour, lorsque vous placez Tropius de votre main sur votre Banc, vous pouvez retirer à votre Pokémon tous ses États Spéciaux et ses marqueurs Possessif et Électrochoc.",
|
||||
de: "Einmal während deines Zuges, wenn du Tropius von deiner Hand auf die Bank legst, kannst du alle Speziellen Zustände, Begrenzer-Marken und Stromschlag-Marken von deinen Pokémon entfernen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,13 +44,15 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Grind",
|
||||
fr: "Écrase"
|
||||
fr: "Écrase",
|
||||
de: "Zermahlen"
|
||||
},
|
||||
effect: {
|
||||
en: "Does 10 damage times the amount of Energy attached to Tropius.",
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre d'Énergies attachées à Tropius"
|
||||
fr: "Inflige 10 dégâts multipliés par le nombre d'Énergies attachées à Tropius",
|
||||
de: "Dieser Angriff fügt für jede an Tropius angelegte Energie 10 Schadenspunkte zu."
|
||||
},
|
||||
damage: "10×",
|
||||
damage: "10x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user