mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Neo Destiny'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Larvitar",
|
||||
fr: "Embrylex"
|
||||
fr: "Embrylex",
|
||||
de: "Larvitar"
|
||||
},
|
||||
|
||||
illustrator: "Ken Sugimori",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Leer",
|
||||
fr: "Groz'yeux"
|
||||
fr: "Groz'yeux",
|
||||
de: "Leer"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn. (Benching or evolving either Pokémon ends this effect.)",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur ne peut pas attaquer pendant le prochain tour de votre adversaire. (Envoyer l'un des deux Pokémon sur son Banc ou le faire évoluer met fin à cet effet.)"
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur ne peut pas attaquer pendant le prochain tour de votre adversaire. (Envoyer l'un des deux Pokémon sur son Banc ou le faire évoluer met fin à cet effet.)",
|
||||
de: "Flip a coin. If heads, the Defending Pokémon can't attack during your opponent's next turn. (Benching or evolving either Pokémon ends this effect.)"
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,7 +49,8 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Rock Throw",
|
||||
fr: "Jet-pierres"
|
||||
fr: "Jet-pierres",
|
||||
de: "Rock Throw"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user