mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 00:09:18 +00:00
Added some XY translations (#63)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,6 +5,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Aromatisse",
|
||||
fr: "Cocotine",
|
||||
es: "Aromatisse",
|
||||
it: "Aromatisse",
|
||||
pt: "Aromatisse",
|
||||
de: "Parfinesse"
|
||||
},
|
||||
illustrator: "kirisAki",
|
||||
rarity: "Uncommon",
|
||||
@ -33,10 +37,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Dizzying Cologne",
|
||||
fr: "Arôme Enivrant",
|
||||
es: "Colonia Mareante",
|
||||
it: "Profumo Stordente",
|
||||
pt: "Colônia Estonteante",
|
||||
de: "Schwindelerregendes Parfüm"
|
||||
},
|
||||
effect: {
|
||||
en: "If your opponent’s Active Pokémon is a Pokémon-EX, this attack does 40 more damage.",
|
||||
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-EX, cette attaque inflige 40 dégâts supplémentaires.",
|
||||
es: "Si el Pokémon Activo de tu rival es un Pokémon-EX, este ataque hace 40 puntos de daño más.",
|
||||
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-EX, questo attacco infligge 40 danni in più.",
|
||||
pt: "Se o Pokémon Ativo do seu oponente for um Pokémon-EX, este ataque causará 40 de danos adicionais.",
|
||||
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-EX ist, fügt dieser Angriff 40 weitere Schadenspunkte zu."
|
||||
},
|
||||
damage: "20+",
|
||||
|
||||
@ -49,6 +61,10 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Fairy Wind",
|
||||
fr: "Vent Féérique",
|
||||
es: "Viento Feérico",
|
||||
it: "Vento di Fata",
|
||||
pt: "Vento de Fada",
|
||||
de: "Feenbrise"
|
||||
},
|
||||
|
||||
damage: 40,
|
||||
|
Reference in New Issue
Block a user