mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Yanmega",
|
||||
fr: "Yanmega",
|
||||
es: "Yanmega",
|
||||
it: "Yanmega",
|
||||
pt: "Yanmega",
|
||||
de: "Yanmega"
|
||||
},
|
||||
|
||||
illustrator: "Mitsuhiro Arita",
|
||||
@ -25,6 +29,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Yanma",
|
||||
fr: "Yanma",
|
||||
es: "Yanma",
|
||||
it: "Yanma",
|
||||
pt: "Yanma",
|
||||
de: "Yanma"
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
@ -37,10 +45,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Windfall",
|
||||
fr: "Rafale de Vent",
|
||||
es: "Maná",
|
||||
it: "Manna",
|
||||
pt: "Maná",
|
||||
de: "Warmer Regen"
|
||||
},
|
||||
effect: {
|
||||
en: "Shuffle your hand into your deck. Then, draw 6 cards.",
|
||||
fr: "Mélangez votre main avec votre deck. Ensuite, piochez 6 cartes.",
|
||||
es: "Pon las cartas de tu mano en tu baraja y barájalas todas. Después, roba 6 cartas.",
|
||||
it: "Metti le carte che hai in mano nel tuo mazzo e rimischialo. Poi pesca sei carte.",
|
||||
pt: "Embaralhe sua mão em seu baralho. Em seguida, compre 6 cards.",
|
||||
de: "Mische deine Handkarten in dein Deck. Ziehe anschließend 6 Karten."
|
||||
},
|
||||
|
||||
},
|
||||
@ -53,10 +69,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Surprise Strike",
|
||||
fr: "Frappe Surprise",
|
||||
es: "Golpe Sorpresa",
|
||||
it: "Colpo a Sorpresa",
|
||||
pt: "Golpe Surpresa",
|
||||
de: "Überraschungsschlag"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon was on the Bench and became an Active Pokémon this turn, this attack does 50 more damage.",
|
||||
fr: "Si ce Pokémon était sur le Banc et est devenu un Pokémon Actif pendant ce tour, cette attaque inflige 50 dégâts supplémentaires.",
|
||||
es: "Si este Pokémon estaba en la Banca y se ha convertido en Pokémon Activo en este turno, este ataque hace 50 puntos de daño más.",
|
||||
it: "Se questo Pokémon era in panchina ed è diventato attivo in questo turno, questo attacco infligge 50 danni in più.",
|
||||
pt: "Se este Pokémon estava no Banco e tornou-se um Pokémon Ativo nesta rodada, esse ataque causará 50 de danos adicionais.",
|
||||
de: "Wenn sich dieses Pokémon auf der Bank befand und während dieses Zuges zum Aktiven Pokémon wurde, fügt dieser Angriff 50 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "50+",
|
||||
|
||||
|
Reference in New Issue
Block a user