mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-27 06: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: "Pawmi"
|
||||
en: "Pawmi",
|
||||
fr: "Pohm",
|
||||
es: "Pawmi",
|
||||
it: "Pawmi",
|
||||
de: "Pamo",
|
||||
'pt-br': "Pawmi",
|
||||
ko: "빠모"
|
||||
},
|
||||
|
||||
illustrator: "Saboteri",
|
||||
@ -15,14 +21,26 @@ const card: Card = {
|
||||
types: ["Lightning"],
|
||||
|
||||
description: {
|
||||
en: "It has underdeveloped electric sacs on its cheeks. These sacs can produce electricity only if Pawmi rubs them furiously with the pads on its forepaws."
|
||||
en: "It has underdeveloped electric sacs on its cheeks. These sacs can produce electricity only if Pawmi rubs them furiously with the pads on its forepaws.",
|
||||
fr: "Les poches sur ses joues sont peu développées.\nElles ne produisent de l'électricité que\nlorsqu'il les frotte avec ses coussinets.",
|
||||
es: "Como las bolsas de sus mejillas están poco desarrolladas, genera\nelectricidad frotándolas con las almohadillas de sus patas delanteras.",
|
||||
it: "Le sacche elettriche sulle sue guance non si sono\nsviluppate del tutto e per generare energia deve\nsfregarle vigorosamente con le zampe anteriori.",
|
||||
de: "Seine elektrischen Backentaschen sind nicht ganz\nausgebildet. Um Strom zu erzeugen, muss es mit\nden Ballen der Vorderpfoten kräftig daran reiben.",
|
||||
'pt-br': "Possui bolsas de eletricidade subdesenvolvidas em suas\nbochechas. Elas só produzem eletricidade se Pawmi esfregá-las\nfuriosamente com as almofadas de suas patas dianteiras.",
|
||||
ko: "볼의 전기 주머니가 아직 발달하지 않았다.\n앞발의 볼록살을 열심히 비벼야\n겨우 전기가 만들어진다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Punch"
|
||||
en: "Punch",
|
||||
fr: "Koud'Poing",
|
||||
es: "Puño",
|
||||
it: "Pugno",
|
||||
de: "Boxhieb",
|
||||
'pt-br': "Soco",
|
||||
ko: "펀치"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user