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: "Lokhlass V"
|
||||
fr: "Lokhlass V",
|
||||
en: "Lapras V"
|
||||
},
|
||||
|
||||
illustrator: "5ban Graphics",
|
||||
@ -16,21 +17,25 @@ const card: Card = {
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
fr: "Body Surf"
|
||||
fr: "Body Surf",
|
||||
en: "Body Surf"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Attachez une carte Énergie Water de votre main à ce Pokémon. Dans ce cas, échangez-le contre l’un de vos Pokémon de Banc."
|
||||
fr: "Attachez une carte Énergie Water de votre main à ce Pokémon. Dans ce cas, échangez-le contre l’un de vos Pokémon de Banc.",
|
||||
en: "Attach a Water Energy card from your hand to this Pokémon. If you do, switch it with 1 of your Benched Pokémon."
|
||||
},
|
||||
|
||||
cost: ["Colorless"]
|
||||
}, {
|
||||
name: {
|
||||
fr: "Boucle Océanique"
|
||||
fr: "Boucle Océanique",
|
||||
en: "Ocean Loop"
|
||||
},
|
||||
|
||||
effect: {
|
||||
fr: "Ajoutez à votre main 2 Énergies Water attachées à ce Pokémon."
|
||||
fr: "Ajoutez à votre main 2 Énergies Water attachées à ce Pokémon.",
|
||||
en: "Put 2 Water Energy attached to this Pokémon into your hand."
|
||||
},
|
||||
|
||||
damage: 210,
|
||||
|
Reference in New Issue
Block a user