mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-23 04:19:18 +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: "Pachyradjah"
|
||||
fr: "Pachyradjah",
|
||||
en: "Copperajah"
|
||||
},
|
||||
|
||||
illustrator: "Shin Nagasawa",
|
||||
@ -15,28 +16,33 @@ const card: Card = {
|
||||
types: ["Metal"],
|
||||
|
||||
evolveFrom: {
|
||||
fr: "Charibari"
|
||||
fr: "Charibari",
|
||||
en: "Cufant"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Peau Stérilisante"
|
||||
fr: "Peau Stérilisante",
|
||||
en: "Antibacterial Skin"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Ce Pokémon ne peut être affecté par aucun État Spécial."
|
||||
fr: "Ce Pokémon ne peut être affecté par aucun État Spécial.",
|
||||
en: "This Pokémon can’t be affected by any Special Conditions."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Écrasement Vengeur"
|
||||
fr: "Écrasement Vengeur",
|
||||
en: "Vengeful Stomp"
|
||||
},
|
||||
|
||||
effect: {
|
||||
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."
|
||||
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.",
|
||||
en: "If your Benched Pokémon have any damage counters on them, this attack does 120 more damage."
|
||||
},
|
||||
|
||||
damage: "120+",
|
||||
|
Reference in New Issue
Block a user