mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +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: "Heat Rotom"
|
||||
en: "Heat Rotom",
|
||||
fr: "Motisma Chaleur",
|
||||
es: "Rotom Calor",
|
||||
it: "Rotom Calore",
|
||||
de: "Hitze-Rotom",
|
||||
'pt-br': "Rotom Calor",
|
||||
ko: "히트로토무"
|
||||
},
|
||||
|
||||
illustrator: "Kedamahadaitai Yawarakai",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "If the convection microwave oven is not working properly, then the Rotom inhabiting it will become lethargic."
|
||||
en: "If the convection microwave oven is not working properly, then the Rotom inhabiting it will become lethargic.",
|
||||
fr: "Si le four dont il prend possession ne fonctionne\npas bien, Motisma perdra sa vitalité.",
|
||||
es: "Si el horno eléctrico se encuentra en mal estado, la salud\ndel Rotom que reside en su interior se deteriora también.",
|
||||
it: "Se il forno elettrico dentro cui si trova è in\ncattive condizioni, anche Rotom ne risente.",
|
||||
de: "Funktioniert der Mikrowellenherd nicht richtig,\nso leidet auch das Rotom darin.",
|
||||
'pt-br': "Se o forno de micro-ondas não estiver funcionando\ndireito, o Rotom que habita dentro dele\nse tornará letárgico.",
|
||||
ko: "오븐레인지의 상태가 나쁘면\n안에 들어 있는 로토무도\n기운이 나지 않는다고 한다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Heat Breath"
|
||||
en: "Heat Breath",
|
||||
fr: "Souffle Ardent",
|
||||
es: "Aliento Ardiente",
|
||||
it: "Alitorovente",
|
||||
de: "Heißer Atem",
|
||||
'pt-br': "Bafo de Calor",
|
||||
ko: "히트브레스"
|
||||
},
|
||||
|
||||
damage: "30+",
|
||||
cost: ["Fire", "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