mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 16:39:18 +00:00
Added informations on more languages for Sword & Shield cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -6,7 +6,11 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Moumouflon",
|
||||
en: "Dubwool"
|
||||
en: "Dubwool",
|
||||
es: "Dubwool",
|
||||
it: "Dubwool",
|
||||
pt: "Dubwool",
|
||||
de: "Zwollock"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
@ -23,12 +27,20 @@ const card: Card = {
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Cotogarde",
|
||||
en: "Cotton Guard"
|
||||
en: "Cotton Guard",
|
||||
es: "Rizo Algodón",
|
||||
it: "Cotonscudo",
|
||||
pt: "Proteção de Algodão",
|
||||
de: "Watteschild"
|
||||
},
|
||||
|
||||
effect: {
|
||||
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).",
|
||||
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).",
|
||||
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).",
|
||||
it: "Durante il prossimo turno del tuo avversario, questo Pokémon subisce 30 danni in meno dagli attacchi, dopo aver applicato debolezza e resistenza.",
|
||||
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).",
|
||||
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)."
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -36,12 +48,20 @@ const card: Card = {
|
||||
}, {
|
||||
name: {
|
||||
fr: "Damoclès",
|
||||
en: "Double-Edge"
|
||||
en: "Double-Edge",
|
||||
es: "Doble Filo",
|
||||
it: "Sdoppiatore",
|
||||
pt: "Faca de Dois Gumes",
|
||||
de: "Risikotackle"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Ce Pokémon s’inflige aussi 30 dégâts.",
|
||||
en: "This Pokémon also does 30 damage to itself."
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
es: "Este Pokémon también se hace 30 puntos de daño a sí mismo.",
|
||||
it: "Questo Pokémon infligge anche 30 danni a se stesso.",
|
||||
pt: "Este Pokémon também causa 30 pontos de dano a si mesmo.",
|
||||
de: "Dieses Pokémon fügt auch sich selbst 30 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: 120,
|
||||
|
Reference in New Issue
Block a user