mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29: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: "Oricorio"
|
||||
en: "Oricorio",
|
||||
fr: "Plumeline",
|
||||
es: "Oricorio",
|
||||
it: "Oricorio",
|
||||
de: "Choreogel",
|
||||
'pt-br': "Oricorio",
|
||||
ko: "춤추새"
|
||||
},
|
||||
|
||||
illustrator: "Jerky",
|
||||
@ -15,21 +21,39 @@ const card: Card = {
|
||||
types: ["Fire"],
|
||||
|
||||
description: {
|
||||
en: "This form of Oricorio has sipped red nectar. It whips up blazing flames as it moves to the steps of its passionate dance."
|
||||
en: "This form of Oricorio has sipped red nectar. It whips up blazing flames as it moves to the steps of its passionate dance.",
|
||||
fr: "Cette forme est celle qui se nourrit de\nNectar Rouge. Ses pas de danse fougueux\ns'accompagnent souvent de torrents de flammes.",
|
||||
es: "Forma que toma Oricorio al libar Néctar Rojo.\nSus pasos de baile cargados de pasión suelen ir\nacompañados de violentas llamaradas.",
|
||||
it: "Forma assunta da un Oricorio che si è nutrito\ndi Nettare rosso. Con i suoi ardenti passi di\ndanza crea impetuosi turbini fiammeggianti.",
|
||||
de: "Dieses Choreogel hat Roten Nektar geschlürft.\nMit seinen feurigen Tanzschritten lässt es\nlodernde Flammen aufwirbeln.",
|
||||
'pt-br': "Esta forma de Oricorio bebericou néctar vermelho.\nCria labaredas flamejantes enquanto se move aos passos\nde sua dança fervorosa.",
|
||||
ko: "다홍꿀을 빨아들인 모습.\n정열적인 스텝을 밟으며\n격렬한 불꽃을 일으킨다."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Kindle"
|
||||
en: "Kindle",
|
||||
fr: "Enflammer",
|
||||
es: "Encendido",
|
||||
it: "Infiammare",
|
||||
de: "Anzünden",
|
||||
'pt-br': "Inflamar",
|
||||
ko: "활활"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
cost: ["Fire", "Fire"],
|
||||
|
||||
effect: {
|
||||
en: "Discard a random Energy from both Active Pokémon."
|
||||
en: "Discard a random Energy from both Active Pokémon.",
|
||||
fr: "Défaussez une Énergie au hasard des deux Pokémon Actifs.",
|
||||
es: "Descarta 1 Energía aleatoria de ambos Pokémon Activos.",
|
||||
it: "Rimuovi un'Energia a caso da entrambi i Pokémon attivi.",
|
||||
de: "Lege 1 zufällige Energie von beiden Aktiven Pokémon ab.",
|
||||
'pt-br': "Descarte 1 Energia aleatória de ambos os Pokémon Ativos.",
|
||||
ko: "서로의 배틀 포켓몬에서 에너지를 랜덤으로 1개씩 트래쉬한다."
|
||||
}
|
||||
}],
|
||||
|
||||
|
Reference in New Issue
Block a user