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: "Gorythmic"
fr: "Gorythmic",
en: "Rillaboom"
},
illustrator: "Ryuta Fuse",
@ -15,24 +16,28 @@ const card: Card = {
types: ["Grass"],
evolveFrom: {
fr: "Badabouin"
fr: "Badabouin",
en: "Thwackey"
},
abilities: [{
type: "Ability",
name: {
fr: "Rythme Voltaïque"
fr: "Rythme Voltaïque",
en: "Voltage Beat"
},
effect: {
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusquà 2 cartes Énergie Grass, puis les attacher à lun de vos Pokémon. Mélangez ensuite votre deck."
fr: "Une fois pendant votre tour, vous pouvez chercher dans votre deck jusquà 2 cartes Énergie Grass, puis les attacher à lun de vos Pokémon. Mélangez ensuite votre deck.",
en: "Once during your turn, you may search your deck for up to 2 Grass Energy cards and attach them to 1 of your Pokémon. Then, shuffle your deck."
}
}],
attacks: [{
name: {
fr: "Enfoncement"
fr: "Enfoncement",
en: "Hammer In"
},
damage: 140,