mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09:19 +00:00
Sword & Shield Fixes (#84)
* some fixes Signed-off-by: Avior <github@avior.me> * Some more changes Signed-off-by: Avior <github@avior.me> * u Signed-off-by: Avior <github@avior.me> * continuing update Signed-off-by: Avior <github@avior.me> * Finished ? Signed-off-by: Avior <github@avior.me> * Removed files that were not meant to be * Remoed even more files
This commit is contained in:
@ -28,7 +28,11 @@ const card: Card = {
|
||||
|
||||
evolveFrom: {
|
||||
en: "Inteleon V",
|
||||
fr: "Lézargus-V"
|
||||
fr: "Lézargus-V",
|
||||
es: "Inteleon V",
|
||||
it: "Inteleon-V",
|
||||
pt: "Inteleon V",
|
||||
de: "Intelleon-V"
|
||||
},
|
||||
|
||||
stage: "VMAX",
|
||||
@ -47,10 +51,10 @@ const card: Card = {
|
||||
de: "Hydroschütze"
|
||||
},
|
||||
effect: {
|
||||
en: "You may put an Energy attached to your opponent’s Active Pokémon into their hand.",
|
||||
en: "You may put an Energy attached to your opponent's Active Pokémon into their hand.",
|
||||
fr: "Vous pouvez ajouter à la main de votre adversaire une Énergie attachée à son Pokémon Actif.",
|
||||
es: "Puedes poner 1 Energía unida al Pokémon Activo de tu rival en su mano.",
|
||||
it: "Puoi prendere un’Energia assegnata al Pokémon attivo del tuo avversario e aggiungerla alle carte che ha in mano.",
|
||||
it: "Puoi prendere un'Energia assegnata al Pokémon attivo del tuo avversario e aggiungerla alle carte che ha in mano.",
|
||||
pt: "Você pode colocar 1 Energia ligada ao Pokémon Ativo do seu oponente na mão dele(a).",
|
||||
de: "Du kannst deinem Gegner 1 an sein Aktives Pokémon angelegte Energie auf seine Hand geben."
|
||||
},
|
||||
@ -72,8 +76,8 @@ const card: Card = {
|
||||
de: "Dyna-Kugel"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack also does 60 damage to 1 of your opponent’s Benched Pokémon. (Don’t apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige aussi 60 dégâts à l’un des Pokémon de Banc de votre adversaire. (N’appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
en: "This attack also does 60 damage to 1 of your opponent's Benched Pokémon. (Don't apply Weakness and Resistance for Benched Pokémon.)",
|
||||
fr: "Cette attaque inflige aussi 60 dégâts à l'un des Pokémon de Banc de votre adversaire. (N'appliquez ni la Faiblesse ni la Résistance aux Pokémon de Banc.)",
|
||||
es: "Este ataque también hace 60 puntos de daño a 1 de los Pokémon en Banca de tu rival. (No apliques Debilidad y Resistencia a los Pokémon en Banca).",
|
||||
it: "Questo attacco infligge anche 60 danni a uno dei Pokémon nella panchina del tuo avversario. Non applicare debolezza e resistenza ai Pokémon in panchina.",
|
||||
pt: "Este ataque também causa 60 pontos de dano a 1 dos Pokémon no Banco do seu oponente (não aplique Fraqueza e Resistência aos Pokémon no Banco).",
|
||||
@ -99,7 +103,9 @@ const card: Card = {
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user