mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 00:49:18 +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: "Kabutops",
|
||||
de: "Kabutops"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -27,26 +28,30 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Primal Aura",
|
||||
de: "Ursprüngliche Aura"
|
||||
},
|
||||
effect: {
|
||||
en: "As long as Kabutops is your Active Pokémon, neither player can play Basic Pokémon or Evolution cards from his or her hand to evolve Benched Pokémon.",
|
||||
de: "Solange Kabutops dein aktives Pokémon ist, kann keiner der Spieler Basis- Pokémon oder Entwicklungskarten aus seiner Hand spielen, um Pokémon auf seiner Bank zu entwickeln."
|
||||
},
|
||||
},
|
||||
],
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
"Fighting",
|
||||
"Fighting",
|
||||
"Colorless",
|
||||
"Fighting",
|
||||
"Fighting",
|
||||
],
|
||||
name: {
|
||||
en: "Dual Cut",
|
||||
de: "Doppel-Zerschneider"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 50 damage times the number of heads.",
|
||||
de: "Wirf 2 Münzen. Dieser Angriff fügt 50 Schadenspunkte mal der Anzahl \"Kopf\" zu."
|
||||
},
|
||||
damage: 50,
|
||||
damage: "50x",
|
||||
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user