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:
@ -4,26 +4,38 @@ import Set from '../Ancient Origins'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "M Ampharos EX",
|
||||
fr: "M-Pharamp-EX",
|
||||
fr: "M-Pharamp EX",
|
||||
es: "M-Ampharos EX",
|
||||
it: "M Ampharos EX",
|
||||
pt: "M-Ampharos EX",
|
||||
de: "M-Ampharos EX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
181,
|
||||
],
|
||||
|
||||
hp: 220,
|
||||
|
||||
types: [
|
||||
"Lightning",
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: "Ampharos-EX",
|
||||
fr: "Pharamp-EX",
|
||||
es: "Ampharos-EX",
|
||||
it: "Ampharos-EX",
|
||||
pt: "Ampharos-EX",
|
||||
de: "Ampharos-EX"
|
||||
},
|
||||
stage: "MEGA",
|
||||
|
||||
stage: "MEGA",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
@ -36,31 +48,40 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Exavolt",
|
||||
fr: "Exavolt",
|
||||
es: "Exavoltio",
|
||||
it: "Exavolt",
|
||||
pt: "Exavolt",
|
||||
de: "Exavolt"
|
||||
},
|
||||
effect: {
|
||||
en: "You may do 50 more damage and leave your opponent’s Active Pokémon Paralyzed. If you do, this Pokémon does 30 damage to itself.",
|
||||
en: "You may do 50 more damage and leave your opponent's Active Pokémon Paralyzed. If you do, this Pokémon does 30 damage to itself.",
|
||||
fr: "Vous pouvez infliger 50 dégâts supplémentaires et laisser le Pokémon Actif de votre adversaire Paralysé. Dans ce cas, ce Pokémon s'inflige 30 dégâts.",
|
||||
es: "Puedes hacer 50 puntos de daño más y dejar al Pokémon Activo de tu rival Paralizado. Si lo haces, este Pokémon se hace 30 puntos de daño a sí mismo.",
|
||||
it: "Puoi infliggere 50 danni in più e lasciare il Pokémon attivo del tuo avversario paralizzato. Se lo fai, questo Pokémon infligge 30 danni a se stesso.",
|
||||
pt: "Você pode causar 50 de danos adicionais e deixar o Pokémon Ativo do seu oponente Paralisado. Se você fizer isso, o Pokémon causará 30 de danos a ele mesmo.",
|
||||
de: "Du kannst mit diesem Angriff 50 weitere Schadenspunkte zufügen und das Aktive Pokémon deines Gegners paralysieren. Wenn du das machst, fügt dieses Pokémon sich selbst 30 Schadenspunkte zu."
|
||||
},
|
||||
damage: "120+",
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fighting",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Metal",
|
||||
value: "-20"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 3,
|
||||
|
||||
|
||||
|
||||
suffix: "EX"
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user