mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 11:09: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: "Salazzle"
|
||||
en: "Salazzle",
|
||||
fr: "Malamandre",
|
||||
es: "Salazzle",
|
||||
it: "Salazzle",
|
||||
de: "Amfira",
|
||||
'pt-br': "Salazzle",
|
||||
ko: "염뉴트"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
@ -18,21 +24,40 @@ const card: Card = {
|
||||
},
|
||||
|
||||
description: {
|
||||
en: "Salazzle makes its opponents light-headed with poisonous gas, then captivates them with alluring movements to turn them into loyal servants."
|
||||
en: "Salazzle makes its opponents light-headed with poisonous gas, then captivates them with alluring movements to turn them into loyal servants.",
|
||||
fr: "Il étourdit ses adversaires avec son gaz toxique,\npuis il les asservit en exécutant une danse envoûtante.",
|
||||
es: "Convierte a sus rivales en devotos súbditos\ntras marearlos con su gas venenoso y seducirlos\ncon los cautivadores movimientos de su cuerpo.",
|
||||
it: "Trasforma gli avversari in seguaci stordendoli con del\ngas tossico per poi sedurli con movenze ammalianti.",
|
||||
de: "Zuerst benebelt es Gegner mit Giftgas, um sie\ndanach mit fesselnden Körperbewegungen zu\nbetören und zu ergebenen Dienern zu machen.",
|
||||
'pt-br': "Salazzle deixa os oponentes zonzos com seu\ngás venenoso, depois os cativa com movimentos\nfascinantes para transformá-los em servos leais.",
|
||||
ko: "독가스에 어질어질해진 상대를\n요염한 몸놀림으로 유혹해서\n충실한 부하로 만들어 버린다."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Poison Claws"
|
||||
en: "Poison Claws",
|
||||
fr: "Griffes Empoisonnées",
|
||||
es: "Garras Venenosas",
|
||||
it: "Velenartigli",
|
||||
de: "Giftkrallen",
|
||||
'pt-br': "Garras Venenosas",
|
||||
ko: "독발톱"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Fire"],
|
||||
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Poisoned."
|
||||
en: "Your opponent's Active Pokémon is now Poisoned.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Empoisonné.",
|
||||
es: "El Pokémon Activo de tu rival pasa a estar Envenenado.",
|
||||
it: "Il Pokémon attivo del tuo avversario viene avvelenato.",
|
||||
de: "Das Aktive Pokémon deines Gegners ist jetzt vergiftet.",
|
||||
|
||||
ko: "상대의 배틀 포켓몬을 독으로 만든다.",
|
||||
'pt-br': "O Pokémon Ativo do seu oponente agora está Envenenado."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user