1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-16 09:29:19 +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:
2021-06-18 20:13:38 +02:00
parent b0d0319f04
commit abbffb45b7
198 changed files with 8576 additions and 57 deletions

View File

@ -0,0 +1,24 @@
import { Card } from '../../../interfaces'
import Set from '../Chilling Reign'
const card: Card = {
set: Set,
name: {
fr: "Énergie Impact",
en: "Impact Energy"
},
rarity: "Uncommon",
category: "Energy",
effect: {
fr: "Cette carte ne peut être attachée quà un Pokémon Poing Final. Si cette carte est attachée à autre chose quun Pokémon Poing Final, défaussez-la.\nTant que cette carte est attachée à un Pokémon, elle fournit tout type dÉnergie mais seulement une Énergie à la fois. Le Pokémon auquel cette carte est attachée ne peut pas être Empoisonné. Si ce Pokémon est déjà Empoisonné, il guérit de cet État Spécial.",
en: "This card can only be attached to a Single Strike Pokémon. If this card is attached to anything other than a Single Strike Pokémon, discard this card.\nAs long as this card is attached to a Pokémon, it provides every type of Energy but provides only 1 Energy at a time. The Pokémon this card is attached to cant be Poisoned, and if it is already Poisoned, it recovers from that Special Condition."
},
energyType: "Special",
regulationMark: "E"
}
export default card