mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Add missing German sets (#450)
This commit is contained in:
@ -5,6 +5,7 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Lickilicky C",
|
||||
fr: "Coudlangue ",
|
||||
de: "Schlurplek C"
|
||||
},
|
||||
illustrator: "kawayoo",
|
||||
rarity: "Rare",
|
||||
@ -30,10 +31,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Licking-Licking Heal",
|
||||
fr: "Coudlangue guérisseur",
|
||||
de: "Schleck-Schleck-Heiler"
|
||||
},
|
||||
effect: {
|
||||
en: "Attach a basic Energy card from your hand to 1 of your Pokémon. Then, remove 2 damage counters from that Pokémon.",
|
||||
fr: "Attachez une carte Énergie de base de votre main à 1 de vos Pokémon. Ensuite, retirez à ce Pokémon 2 marqueurs de dégât.",
|
||||
de: "Lege 1 Basis-Energiekarte von deiner Hand an 1 deiner Pokémon an. Danach entferne 2 Schadensmarken von diesem Pokémon."
|
||||
},
|
||||
|
||||
},
|
||||
@ -46,10 +49,12 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Return",
|
||||
fr: "Retour",
|
||||
de: "Rückkehr"
|
||||
},
|
||||
effect: {
|
||||
en: "Draw cards until you have 6 cards in your hand.",
|
||||
fr: "Piochez des cartes jusqu'à ce que vous ayez 6 cartes en main.",
|
||||
de: "Ziehe so viele Karten, bis du 6 Karten auf der Hand hast."
|
||||
},
|
||||
damage: 40,
|
||||
|
||||
|
Reference in New Issue
Block a user