1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-18 02:19:17 +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:
2021-10-26 10:40:03 +02:00
committed by GitHub
parent 133835ecc4
commit 2e18aa4aac
1869 changed files with 18400 additions and 6152 deletions

View File

@ -38,11 +38,11 @@ const card: Card = {
},
effect: {
en: "This attack does 70 damage for each Special Energy card attached to your opponents Pokémon.",
fr: "Cette attaque inflige 70 dégâts pour chaque carte Énergie spéciale attachée aux Pokémon de votre adversaire.",
en: "This attack does 70 damage for each Special Energy card attached to your opponent's Pokémon.",
fr: "Cette attaque inflige 70 dégâts pour chaque carte Énergie spéciale attachée aux Pokémon de votre adversaire.",
es: "Este ataque hace 70 puntos de daño por cada carta de Energía Especial unida a los Pokémon de tu rival.",
it: "Questo attacco infligge 70 danni per ogni carta Energia speciale assegnata ai Pokémon del tuo avversario.",
pt: "This attack does 70 damage for each Special Energy card attached to your opponents Pokémon.",
pt: "This attack does 70 damage for each Special Energy card attached to your opponent's Pokémon.",
de: "Diese Attacke fügt für jede an den Pokémon deines Gegners angelegte Spezial-Energiekarte 70 Schadenspunkte zu."
},
@ -59,11 +59,11 @@ const card: Card = {
},
effect: {
en: "If your opponents Active Pokémon is a Pokémon V, this attack does 80 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-V, cette attaque inflige 80 dégâts supplémentaires.",
en: "If your opponent's Active Pokémon is a Pokémon V, this attack does 80 more damage.",
fr: "Si le Pokémon Actif de votre adversaire est un Pokémon-V, cette attaque inflige 80 dégâts supplémentaires.",
es: "Si el Pokémon Activo de tu rival es un Pokémon V, este ataque hace 80 puntos de daño más.",
it: "Se il Pokémon attivo del tuo avversario è un Pokémon-V, questo attacco infligge 80 danni in più.",
pt: "If your opponents Active Pokémon is a Pokémon V, this attack does 80 more damage.",
pt: "If your opponent's Active Pokémon is a Pokémon V, this attack does 80 more damage.",
de: "Wenn das Aktive Pokémon deines Gegners ein Pokémon-V ist, fügt diese Attacke 80 Schadenspunkte mehr zu."
},
@ -71,7 +71,23 @@ const card: Card = {
cost: ["Grass", "Fire"]
}],
retreat: 3
retreat: 3,
dexId: [842],
evolveFrom: {
en: "Applin",
fr: "Verpom",
es: "Applin",
it: "Applin",
pt: "Applin",
de: "Knapfel"
},
description: {
en: "Its body is covered in sweet nectar, and the skin on its back is especially yummy. Children used to have it as a snack."
},
regulationMark: "E"
}
export default card
export default card