mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 00:29:19 +00:00
Added Sun & Moon for other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,23 +5,29 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Yveltal",
|
||||
fr: "Yveltal",
|
||||
es: "Yveltal",
|
||||
it: "Yveltal",
|
||||
pt: "Yveltal",
|
||||
de: "Yveltal"
|
||||
},
|
||||
|
||||
illustrator: "Misa Tsutsui",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
dexId: [
|
||||
717,
|
||||
],
|
||||
|
||||
hp: 110,
|
||||
|
||||
types: [
|
||||
"Darkness",
|
||||
],
|
||||
|
||||
stage: "Basic",
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -30,10 +36,18 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Derail",
|
||||
fr: "Déraillement",
|
||||
es: "Descarrilar",
|
||||
it: "Deragliamento",
|
||||
pt: "Descarrilhar",
|
||||
de: "Entgleisen"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard a Special Energy from your opponent's Active Pokémon.",
|
||||
en: "Discard a Special Energy from your opponent’s Active Pokémon.",
|
||||
fr: "Défaussez une Énergie spéciale du Pokémon Actif de votre adversaire.",
|
||||
es: "Descarta 1 Energía Especial del Pokémon Activo de tu rival.",
|
||||
it: "Scarta un’Energia speciale assegnata al Pokémon attivo del tuo avversario.",
|
||||
pt: "Descarte 1 Energia Especial do Pokémon Ativo do seu oponente.",
|
||||
de: "Lege 1 Spezial-Energie vom Aktiven Pokémon deines Gegners auf seinen Ablagestapel."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -46,21 +60,31 @@ const card: Card = {
|
||||
name: {
|
||||
en: "Clutch",
|
||||
fr: "Serre",
|
||||
es: "Embrague",
|
||||
it: "Grinfie",
|
||||
pt: "Agarramento",
|
||||
de: "Greifer"
|
||||
},
|
||||
effect: {
|
||||
en: "The Defending Pokémon can't retreat during your opponent's next turn.",
|
||||
en: "The Defending Pokémon can’t retreat during your opponent’s next turn.",
|
||||
fr: "Le Pokémon Défenseur ne peut pas battre en retraite pendant le prochain tour de votre adversaire.",
|
||||
es: "El Pokémon Defensor no puede retirarse durante el próximo turno de tu rival.",
|
||||
it: "Durante il prossimo turno del tuo avversario, il Pokémon difensore non può ritirarsi.",
|
||||
pt: "O Pokémon Defensor não poderá recuar durante a próxima vez de jogar do seu oponente.",
|
||||
de: "Das Verteidigende Pokémon kann sich während des nächsten Zuges deines Gegners nicht zurückziehen."
|
||||
},
|
||||
damage: 60,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Fighting",
|
||||
@ -68,9 +92,7 @@ const card: Card = {
|
||||
},
|
||||
],
|
||||
|
||||
|
||||
|
||||
|
||||
retreat: 0
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user