mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
feat: Added XY Datas for other languages (#265)
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Vileplume",
|
||||
fr: "Rafflesia",
|
||||
es: "Vileplume",
|
||||
it: "Vileplume",
|
||||
pt: "Vileplume",
|
||||
de: "Giflor"
|
||||
},
|
||||
illustrator: "Midori Harada",
|
||||
rarity: "Rare",
|
||||
@ -21,6 +25,10 @@ const card: Card = {
|
||||
evolveFrom: {
|
||||
en: "Gloom",
|
||||
fr: "Ortide",
|
||||
es: "Gloom",
|
||||
it: "Gloom",
|
||||
pt: "Gloom",
|
||||
de: "Duflor"
|
||||
},
|
||||
stage: "Stage2",
|
||||
|
||||
@ -30,10 +38,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Irritating Pollen",
|
||||
fr: "Pollen Irritant",
|
||||
es: "Polen Irritante",
|
||||
it: "Irritapolline",
|
||||
pt: "Pólen Irritante",
|
||||
de: "Irritierender Pollen"
|
||||
},
|
||||
effect: {
|
||||
en: "Each player can’t play any Item cards from his or her hand.",
|
||||
en: "Each player can't play any Item cards from his or her hand.",
|
||||
fr: "Aucun joueur ne peut jouer de cartes Objet de sa main.",
|
||||
es: "Los jugadores no pueden jugar ninguna carta de Objeto de su mano.",
|
||||
it: "Nessun giocatore può giocare carte Strumento dalla propria mano.",
|
||||
pt: "Nenhum jogador pode jogar cards de Item da própria mão.",
|
||||
de: "Kein Spieler darf Itemkarten von seiner Hand spielen."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -47,6 +63,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Solar Beam",
|
||||
fr: "Lance-Soleil",
|
||||
es: "Rayo Solar",
|
||||
it: "Solarraggio",
|
||||
pt: "Raio Solar",
|
||||
de: "Solarstrahl"
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
|
Reference in New Issue
Block a user