mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-14 08:39:17 +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 '../Champion\'s Path'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Scrafty",
|
||||
fr: "Baggaïd"
|
||||
},
|
||||
illustrator: "tetsuya koizumi",
|
||||
rarity: "Rare",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Scraggy",
|
||||
fr: "Baggiguane"
|
||||
},
|
||||
|
||||
|
||||
@ -28,9 +30,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Corner",
|
||||
fr: "Coinçage"
|
||||
},
|
||||
effect: {
|
||||
en: "During your opponent’s next turn, the Defending Pokémon can’t retreat.",
|
||||
fr: "Pendant le prochain tour de votre adversaire, le Pokémon Défenseur ne peut pas battre en retraite."
|
||||
},
|
||||
damage: 30,
|
||||
|
||||
@ -43,9 +47,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Bad Brawl",
|
||||
fr: "Grosse Bagarre"
|
||||
},
|
||||
effect: {
|
||||
en: "If you played Piers from your hand during this turn, this attack does 90 more damage.",
|
||||
fr: "Si vous avez joué Peterson de votre main pendant ce tour, cette attaque inflige 90 dégâts supplémentaires."
|
||||
},
|
||||
damage: "90+",
|
||||
|
||||
|
Reference in New Issue
Block a user