mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Updated Evolving Skies with attacks and other languages
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -12,14 +12,50 @@ const card: Card = {
|
||||
},
|
||||
|
||||
name: {
|
||||
en: "Seedot"
|
||||
en: "Seedot",
|
||||
fr: "Grainipiot",
|
||||
es: "Seedot",
|
||||
it: "Seedot",
|
||||
pt: "Seedot",
|
||||
de: "Samurzel"
|
||||
},
|
||||
|
||||
rarity: "Common",
|
||||
category: "Pokemon",
|
||||
hp: 50,
|
||||
types: ["Grass"],
|
||||
stage: "Basic"
|
||||
stage: "Basic",
|
||||
illustrator: "otumami",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Astonish",
|
||||
fr: "Étonnement",
|
||||
es: "Impresionar",
|
||||
it: "Sgomento",
|
||||
pt: "Astonish",
|
||||
de: "Erstauner"
|
||||
},
|
||||
|
||||
effect: {
|
||||
en: "Choose a random card from your opponent’s hand. Your opponent reveals that card and shuffles it into their deck.",
|
||||
fr: "Choisissez une carte au hasard dans la main de votre adversaire. Votre adversaire montre cette carte, puis la mélange avec son deck.",
|
||||
es: "Elige 1 carta aleatoria de la mano de tu rival. Tu rival enseña esa carta, la pone en su baraja y las baraja todas.",
|
||||
it: "Scegli una carta a caso dalla mano del tuo avversario. Il tuo avversario mostra quella carta e la rimischia nel suo mazzo.",
|
||||
pt: "Choose a random card from your opponent’s hand. Your opponent reveals that card and shuffles it into their deck.",
|
||||
de: "Wähle 1 zufällige Karte aus der Hand deines Gegners. Dein Gegner zeigt dir jene Karte und mischt sie in sein Deck."
|
||||
},
|
||||
|
||||
damage: 10,
|
||||
cost: ["Colorless", "Colorless"]
|
||||
}],
|
||||
|
||||
weaknesses: [{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
}],
|
||||
|
||||
retreat: 1
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user