mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -4,7 +4,8 @@ import Set from '../Jungle'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Lickitung",
|
||||
fr: "Excelangue"
|
||||
fr: "Excelangue",
|
||||
de: "Schlurp"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
@ -31,11 +32,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Tongue Wrap",
|
||||
fr: "Léchouille"
|
||||
fr: "Léchouille",
|
||||
de: "Zungenangriff"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Paralyzed.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Paralysé.",
|
||||
de: "Wirf eine Münze. Bei 'Kopf' ist das verteidigende Pokémon jetzt gelähmt."
|
||||
},
|
||||
damage: 10,
|
||||
|
||||
@ -47,11 +50,13 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Supersonic",
|
||||
fr: "Ultrason"
|
||||
fr: "Ultrason",
|
||||
de: "Superschall"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, the Defending Pokémon is now Confused.",
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus."
|
||||
fr: "Lancez une pièce. Si c'est face, le Pokémon Défenseur est maintenant Confus.",
|
||||
de: "Wirf eine Münze. Bei 'Kopf' ist das verteidigende Pokémon jetzt verwirrt."
|
||||
},
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user