mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18: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:
@ -6,11 +6,14 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Vaporeon",
|
||||
fr: "Aquali"
|
||||
fr: "Aquali",
|
||||
es: "Vaporeon",
|
||||
pt: "Vaporeon",
|
||||
de: "Aquana"
|
||||
},
|
||||
|
||||
illustrator: "so-taro",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 110,
|
||||
types: ["Water"],
|
||||
@ -25,24 +28,36 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Watery Shroud",
|
||||
fr: "Voile Aquatique"
|
||||
fr: "Voile Aquatique",
|
||||
es: "Manto Acuoso",
|
||||
pt: "Watery Shroud",
|
||||
de: "Wasservorhang"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponent’s).",
|
||||
fr: "Tant que ce Pokémon est sur votre Banc, évitez tous les dégâts infligés à ce Pokémon par des attaques (les vôtres et celles de votre adversaire)."
|
||||
en: "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponent's).",
|
||||
fr: "Tant que ce Pokémon est sur votre Banc, évitez tous les dégâts infligés à ce Pokémon par des attaques (les vôtres et celles de votre adversaire).",
|
||||
es: "Mientras este Pokémon esté en tu Banca, evita todo el daño infligido a este Pokémon por ataques (tanto tuyos como los de tu rival).",
|
||||
pt: "As long as this Pokémon is on your Bench, prevent all damage done to this Pokémon by attacks (both yours and your opponent's).",
|
||||
de: "Solange sich dieses Pokémon auf deiner Bank befindet, verhindere allen Schaden, der diesem Pokémon durch Attacken (deine und die deines Gegners) zugefügt wird."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Hydro Pump",
|
||||
fr: "Hydrocanon"
|
||||
fr: "Hydrocanon",
|
||||
es: "Hidrobomba",
|
||||
pt: "Hydro Pump",
|
||||
de: "Hydropumpe"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each Water Energy attached to this Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie Water attachée à ce Pokémon."
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie Water attachée à ce Pokémon.",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada Energía Water unida a este Pokémon.",
|
||||
pt: "This attack does 20 more damage for each Water Energy attached to this Pokémon.",
|
||||
de: "Diese Attacke fügt für jede an dieses Pokémon angelegte Water-Energie 20 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
damage: "60+",
|
||||
@ -54,7 +69,23 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
retreat: 2,
|
||||
|
||||
description: {
|
||||
en: "When Vaporeon's fins begin to vibrate, it is a sign that rain will come within a few hours."
|
||||
},
|
||||
|
||||
stage: "Stage1",
|
||||
dexId: [134],
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: true,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
regulationMark: "D"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user