mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +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: "Haunter"
|
||||
en: "Haunter",
|
||||
fr: "Spectrum",
|
||||
es: "Haunter",
|
||||
it: "Haunter",
|
||||
de: "Alpollo",
|
||||
'pt-br': "Haunter",
|
||||
ko: "고우스트"
|
||||
},
|
||||
|
||||
illustrator: "Mékayu",
|
||||
@ -16,14 +22,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Surprise Attack"
|
||||
en: "Surprise Attack",
|
||||
fr: "Attaque Surprise",
|
||||
es: "Ataque Sorpresa",
|
||||
it: "Attacco a Sorpresa",
|
||||
de: "Überraschungsangriff",
|
||||
'pt-br': "Ataque Surpresa",
|
||||
ko: "허찌르기"
|
||||
},
|
||||
|
||||
cost: ["Psychic"],
|
||||
damage: 50,
|
||||
|
||||
effect: {
|
||||
en: "Flip a coin. If tails, this attack does nothing."
|
||||
en: "Flip a coin. If tails, this attack does nothing.",
|
||||
fr: "Lancez une pièce. Si c'est pile, cette attaque ne fait rien.",
|
||||
es: "Lanza 1 moneda. Si sale cruz, este ataque no hace nada.",
|
||||
it: "Lancia una moneta. Se esce croce, questo attacco non ha effetto.",
|
||||
de: "Wirf 1 Münze. Bei Zahl hat diese Attacke keine Auswirkungen.",
|
||||
'pt-br': "Jogue uma moeda. Se sair coroa, este ataque não fará nada.",
|
||||
ko: "동전을 1번 던져서 뒷면이 나오면 이 기술은 실패한다."
|
||||
}
|
||||
}],
|
||||
|
||||
@ -34,7 +52,13 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It likes to lurk in the dark and tap shoulders with a gaseous hand. Its touch causes endless shuddering."
|
||||
en: "It likes to lurk in the dark and tap shoulders with a gaseous hand. Its touch causes endless shuddering.",
|
||||
fr: "Il adore se tapir dans l'ombre et faire frissonner\nses proies pour l'éternité en leur touchant l'épaule.",
|
||||
es: "Le gusta acechar en la oscuridad y tocarles el\nhombro a sus víctimas con su mano gaseosa.\nEstas se quedan temblando para siempre.",
|
||||
it: "Adora stare in agguato nei luoghi bui e toccare\nle spalle delle vittime con le sue mani gassose.\nIl suo tocco causa brividi incontenibili.",
|
||||
de: "Es lauert gern im Dunkeln und tippt Leuten mit\nseiner gasförmigen Hand auf die Schulter.\nSeine Berührung erzeugt endloses Schaudern.",
|
||||
'pt-br': "Gosta de se esconder no escuro e bater nos\nombros dos outros com sua mão gasosa.\nSeu toque causa arrepios que não acabam mais.",
|
||||
ko: "어둠을 틈타 가스로 된 손을 뻗쳐\n사람의 어깨를 두드리기 좋아한다.\n그 손에 닿으면 떨림이 멈추지 않는다."
|
||||
},
|
||||
|
||||
weaknesses: [{
|
||||
|
Reference in New Issue
Block a user