1
0
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:
2021-05-27 10:35:05 +02:00
parent 5dab7afa10
commit 77863ffae4
195 changed files with 1652 additions and 826 deletions

View File

@ -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 na pas de Coût de Retraite."
fr: "Si vous avez un Stade en jeu, ce Pokémon na 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,