1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-07-30 19:40:48 +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: "Arrozard"
fr: "Arrozard",
en: "Drizzile"
},
illustrator: "Ryuta Fuse",
@ -15,24 +16,28 @@ const card: Card = {
types: ["Water"],
evolveFrom: {
fr: "Larméléon"
fr: "Larméléon",
en: "Sobble"
},
abilities: [{
type: "Ability",
name: {
fr: "Affaires Louches"
fr: "Affaires Louches",
en: "Shady Dealings"
},
effect: {
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer lun de vos Pokémon pendant votre tour, vous pouvez chercher dans votre deck une carte Dresseur, la révéler, puis lajouter à votre main. Mélangez ensuite votre deck."
fr: "Lorsque vous jouez ce Pokémon de votre main pour faire évoluer lun de vos Pokémon pendant votre tour, vous pouvez chercher dans votre deck une carte Dresseur, la révéler, puis lajouter à votre main. Mélangez ensuite votre deck.",
en: "When you play this Pokémon from your hand to evolve 1 of your Pokémon during your turn, you may search your deck for a Trainer card, reveal it, and put it into your hand. Then, shuffle your deck."
}
}],
attacks: [{
name: {
fr: "Goutte à Goutte"
fr: "Goutte à Goutte",
en: "Water Drip"
},
damage: 30,