mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Polteageist",
|
||||
fr: "Polthégeist"
|
||||
},
|
||||
illustrator: "kirisAki",
|
||||
rarity: "Uncommon",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Sinistea",
|
||||
fr: "Théffroi"
|
||||
},
|
||||
|
||||
|
||||
@ -25,9 +27,11 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Tea Break",
|
||||
fr: "Heure du Thé"
|
||||
},
|
||||
effect: {
|
||||
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.",
|
||||
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."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -39,9 +43,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Mad Party",
|
||||
fr: "Folle Aventure"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 damage for each Pokémon in your discard pile that has the Mad Party attack.",
|
||||
fr: "Cette attaque inflige 20 dégâts pour chaque Pokémon dans votre pile de défausse qui a l’attaque Folle Aventure."
|
||||
},
|
||||
damage: "20×",
|
||||
|
||||
|
Reference in New Issue
Block a user