1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-20 19:19:18 +00:00

feat: Add the TCG Pocket cards in other languages (#734)

This commit is contained in:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -5,7 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Lickilicky ex"
en: "Lickilicky ex",
fr: "Coudlangue-ex",
es: "Lickilicky ex",
it: "Lickilicky-ex",
de: "Schlurplek-ex",
'pt-br': "Lickilicky ex",
ko: "내룸벨트 ex"
},
illustrator: "PLANETA Igarashi",
@ -23,14 +29,26 @@ const card: Card = {
attacks: [{
name: {
en: "Licking Fury"
en: "Licking Fury",
fr: "Langue Frénétique",
es: "Furia Lingual",
it: "Leccate Furiose",
de: "Schleckwut",
'pt-br': "Lambida Furiosa",
ko: "낼름낼름러시"
},
damage: "100+",
cost: ["Colorless", "Colorless", "Colorless", "Colorless"],
effect: {
en: "Flip a coin until you get tails. This attack does 40 more damage for each heads."
en: "Flip a coin until you get tails. This attack does 40 more damage for each heads.",
fr: "Lancez une pièce jusqu'à ce que vous obteniez pile. Cette attaque inflige 40 dégâts supplémentaires pour chaque côté face.",
es: "Lanza 1 moneda hasta que salga cruz. Este ataque hace 40 puntos de daño más por cada cara.",
it: "Lancia una moneta finché non esce croce. Questo attacco infligge 40 danni in più ogni volta che esce testa.",
de: "Wirf so lange 1 Münze, bis sie Zahl zeigt. Diese Attacke fügt 40 Schadenspunkte mehr pro Kopf zu.",
'pt-br': "Jogue uma moeda até sair coroa. Este ataque causa 40 pontos de dano a mais para cada cara.",
ko: "뒷면이 나올 때까지 동전을 던져서 앞면이 나온 수 × 40데미지를 추가한다."
}
}],