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: "Doublade",
|
||||
fr: "Dimoclès"
|
||||
},
|
||||
|
||||
illustrator: "Aya Kusube",
|
||||
rarity: "Uncommon",
|
||||
category: "Pokemon",
|
||||
|
||||
set: Set,
|
||||
|
||||
|
||||
|
||||
evolveFrom: {
|
||||
en: "Honedge",
|
||||
fr: "Monorpale"
|
||||
},
|
||||
|
||||
|
||||
|
||||
attacks: [
|
||||
{
|
||||
cost: [
|
||||
@ -27,6 +25,7 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Slash",
|
||||
fr: "Tranche"
|
||||
},
|
||||
|
||||
damage: 30,
|
||||
@ -40,30 +39,34 @@ const card: Card = {
|
||||
],
|
||||
name: {
|
||||
en: "Double Slash",
|
||||
fr: "Double Lame"
|
||||
},
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 80 damage for each heads.",
|
||||
fr: "Lancez 2 pièces. Cette attaque inflige 80 dégâts pour chaque côté face."
|
||||
},
|
||||
damage: "80×",
|
||||
|
||||
},
|
||||
],
|
||||
|
||||
weaknesses: [
|
||||
{
|
||||
type: "Fire",
|
||||
value: "×2"
|
||||
},
|
||||
],
|
||||
|
||||
resistances: [
|
||||
{
|
||||
type: "Grass",
|
||||
value: "-30"
|
||||
},
|
||||
],
|
||||
|
||||
retreat: 2,
|
||||
|
||||
|
||||
|
||||
hp: 90,
|
||||
types: ["Metal"]
|
||||
}
|
||||
|
||||
export default card
|
||||
|
Reference in New Issue
Block a user