mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-17 18:09: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: "Hastacuda"
|
||||
fr: "Hastacuda",
|
||||
en: "Barraskewda"
|
||||
},
|
||||
|
||||
illustrator: "Misa Tsutsui",
|
||||
@ -15,23 +16,27 @@ const card: Card = {
|
||||
types: ["Water"],
|
||||
|
||||
evolveFrom: {
|
||||
fr: "Embrochet"
|
||||
fr: "Embrochet",
|
||||
en: "Arrokuda"
|
||||
},
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Picpic"
|
||||
fr: "Picpic",
|
||||
en: "Peck"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Jet en Spirale"
|
||||
fr: "Jet en Spirale",
|
||||
en: "Spiral Jet"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Défaussez 2 cartes Énergie Water de votre main. Sinon, cette attaque ne fait rien."
|
||||
fr: "Défaussez 2 cartes Énergie Water de votre main. Sinon, cette attaque ne fait rien.",
|
||||
en: "Discard 2 Water Energy cards from your hand. If you don’t, this attack does nothing."
|
||||
},
|
||||
|
||||
damage: 130,
|
||||
|
Reference in New Issue
Block a user