mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-13 16:19:18 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,19 +4,14 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Falinks",
|
||||
fr: "Hexadron"
|
||||
},
|
||||
|
||||
illustrator: "Misa Tsutsui",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -24,9 +19,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Call for Family",
|
||||
fr: "Appel à la Famille"
|
||||
},
|
||||
effect: {
|
||||
en: "Search your deck for up to 2 Basic Pokémon and put them onto your Bench. Then, shuffle your deck.",
|
||||
fr: "Cherchez dans votre deck jusqu’à 2 Pokémon de base, puis placez-les sur votre Banc. Mélangez ensuite votre deck."
|
||||
},
|
||||
|
||||
},
|
||||
@ -37,14 +34,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Team Attack",
|
||||
fr: "Attaque de Groupe"
|
||||
},
|
||||
effect: {
|
||||
en: "This attack does 30 damage for each of your Benched Pokémon that has \"Falinks\" in its name.",
|
||||
fr: "Cette attaque inflige 30 dégâts pour chacun de vos Pokémon de Banc ayant « Hexadron » dans son nom."
|
||||
},
|
||||
damage: "30×",
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Psychic",
|
||||
@ -53,9 +53,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 1,
|
||||
|
||||
|
||||
|
||||
hp: 90,
|
||||
types: ["Fighting"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user