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,21 +4,19 @@ import Set from '../Rebel Clash'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Gyarados",
|
||||
fr: "Léviator"
|
||||
},
|
||||
|
||||
illustrator: "hatachu",
|
||||
rarity: "Rare",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Magikarp",
|
||||
fr: "Magicarpe"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -28,6 +26,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Wrack Down",
|
||||
fr: "Réduire en Poussière"
|
||||
},
|
||||
|
||||
damage: 90,
|
||||
@ -43,14 +42,17 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Big Storm",
|
||||
fr: "Forte Tempête"
|
||||
},
|
||||
effect: {
|
||||
en: "Discard any Stadium in play.",
|
||||
fr: "Défaussez tout Stade en jeu."
|
||||
},
|
||||
damage: 200,
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Lightning",
|
||||
@ -59,9 +61,8 @@ const card: Card = {
|
||||
],
|
||||
|
||||
retreat: 4,
|
||||
|
||||
|
||||
|
||||
hp: 180,
|
||||
types: ["Water"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user