1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-01 12:22:02 +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 Spirale",
en: "Spiral Energy"
},
rarity: "Uncommon",
category: "Energy",
effect: {
fr: "Cette carte ne peut être attachée quà un Pokémon Mille Poings. Si cette carte est attachée à autre chose quun Pokémon Mille Poings, 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 Paralysé. Si ce Pokémon est déjà Paralysé, il guérit de cet État Spécial.",
en: "This card can only be attached to a Rapid Strike Pokémon. If this card is attached to anything other than a Rapid 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 Paralyzed, and if it is already Paralyzed, it recovers from that Special Condition."
},
energyType: "Special",
regulationMark: "E"
}
export default card