mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-06-16 17:39:18 +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: "Gothorita",
|
||||
fr: "Mesmérella"
|
||||
},
|
||||
illustrator: "sowsow",
|
||||
rarity: "Uncommon",
|
||||
@ -17,6 +18,7 @@ const card: Card = {
|
||||
],
|
||||
evolveFrom: {
|
||||
en: "Gothita",
|
||||
fr: "Scrutella"
|
||||
},
|
||||
|
||||
|
||||
@ -28,9 +30,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Whiny Voice",
|
||||
fr: "Voix Suppliante"
|
||||
},
|
||||
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."
|
||||
},
|
||||
|
||||
},
|
||||
@ -41,9 +45,11 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Spin",
|
||||
fr: "Double Tour"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 30 damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 30 dégâts pour chaque côté face."
|
||||
},
|
||||
damage: "30×",
|
||||
|
||||
|
Reference in New Issue
Block a user