1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-13 08:19:17 +00:00

feat: Added XY Datas for other languages (#265)

This commit is contained in:
2022-03-31 11:01:32 +02:00
committed by GitHub
parent fc74c637d3
commit 4ec775fe56
1694 changed files with 23608 additions and 4670 deletions

View File

@ -4,22 +4,28 @@ import Set from '../Primal Clash'
const card: Card = {
name: {
en: "Kyogre EX",
fr: "Kyogre-EX",
fr: "Kyogre EX",
es: "Kyogre EX",
it: "Kyogre EX",
pt: "Kyogre EX",
de: "Kyogre EX"
},
illustrator: "Ryota Murayama",
rarity: "Ultra Rare",
category: "Pokemon",
set: Set,
dexId: [
382,
],
hp: 180,
types: [
"Water",
],
suffix: "EX",
attacks: [
@ -31,10 +37,18 @@ const card: Card = {
name: {
en: "Water Pulse",
fr: "Vibraqua",
es: "Hidropulso",
it: "Idropulsar",
pt: "Pulso d'Água",
de: "Aquawelle"
},
effect: {
en: "Your opponents Active Pokémon is now Asleep.",
en: "Your opponent's Active Pokémon is now Asleep.",
fr: "Le Pokémon Actif de votre adversaire est maintenant Endormi.",
es: "El Pokémon Activo de tu rival pasa a estar Dormido.",
it: "Il Pokémon attivo del tuo avversario viene addormentato.",
pt: "O Pokémon Ativo do seu oponente agora está Adormecido.",
de: "Das Aktive Pokémon deines Gegners schläft jetzt."
},
damage: 30,
@ -49,15 +63,24 @@ const card: Card = {
name: {
en: "Giant Whirlpool",
fr: "Siphon Colossal",
es: "Torbellino Gigante",
it: "Super Mulinello",
pt: "Redemoinho Gigante",
de: "Gigantischer Strudel"
},
effect: {
en: "Return 2 Water Energy attached to this Pokémon to your hand.",
fr: "Reprenez 2 Énergies Water attachées à ce Pokémon dans votre main.",
es: "Devuelve 2 Energías Water unidas a este Pokémon a tu mano.",
it: "Riprendi in mano due Energie Water assegnate a questo Pokémon.",
pt: "Devolva 2 Energias Water ligadas a este Pokémon para sua mão.",
de: "Nimm 2 an dieses Pokémon angelegte Water-Energien zurück auf deine Hand."
},
damage: 140,
},
],
weaknesses: [
{
type: "Grass",
@ -66,9 +89,7 @@ const card: Card = {
],
retreat: 4,
stage: "Basic"
}
export default card