mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 01:49: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: "Marowak ex"
|
||||
en: "Marowak ex",
|
||||
fr: "Ossatueur-ex",
|
||||
es: "Marowak ex",
|
||||
it: "Marowak-ex",
|
||||
de: "Knogga-ex",
|
||||
'pt-br': "Marowak ex",
|
||||
ko: "텅구리 ex"
|
||||
},
|
||||
|
||||
illustrator: "PLANETA Mochizuki",
|
||||
@ -23,14 +29,26 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Bonemerang"
|
||||
en: "Bonemerang",
|
||||
fr: "Osmerang",
|
||||
es: "Huesomerang",
|
||||
it: "Ossomerang",
|
||||
de: "Knochmerang",
|
||||
'pt-br': "Ossomerangue",
|
||||
ko: "뼈다귀부메랑"
|
||||
},
|
||||
|
||||
damage: "80x",
|
||||
cost: ["Fighting", "Fighting"],
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 80 damage for each heads."
|
||||
en: "Flip 2 coins. This attack does 80 damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 80 dégâts pour chaque côté face.",
|
||||
es: "Lanza 2 monedas. Este ataque hace 80 puntos de daño por cada cara.",
|
||||
it: "Lancia 2 volte una moneta. Questo attacco infligge 80 danni ogni volta che esce testa.",
|
||||
de: "Wirf 2 Münzen. Diese Attacke fügt 80 Schadenspunkte pro Kopf zu.",
|
||||
'pt-br': "Jogue 2 moedas. Este ataque causa 80 pontos de dano para cada cara.",
|
||||
ko: "동전을 2번 던져서 앞면이 나온 수 × 80데미지를 준다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user