mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-22 03:49:19 +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: "Badabouin"
|
||||
fr: "Badabouin",
|
||||
en: "Thwackey"
|
||||
},
|
||||
|
||||
illustrator: "tetsuya koizumi",
|
||||
@ -15,24 +16,28 @@ const card: Card = {
|
||||
types: ["Grass"],
|
||||
|
||||
evolveFrom: {
|
||||
fr: "Ouistempo"
|
||||
fr: "Ouistempo",
|
||||
en: "Grookey"
|
||||
},
|
||||
|
||||
abilities: [{
|
||||
type: "Ability",
|
||||
|
||||
name: {
|
||||
fr: "Avantage du Terrain"
|
||||
fr: "Avantage du Terrain",
|
||||
en: "Lay of the Land"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Si vous avez un Stade en jeu, ce Pokémon n’a pas de Coût de Retraite."
|
||||
fr: "Si vous avez un Stade en jeu, ce Pokémon n’a pas de Coût de Retraite.",
|
||||
en: "If you have a Stadium in play, this Pokémon has no Retreat Cost."
|
||||
}
|
||||
}],
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Tapotige"
|
||||
fr: "Tapotige",
|
||||
en: "Branch Poke"
|
||||
},
|
||||
|
||||
damage: 20,
|
||||
|
Reference in New Issue
Block a user