mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-12 15:59: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: "Polthégeist",
|
||||
en: "Polteageist"
|
||||
en: "Polteageist",
|
||||
es: "Polteageist",
|
||||
it: "Polteageist",
|
||||
pt: "Polteageist",
|
||||
de: "Mortipot"
|
||||
},
|
||||
|
||||
illustrator: "Sanosuke Sakuma",
|
||||
@ -25,24 +29,40 @@ const card: Card = {
|
||||
|
||||
name: {
|
||||
fr: "Heure du Thé",
|
||||
en: "Tea Break"
|
||||
en: "Tea Break",
|
||||
es: "Momento del Té",
|
||||
it: "Pausa Tè",
|
||||
pt: "Intervalo do Chá",
|
||||
de: "Teepause"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Vous devez défausser un Pokémon qui a l’attaque Folle Aventure de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher 2 cartes.",
|
||||
en: "You must discard a Pokémon that has the Mad Party attack from your hand in order to use this Ability. Once during your turn, you may draw 2 cards."
|
||||
en: "You must discard a Pokémon that has the Mad Party attack from your hand in order to use this Ability. Once during your turn, you may draw 2 cards.",
|
||||
es: "Debes descartar de tu mano 1 Pokémon que tenga el ataque Merienda de Locos para poder usar esta habilidad. Una vez durante tu turno, puedes robar 2 cartas.",
|
||||
it: "Devi scartare un Pokémon che ha l’attacco Festa di Matti dalla tua mano per usare questa abilità. Una sola volta durante il tuo turno, puoi pescare due carte.",
|
||||
pt: "Você deve descartar 1 Pokémon que tiver o ataque Festa Maluca da sua mão para usar esta Habilidade. Uma vez durante o seu turno, você poderá comprar 2 cartas.",
|
||||
de: "Du musst 1 Pokémon, das die Attacke Verrückte Party hat, aus deiner Hand auf deinen Ablagestapel legen, um diese Fähigkeit einzusetzen. Einmal während deines Zuges kannst du 2 Karten ziehen."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Folle Aventure",
|
||||
en: "Mad Party"
|
||||
en: "Mad Party",
|
||||
es: "Merienda de Locos",
|
||||
it: "Festa di Matti",
|
||||
pt: "Festa Maluca",
|
||||
de: "Verrückte Party"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 20 dégâts pour chaque Pokémon dans votre pile de défausse qui a l’attaque Folle Aventure.",
|
||||
en: "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack."
|
||||
en: "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack.",
|
||||
es: "Este ataque hace 20 puntos de daño por cada Pokémon en tu pila de descartes que tenga el ataque Merienda de Locos.",
|
||||
it: "Questo attacco infligge 20 danni per ogni Pokémon nella tua pila degli scarti che ha l’attacco Festa di Matti.",
|
||||
pt: "Este ataque causa 20 pontos de dano para cada Pokémon na sua pilha de descarte que tiver o ataque Festa Maluca.",
|
||||
de: "Diese Attacke fügt für jedes Pokémon in deinem Ablagestapel, das die Attacke Verrückte Party hat, 20 Schadenspunkte zu."
|
||||
},
|
||||
|
||||
damage: "20×",
|
||||
|
Reference in New Issue
Block a user