mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Power Keepers'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Carvanha",
|
||||
fr: "Carvanha"
|
||||
fr: "Carvanha",
|
||||
de: "Kanivanha"
|
||||
},
|
||||
illustrator: "Ken Sugimori",
|
||||
rarity: "Common",
|
||||
@ -26,11 +27,13 @@ const card: Card = {
|
||||
type: "Poke-BODY",
|
||||
name: {
|
||||
en: "Rough Skin",
|
||||
fr: "Peau dure"
|
||||
fr: "Peau dure",
|
||||
de: "Rauhaut"
|
||||
},
|
||||
effect: {
|
||||
en: "If Carvanha is your Active Pokémon and is damaged by an opponent's attack (even if Carvanha is Knocked Out), put 1 damage counter on the Attacking Pokémon.",
|
||||
fr: "Si Carvanha est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Carvanha est mis K.O), placez 1 marqueur de dégât sur le Pokémon Attaquant."
|
||||
fr: "Si Carvanha est votre Pokémon Actif et qu'une attaque de votre adversaire lui inflige des dégâts (même si Carvanha est mis K.O), placez 1 marqueur de dégât sur le Pokémon Attaquant.",
|
||||
de: "Wenn Kanivanha dein Aktives Pokémon ist und durch einen gegnerischen Angriff Schaden erhält (selbst wenn Kanivanha dadurch kampfunfähig wird), lege 1 Schadensmarke auf das Angreifende Pokémon."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -42,7 +45,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Gnaw",
|
||||
fr: "Rogne"
|
||||
fr: "Rogne",
|
||||
de: "Nagen"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user