mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-28 06:49:18 +00:00
fix: SV sets now have their illustrator set (#743)
This commit is contained in:
@ -32,7 +32,7 @@ const card: Card = {
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, the Defending Pokémon's attacks do 20 less damage (before applying Weakness and Resistance).",
|
||||
en: "During your opponent's next turn, attacks used by the Defending Pokémon do 20 less damage (before applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, les attaques du Pokémon Défenseur infligent 20 dégâts de moins (avant application de la Faiblesse et de la Résistance).",
|
||||
es: "Durante el próximo turno de tu rival, los ataques del Pokémon Defensor hacen 20 puntos de daño menos (antes de aplicar Debilidad y Resistencia).",
|
||||
it: "Durante il prossimo turno del tuo avversario, gli attacchi del Pokémon difensore infliggono 20 danni in meno, prima di aver applicato debolezza e resistenza.",
|
||||
@ -55,7 +55,8 @@ const card: Card = {
|
||||
}],
|
||||
|
||||
retreat: 1,
|
||||
regulationMark: "G"
|
||||
regulationMark: "G",
|
||||
illustrator: "saino misaki"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user