mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 11:09:19 +00:00
feat: Add the TCG Pocket cards in other languages (#734)
This commit is contained in:
@ -5,7 +5,13 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Wormadam"
|
||||
en: "Wormadam",
|
||||
fr: "Cheniselle",
|
||||
es: "Wormadam",
|
||||
it: "Wormadam",
|
||||
de: "Burmadame",
|
||||
'pt-br': "Wormadam",
|
||||
ko: "도롱마담"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -19,21 +25,39 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Its appearance changes depending on where it evolved. The materials on hand become a part of its body."
|
||||
en: "Its appearance changes depending on where it evolved. The materials on hand become a part of its body.",
|
||||
fr: "Son apparence varie selon le lieu d'évolution.\nSon corps est façonné avec les matériaux à disposition.",
|
||||
es: "Su apariencia varía según dónde evolucione.\nLos materiales que haya pasan a formar parte de su cuerpo.",
|
||||
it: "Il suo aspetto dipende dal luogo in cui si evolve.\nTutto ciò che ha intorno va a costituire il suo corpo.",
|
||||
de: "Die Umgebung, in der es sich entwickelt, bestimmt\nsein Aussehen. Es formt seinen Körper mithilfe\nder umliegenden Materialien.",
|
||||
'pt-br': "Muda de aparência dependendo do local\nde sua evolução. Os materiais que tiver\nà mão se tornam parte de seu corpo.",
|
||||
ko: "진화한 장소에 따라 모습이\n바뀐다. 가까이 있는 재료가\n몸의 일부가 된다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Leaf Cutter"
|
||||
en: "Leaf Cutter",
|
||||
fr: "Coupe Feuille",
|
||||
es: "Hoja Cortante",
|
||||
it: "Verdetaglio",
|
||||
de: "Blattschere",
|
||||
'pt-br': "Folha Cortante",
|
||||
ko: "잎사귀베기"
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
cost: ["Grass", "Colorless", "Colorless"],
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage."
|
||||
en: "Flip a coin. If heads, this attack does 30 more damage.",
|
||||
fr: "Lancez une pièce. Si c'est face, cette attaque inflige 30 dégâts de plus.",
|
||||
es: "Lanza 1 moneda. Si sale cara, este ataque hace 30 puntos de daño más.",
|
||||
it: "Lancia una moneta. Se esce testa, questo attacco infligge 30 danni in più.",
|
||||
de: "Wirf 1 Münze. Bei Kopf fügt diese Attacke 30 Schadenspunkte mehr zu.",
|
||||
'pt-br': "Jogue uma moeda. Se sair cara, este ataque causará 30 pontos de dano a mais.",
|
||||
ko: "동전을 1번 던져서 앞면이 나오면 30데미지를 추가한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user