mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 09:29:19 +00:00
Updated informations (#23)
Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
@ -4,6 +4,7 @@ import Set from '../Darkness Ablaze'
|
||||
const card: Card = {
|
||||
name: {
|
||||
en: "Staraptor",
|
||||
fr: "Étouraptor"
|
||||
},
|
||||
illustrator: "AKIRA EGAWA",
|
||||
rarity: "Rare",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Staravia",
|
||||
fr: "Étourvol"
|
||||
},
|
||||
|
||||
|
||||
@ -28,9 +30,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Hurricane Blender",
|
||||
fr: "Ouragan Mixant"
|
||||
},
|
||||
effect: {
|
||||
en: "Move any amount of Energy from your Pokémon to your other Pokémon in any way you like.",
|
||||
fr: "Déplacez autant de cartes Énergie attachées à vos Pokémon que vous le voulez vers vos autres Pokémon, comme il vous plaît."
|
||||
},
|
||||
damage: 70,
|
||||
|
||||
@ -43,9 +47,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Brave Bird",
|
||||
fr: "Rapace"
|
||||
},
|
||||
effect: {
|
||||
en: "This Pokémon also does 30 damage to itself.",
|
||||
fr: "Ce Pokémon s’inflige aussi 30 dégâts."
|
||||
},
|
||||
damage: 170,
|
||||
|
||||
|
Reference in New Issue
Block a user