mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +00:00
Chilling Reign Pre Release (#9)
* Added current set informations Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net> * Fixed incorrect set ID * Updated Chilling Reign current cards Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Updated informations for Chilling Reign Signed-off-by: Avior <florian.bouillon@delta-wings.net> * Added new Entries Signed-off-by: Florian BOUILLON <florian.bouillon@delta-wings.net>
This commit is contained in:
24
data/Sword & Shield/Chilling Reign/147.ts
Normal file
24
data/Sword & Shield/Chilling Reign/147.ts
Normal file
@ -0,0 +1,24 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../Chilling Reign'
|
||||
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Old Cemetery",
|
||||
fr: "Cimetière Ancien"
|
||||
},
|
||||
|
||||
illustrator: "Aswaldo KATO",
|
||||
rarity: "Uncommon",
|
||||
category: "Trainer",
|
||||
set: Set,
|
||||
trainerType: 'Stadium',
|
||||
|
||||
effect: {
|
||||
en: 'Whenever any player attachez an Energy card fro mtheir hand to 1 of their non-Psychic Pokémon, put 2 damage counters on that Pokémon.',
|
||||
fr: 'Chaque fois qu\'un joueur attache une carte Énergie de sa main à l\'un de ses Pokeḿon non Psy, placez 2 marqueurs des dégâts sur ce Pokémon-là.',
|
||||
},
|
||||
|
||||
regulationMark: "E"
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user