mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-31 11:51:59 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@@ -4,6 +4,7 @@ import Set from '../Skyridge'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Omanyte",
|
||||
de: "Amonitas"
|
||||
},
|
||||
illustrator: "Yukiko Baba",
|
||||
rarity: "Uncommon",
|
||||
@@ -28,9 +29,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Water of Evolution",
|
||||
de: "Wasser der Evolution"
|
||||
},
|
||||
effect: {
|
||||
en: "Put an Omastar from your hand onto Omanyte. This counts as evolving Omanyte.",
|
||||
de: "Lege ein Amoroso aus deiner Hand auf Amonitas. Dies zählt als Entwickeln von Amonitas."
|
||||
},
|
||||
|
||||
},
|
||||
@@ -41,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Drag Off",
|
||||
de: "Wegzerren"
|
||||
},
|
||||
effect: {
|
||||
en: "Before doing damage, you may choose 1 of your opponent's Benched Pokémon and switch it with the Defending Pokémon.",
|
||||
de: "Bevor Schaden zugefügt wird, kannst du 1 der Pokémon auf der Bank deines Gegners wählen und es mit dem verteidigenden Pokémon austauschen."
|
||||
},
|
||||
damage: 20,
|
||||
|
||||
|
Reference in New Issue
Block a user