mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 11:29: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: "Servine"
|
||||
en: "Servine",
|
||||
fr: "Lianaja",
|
||||
es: "Servine",
|
||||
it: "Servine",
|
||||
de: "Efoserp",
|
||||
'pt-br': "Servine",
|
||||
ko: "샤비"
|
||||
},
|
||||
|
||||
illustrator: "Shigenori Negishi",
|
||||
@ -18,14 +24,26 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "It moves along the ground as if sliding. Its swift movements befuddle its foes, and it then attacks with a vine whip."
|
||||
en: "It moves along the ground as if sliding. Its swift movements befuddle its foes, and it then attacks with a vine whip.",
|
||||
fr: "Il court comme s'il glissait sur le sol. Il déroute l'ennemi\npar ses mouvements et l'assomme d'un coup de liane.",
|
||||
es: "Parece que se desliza al correr. Engaña a sus rivales\ncon su velocidad y los fustiga con su látigo.",
|
||||
it: "Corre quasi scivolando sulle superfici. Confonde il nemico\ncon i rapidi movimenti, per poi attaccarlo con una frustata.",
|
||||
de: "Huscht beinahe gleitend über den Boden\nund täuscht Gegner mit agilen Manövern,\nbis es mithilfe seiner Efeurute obsiegt.",
|
||||
'pt-br': "Move-se pelo chão como se estivesse deslizando.\nAtordoa seus inimigos com movimentos rápidos\ne os ataca com um chicote de vinha.",
|
||||
ko: "땅을 미끄러지듯 달린다.\n빠른 움직임으로 상대를 혼란시키고\n덩굴채찍으로 꼼짝 못하게 한다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Vine Whip"
|
||||
en: "Vine Whip",
|
||||
fr: "Fouet Lianes",
|
||||
es: "Látigo Cepa",
|
||||
it: "Frustata",
|
||||
de: "Rankenhieb",
|
||||
'pt-br': "Chicote de Vinha",
|
||||
ko: "덩굴채찍"
|
||||
},
|
||||
|
||||
damage: 50,
|
||||
|
Reference in New Issue
Block a user