mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 01:19:18 +00:00
fix: SWSH8 attacks in other languages (#742)
This commit is contained in:
@ -31,19 +31,34 @@ const card: Card = {
|
||||
cost: ["Colorless", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Guard Press"
|
||||
en: "Guard Press",
|
||||
fr: "Pression de Garde",
|
||||
de: "Schutzdruck",
|
||||
es: "Presión de Guardia",
|
||||
pt: "Aperto Protetor",
|
||||
it: "Pressadifesa"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
|
||||
effect: {
|
||||
en: "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance)."
|
||||
en: "During your opponent's next turn, this Pokémon takes 30 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Pendant le prochain tour de votre adversaire, ce Pokémon subit 30 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance).",
|
||||
de: "Während des nächsten Zuges deines Gegners werden diesem Pokémon durch Attacken 30 Schadenspunkte weniger zugefügt (nachdem Schwäche und Resistenz verrechnet wurden).",
|
||||
es: "Durante el próximo turno de tu rival, los ataques hacen 30 puntos de daño menos a este Pokémon (después de aplicar Debilidad y Resistencia).",
|
||||
pt: "Durante o próximo turno do seu oponente, este Pokémon receberá 30 pontos de dano a menos de ataques (depois de aplicar Fraqueza e Resistência).",
|
||||
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce 30 danni in meno dagli attacchi, dopo aver applicato debolezza e resistenza."
|
||||
}
|
||||
}, {
|
||||
cost: ["Fighting", "Fighting", "Colorless"],
|
||||
|
||||
name: {
|
||||
en: "Rock Throw"
|
||||
en: "Rock Throw",
|
||||
fr: "Jet-Pierres",
|
||||
de: "Steinwurf",
|
||||
es: "Lanzarrocas",
|
||||
pt: "Lançamento de Rocha",
|
||||
it: "Sassata"
|
||||
},
|
||||
|
||||
damage: 90
|
||||
|
Reference in New Issue
Block a user