mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-07-30 11:30:46 +00:00
Chilling-Reign (#10)
only missing the secrets cards as they are secret :D Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -24,12 +24,12 @@ const card: Card = {
|
||||
abilities: [{
|
||||
type: 'Ability',
|
||||
name: {
|
||||
en: 'Reconstitue',
|
||||
en: "Reconstitute",
|
||||
fr: 'Reconstitution'
|
||||
},
|
||||
effect: {
|
||||
en: 'You must discard 2 cards from your hand in order to use this Ability, Once during your turn, you may draw a card.',
|
||||
fr: 'Vous devez défausser 2 cartes de votre min pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher une carte.',
|
||||
en: "You must discard 2 cards from your hand in order to use this Ability. Once during your turn, you may draw a card.",
|
||||
fr: "Vous devez défausser 2 cartes de votre main pour pouvoir utiliser ce talent. Une fois pendant votre tour, vous pouvez piocher une carte.",
|
||||
}
|
||||
}],
|
||||
|
||||
@ -45,7 +45,7 @@ const card: Card = {
|
||||
fr: "Rayon Psy"
|
||||
},
|
||||
effect: {
|
||||
en: "Your opponent's Active Pokémon is now Confused",
|
||||
en: "Your opponent’s Active Pokémon is now Confused.",
|
||||
fr: "Le Pokémon Actif de votre adversaire est maintenant Confus.",
|
||||
},
|
||||
damage: 110
|
||||
|
Reference in New Issue
Block a user