mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-21 03:29: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:
@ -26,7 +26,6 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
stage: "Basic",
|
||||
illustrator: "Ayaka Yoshida",
|
||||
suffix: "V",
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
@ -61,11 +60,11 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent’s).",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Pokémon de Banc (les vôtres et ceux de votre adversaire).",
|
||||
en: "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's).",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Pokémon de Banc (les vôtres et ceux de votre adversaire).",
|
||||
es: "Este ataque hace 20 puntos de daño más por cada Pokémon en Banca (tanto tuyos como de tu rival).",
|
||||
it: "Questo attacco infligge 20 danni in più per ogni Pokémon in panchina, sia tuo che del tuo avversario.",
|
||||
pt: "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent’s).",
|
||||
pt: "This attack does 20 more damage for each Benched Pokémon (both yours and your opponent's).",
|
||||
de: "Diese Attacke fügt für jedes Pokémon auf der Bank (deiner und der deines Gegners) 20 Schadenspunkte mehr zu."
|
||||
},
|
||||
|
||||
@ -78,7 +77,10 @@ const card: Card = {
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 2
|
||||
retreat: 2,
|
||||
dexId: [245],
|
||||
regulationMark: "E",
|
||||
suffix: "V"
|
||||
}
|
||||
|
||||
export default card
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user