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:
@@ -4,11 +4,11 @@ import Set from '../Chilling Reign'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Shadow Rider Calyrex VMAX",
|
||||
fr: "Sylveroy Cavalier d'Effroi VMAX"
|
||||
fr: "Sylveroy Cavalier d’Effroi VMAX"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
rarity: "Ultra Rare",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
set: Set,
|
||||
hp: 320,
|
||||
@@ -19,8 +19,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
evolveFrom: {
|
||||
en: 'Shadow Rider Calyrex-V',
|
||||
fr: 'Sylveroy Cavalier d\'Effroi-V'
|
||||
en: "Shadow Rider Calyrex V",
|
||||
fr: "Sylveroy Cavalier d’Effroi-V"
|
||||
},
|
||||
|
||||
stage: 'VMAX',
|
||||
@@ -29,11 +29,11 @@ const card: Card = {
|
||||
type: 'Ability',
|
||||
name: {
|
||||
en: 'Underworld Door',
|
||||
fr: 'Porte de Abîmes'
|
||||
fr: "Porte des Abîmes"
|
||||
},
|
||||
effect: {
|
||||
en: 'Once during your turn, you may attach a Psychic Energy card from your hand to 1 of your benched Psychic Pokémon. if you attached Energy to a Pokémon in this way, draw 2 cards.',
|
||||
fr: 'Une fois pendant votre tour, vous poucez attacher une carte Energie Psy de votre main à l\'un de vos Pokémon Psy de Banc, Si vous avez attaché de l\'Énergie à un Pokémon de cette façon, piochez 2 cartes.'
|
||||
en: "Once during your turn, you may attach a Psychic Energy card from your hand to 1 of your Benched Psychic Pokémon. If you attached Energy to a Pokémon in this way, draw 2 cards.",
|
||||
fr: "Une fois pendant votre tour, vous pouvez attacher une carte Énergie Psychic de votre main à l’un de vos Pokémon Psychic de Banc. Si vous avez attaché de l’Énergie à un Pokémon de cette façon, piochez 2 cartes."
|
||||
}
|
||||
}],
|
||||
|
||||
@@ -50,7 +50,7 @@ const card: Card = {
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 more damage for each Psychic Energy attached to all of your Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Psy attachée à tous vos Pokémon.",
|
||||
fr: "Cette attaque inflige 30 dégâts supplémentaires pour chaque Énergie Psychic attachée à tous vos Pokémon.",
|
||||
},
|
||||
damage: '10+'
|
||||
}
|
||||
|
Reference in New Issue
Block a user