mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-14 01:31:59 +00:00
35
data/Trainer kits/EX trainer Kit (Latias)/2.ts
Normal file
35
data/Trainer kits/EX trainer Kit (Latias)/2.ts
Normal file
@@ -0,0 +1,35 @@
|
||||
import { Card } from '../../../interfaces'
|
||||
import Set from '../EX trainer Kit (Latias)'
|
||||
|
||||
const card: Card = {
|
||||
set: Set,
|
||||
|
||||
name: {
|
||||
en: "Combusken"
|
||||
},
|
||||
|
||||
illustrator: "Kouki Saitou",
|
||||
rarity: "None",
|
||||
category: "Pokemon",
|
||||
stage: "Stage1",
|
||||
|
||||
attacks: [{
|
||||
name: {
|
||||
en: "Flare"
|
||||
},
|
||||
|
||||
damage: 20
|
||||
}, {
|
||||
name: {
|
||||
en: "Double Kick"
|
||||
},
|
||||
|
||||
damage: "40×",
|
||||
|
||||
effect: {
|
||||
en: "Flip 2 coins. This attack does 40 damage times the number of heads."
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
||||
export default card
|
Reference in New Issue
Block a user