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: "Swanna",
|
||||
fr: "Lakmécygne"
|
||||
},
|
||||
illustrator: "Taira Akitsu",
|
||||
rarity: "Rare",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Ducklett",
|
||||
fr: "Couaneton"
|
||||
},
|
||||
|
||||
|
||||
@ -25,9 +27,11 @@ const card: Card = {
|
||||
type: "Ability",
|
||||
name: {
|
||||
en: "Sky Circus",
|
||||
fr: "Cirque Céleste"
|
||||
},
|
||||
effect: {
|
||||
en: "If you played Bird Keeper from your hand during this turn, ignore all Energy in this Pokémon’s attack costs.",
|
||||
fr: "Si vous avez joué Ornithologue de votre main pendant ce tour, ignorez toutes les Énergies dans les coûts d’attaques de ce Pokémon."
|
||||
},
|
||||
},
|
||||
],
|
||||
@ -40,9 +44,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Feather Slice",
|
||||
fr: "Coupe Aile"
|
||||
},
|
||||
effect: {
|
||||
en: "You may discard a card from your hand. If you do, this attack does 70 more damage.",
|
||||
fr: "Vous pouvez défausser une carte de votre main. Dans ce cas, cette attaque inflige 70 dégâts supplémentaires."
|
||||
},
|
||||
damage: "70+",
|
||||
|
||||
|
Reference in New Issue
Block a user