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,15 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
en: "Lapras",
|
||||
fr: "Lokhlass"
|
||||
fr: "Lokhlass",
|
||||
es: "Lapras",
|
||||
it: "Lapras",
|
||||
pt: "Lapras",
|
||||
de: "Lapras"
|
||||
},
|
||||
|
||||
illustrator: "Megumi Higuchi",
|
||||
rarity: "Common",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
hp: 130,
|
||||
types: ["Water"],
|
||||
@ -18,12 +22,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Aqua Wash",
|
||||
fr: "Aqua-Lavage"
|
||||
fr: "Aqua-Lavage",
|
||||
es: "Limpieza Acuática",
|
||||
it: "Idrolavaggio",
|
||||
pt: "Aqua Wash",
|
||||
de: "Aquawäsche"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "You may put 2 Energy attached to your opponent’s Active Pokémon into their hand.",
|
||||
fr: "Vous pouvez ajouter à la main de votre adversaire jusqu’à 2 Énergies attachées à son Pokémon Actif."
|
||||
en: "You may put 2 Energy attached to your opponent's Active Pokémon into their hand.",
|
||||
fr: "Vous pouvez ajouter à la main de votre adversaire jusqu'à 2 Énergies attachées à son Pokémon Actif.",
|
||||
es: "Puedes poner 2 Energías unidas al Pokémon Activo de tu rival en su mano.",
|
||||
it: "Puoi prendere due Energie assegnate al Pokémon attivo del tuo avversario e aggiungerle alle carte che ha in mano.",
|
||||
pt: "You may put 2 Energy attached to your opponent's Active Pokémon into their hand.",
|
||||
de: "Du kannst deinem Gegner 2 an sein Aktives Pokémon angelegte Energien auf seine Hand geben."
|
||||
},
|
||||
|
||||
damage: 70,
|
||||
@ -35,7 +47,23 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 3
|
||||
retreat: 3,
|
||||
|
||||
description: {
|
||||
en: "A smart and kindhearted Pokémon, it glides across the surface of the sea while its beautiful song echoes around it."
|
||||
},
|
||||
|
||||
stage: "Basic",
|
||||
dexId: [131],
|
||||
|
||||
variants: {
|
||||
normal: false,
|
||||
reverse: false,
|
||||
holo: false,
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
regulationMark: "D"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user