mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-18 02:19:17 +00:00
Added Shining Fates english cards
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -5,7 +5,8 @@ const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
fr: "Wimessir V"
|
||||
fr: "Wimessir V",
|
||||
en: "Indeedee V"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -18,21 +19,25 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Veille"
|
||||
fr: "Veille",
|
||||
en: "Watch Over"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Une fois pendant votre tour, vous pouvez soigner 20 dégâts de votre Pokémon Actif."
|
||||
fr: "Une fois pendant votre tour, vous pouvez soigner 20 dégâts de votre Pokémon Actif.",
|
||||
en: "Once during your turn, you may heal 20 damage from your Active Pokémon."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Psyko"
|
||||
fr: "Psyko",
|
||||
en: "Psychic"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Cette attaque inflige 60 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire."
|
||||
fr: "Cette attaque inflige 60 dégâts supplémentaires pour chaque Énergie attachée au Pokémon Actif de votre adversaire.",
|
||||
en: "This attack does 60 more damage for each Energy attached to your opponent’s Active Pokémon."
|
||||
},
|
||||
|
||||
damage: "10+",
|
||||
|
Reference in New Issue
Block a user