1
0
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:
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,29 +4,29 @@ import Set from '../Rebel Clash'
const card: Card = {
name: {
en: "Eldegoss V",
fr: "Blancoton V"
},
illustrator: "5ban Graphics",
rarity: "Rare",
category: "Pokemon",
set: Set,
hp: 180,
abilities: [
{
type: "Ability",
name: {
en: "Happy Match",
fr: "Parfait Accord"
},
effect: {
en: "When you play this Pokémon from your hand onto your Bench during your turn, you may put a Supporter card from your discard pile into your hand.",
fr: "Lorsque vous jouez ce Pokémon de votre main sur votre Banc pendant votre tour, vous pouvez ajouter une carte Supporter de votre pile de défausse à votre main."
},
},
],
attacks: [
{
cost: [
@ -35,14 +35,17 @@ const card: Card = {
],
name: {
en: "Float Up",
fr: "Flottement"
},
effect: {
en: "You may shuffle this Pokémon and all attached cards into your deck.",
fr: "Vous pouvez mélanger dans votre deck ce Pokémon et toutes les cartes attachées."
},
damage: 50,
},
],
weaknesses: [
{
type: "Fire",
@ -51,9 +54,7 @@ const card: Card = {
],
retreat: 1,
types: ["Grass"]
}
export default card