mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Darkrai",
|
||||
fr: "Darkrai"
|
||||
},
|
||||
illustrator: "nagimiso",
|
||||
rarity: "Rare",
|
||||
@ -23,9 +24,11 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Darkness Guard",
|
||||
fr: "Parade Obscure"
|
||||
},
|
||||
effect: {
|
||||
en: "If this Pokémon has any Darkness Energy attached, it takes 20 less damage from attacks (after applying Weakness and Resistance).",
|
||||
fr: "Si de l’Énergie Darkness est attachée à ce Pokémon, il subit 20 dégâts de moins provenant des attaques (après application de la Faiblesse et de la Résistance)."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -38,9 +41,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Vortex of Darkness",
|
||||
fr: "Vortex Obscur"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 20 more damage for each Darkness Energy attached to this Pokémon.",
|
||||
fr: "Cette attaque inflige 20 dégâts supplémentaires pour chaque Énergie Darkness attachée à ce Pokémon."
|
||||
},
|
||||
damage: "60+",
|
||||
|
||||
|
Reference in New Issue
Block a user