mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-20 19:19:18 +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:
@ -21,8 +21,6 @@ const card: Card = {
|
||||
"Colorless",
|
||||
],
|
||||
|
||||
suffix: "V",
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -39,7 +37,7 @@ const card: Card = {
|
||||
de: "Verzehrer"
|
||||
},
|
||||
effect: {
|
||||
en: "Heal from this Pokémon the same amount of damage you did to your opponent’s Active Pokémon.",
|
||||
en: "Heal from this Pokémon the same amount of damage you did to your opponent's Active Pokémon.",
|
||||
fr: "Soignez ce Pokémon du nombre de dégâts que vous avez infligés au Pokémon Actif de votre adversaire.",
|
||||
es: "Cura a este Pokémon la misma cantidad de puntos de daño que hayas infligido al Pokémon Activo de tu rival.",
|
||||
it: "Cura questo Pokémon da una quantità di danni pari a quelli che hai inflitto al Pokémon attivo del tuo avversario.",
|
||||
@ -94,7 +92,9 @@ const card: Card = {
|
||||
firstEdition: false
|
||||
},
|
||||
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
suffix: "V",
|
||||
dexId: [143]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user