1
0
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:
2025-05-17 19:27:22 +02:00
committed by GitHub
parent c26b91ac85
commit 8ca40f410d
1116 changed files with 26787 additions and 4023 deletions

View File

@ -5,7 +5,13 @@ const card: Card = {
set: Set,
name: {
en: "Rhyperior"
en: "Rhyperior",
fr: "Rhinastoc",
es: "Rhyperior",
it: "Rhyperior",
de: "Rihornior",
'pt-br': "Rhyperior",
ko: "거대코뿌리"
},
illustrator: "Taiga Kayama",
@ -19,21 +25,40 @@ const card: Card = {
},
description: {
en: "It can load up to three projectiles per arm into the holes in its hands. What launches out of those holes could be either rocks or Roggenrola."
en: "It can load up to three projectiles per arm into the holes in its hands. What launches out of those holes could be either rocks or Roggenrola.",
fr: "Il met des rochers ou des Nodulithe dans le creux de ses mains\net les tire comme des obus. Il peut ainsi en charger trois par bras.",
es: "Introduce rocas o Roggenrola en las cavidades\nde las manos y los dispara con fuerza. Es capaz\nde cargar hasta tres proyectiles en cada brazo.",
it: "Inserisce delle rocce o dei Roggenrola nelle cavità dei suoi\npalmi e poi li lancia. Può caricarne fino a tre per braccio.",
de: "Es bestückt die Vertiefungen in seinen Händen\nmit Felsen oder Kiesling und feuert sie daraus ab.\nIn jeder Hand hat es Platz für drei Geschosse.",
'pt-br': "Pode carregar até três projéteis por braço dentro\ndos buracos em suas mãos, de onde dispara tanto pedras\nquanto Roggenrola.",
ko: "손에 난 구멍에 바위나 단굴을\n끼운 뒤 발사한다. 장전할 수 있는\n수는 한쪽 팔당 3개씩이다."
},
stage: "Stage2",
attacks: [{
name: {
en: "Mountain Swing"
en: "Mountain Swing",
fr: "Frappe Montagneuse",
es: "Embestida Montaña",
it: "Oscillamonte",
de: "Bergschwinger",
'pt-br': "Tacada Montanhosa",
ko: "마운틴스윙"
},
damage: 150,
cost: ["Fighting", "Fighting", "Fighting", "Colorless"],
effect: {
en: "Discard the top 3 cards of your deck."
en: "Discard the top 3 cards of your deck.",
fr: "Défaussez les 3 premières cartes du dessus de votre deck.",
es: "Descarta las 3 primeras cartas de tu baraja.",
it: "Scarta le prime 3 carte del tuo mazzo.",
de: "Lege die obersten 3 Karten deines Decks ab.",
ko: "자신의 덱을 위에서부터 3장 트래쉬한다.",
'pt-br': "Descarte as 3 cartas de cima do seu baralho."
}
}],