mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +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: "Omanyte",
|
||||
fr: "Amonita"
|
||||
fr: "Amonita",
|
||||
de: "Amonitas"
|
||||
},
|
||||
illustrator: "Kenkichi Toyama",
|
||||
rarity: "Common",
|
||||
@ -28,11 +29,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Ancient Tentacles",
|
||||
fr: "Tentacules anciennes"
|
||||
fr: "Tentacules anciennes",
|
||||
de: "Uralte Tentakel"
|
||||
},
|
||||
effect: {
|
||||
en: "Damage done to your opponent's Pokémon by your Omanyte, Omastar, Kabuto, Kabutops, or Kabutops ex isn't affected by Resistance.",
|
||||
fr: "Les dégâts infligés aux Pokémon de votre adversaire par votre Amonita, Amonistar, Kabuto, Kabutops ou Kabutops ex ne sont pas affectés par la Résistance."
|
||||
fr: "Les dégâts infligés aux Pokémon de votre adversaire par votre Amonita, Amonistar, Kabuto, Kabutops ou Kabutops ex ne sont pas affectés par la Résistance.",
|
||||
de: "Schaden, der den Pokémon deines Gegners durch Amonitas, Amoroso, Kabuto, Kabutops oder Kabutops ex zugefügt wird, wird durch Resistenzen nicht verringert."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -44,11 +47,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rising Lunge",
|
||||
fr: "Botte secrète"
|
||||
fr: "Botte secrète",
|
||||
de: "Aufwärtsstoß"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 20 damage plus 20 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires."
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 20 dégâts plus 20 dégâts supplémentaires.",
|
||||
de: "Wirf 1 Münze. Bei \"Kopf\" fügt dieser Angriff 20 Schadenspunkte plus 20 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "20+",
|
||||
|
||||
|
Reference in New Issue
Block a user