mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 08:19:17 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Arceus'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Probopass",
|
||||
de: "Voluminas"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -27,9 +28,11 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Competitiveness",
|
||||
de: "Konkurrenzdenken"
|
||||
},
|
||||
effect: {
|
||||
en: "If you don't have a Supporter card in play, each of Probopass's attacks does 30 more damage to the Active Pokémon (before applying Weakness and Resistance).",
|
||||
de: "Wenn du keine Unterstützerkarte im Spiel hast, fügen alle Angriffe von Voluminas den Aktiven Pokémon 30 weitere Schadenspunkte zu (bevor Schwäche und Resistenz verrechnet werden)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Top Chop",
|
||||
de: "Ziehschlag"
|
||||
},
|
||||
effect: {
|
||||
en: "Draw a card.",
|
||||
de: "Ziehe 1 Karte."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -56,9 +61,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tumbling Attack",
|
||||
de: "Sturzangriff"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 50 damage plus 30 more damage.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" fügt dieser Angriff 50 Schadenspunkte plus 30 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "50+",
|
||||
|
||||
|
Reference in New Issue
Block a user