mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-15 17:09: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: "Copperajah",
|
||||
fr: "Pachyradjah"
|
||||
},
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "Rare",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Cufant",
|
||||
fr: "Charibari"
|
||||
},
|
||||
|
||||
|
||||
@ -25,9 +27,11 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Antibacterial Skin",
|
||||
fr: "Peau Stérilisante"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon can’t be affected by any Special Conditions.",
|
||||
fr: "Ce Pokémon ne peut être affecté par aucun État Spécial."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -41,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Vengeful Stomp",
|
||||
fr: "Écrasement Vengeur"
|
||||
},
|
||||
effect: {
|
||||
en: "If your Benched Pokémon have any damage counters on them, this attack does 120 more damage.",
|
||||
fr: "Si des marqueurs de dégâts sont placés sur vos Pokémon de Banc, cette attaque inflige 120 dégâts supplémentaires."
|
||||
},
|
||||
damage: "120+",
|
||||
|
||||
|
Reference in New Issue
Block a user