1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-06-14 00:29:19 +00:00

Updated informations (#23)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2021-05-26 20:35:35 +02:00
committed by GitHub
parent ef2d099e6e
commit 151c00be78
820 changed files with 9255 additions and 2679 deletions

View File

@ -4,31 +4,33 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Luxio",
fr: "Luxio"
},
illustrator: "ryoma uratsuka",
rarity: "Uncommon",
category: "Pokemon",
set: Set,
evolveFrom: {
en: "Shinx",
fr: "Lixy"
},
abilities: [
{
type: "Ability",
name: {
en: "Top Entry",
fr: "Tombé de Haut"
},
effect: {
en: "Once during your turn, if you drew this Pokémon from your deck at the beginning of your turn and your Bench isn't full, before you put it into your hand, you may put it onto your Bench.",
fr: "Une fois pendant votre tour, si vous avez pioché ce Pokémon de votre deck au début de votre tour, et si votre Banc nest pas plein, plutôt que dajouter cette carte à votre main, vous pouvez la placer sur votre Banc."
},
},
],
attacks: [
{
cost: [
@ -36,12 +38,14 @@ const card: Card = {
],
name: {
en: "Zap Kick",
fr: "Coup de Pied Ravageur"
},
damage: 30,
},
],
weaknesses: [
{
type: "Fighting",
@ -50,9 +54,8 @@ const card: Card = {
],
retreat: 1,
hp: 90,
types: ["Lightning"]
}
export default card