Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelRott committed Aug 19, 2020
1 parent b0a90ea commit 0679340
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions public/game/cards.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,55 +46,55 @@ export const cards = [
],
description: 'Can only be played if every card in your hand is an Attack. Deal 14 damage.',
},
// {
// name: 'Cleave',
// type: 'Attack',
// energy: 1,
// damage: 8,
// target: 'all enemies',
// description: 'Deal 8 damage to ALL enemies.',
// },
// {
// name: 'Iron Wave',
// type: 'Skill',
// energy: 1,
// damage: 5,
// block: 5,
// target: 'self and enemy',
// description: 'Gain 5 Block. Deal 5 damage.',
// },
// {
// name: 'Sucker Punch',
// type: 'Attack',
// energy: 1,
// damage: 7,
// target: 'enemy',
// powers: {
// weak: 1,
// },
// description: 'Deal 7 damage. Apply 1 Weak.',
// },
// {
// name: 'Thunderclap',
// type: 'Attack',
// energy: 1,
// damage: 4,
// target: 'all enemies',
// powers: {
// vulnerable: 1,
// },
// description: 'Deal 4 damage and apply 1 Vulnerable to all enemies.',
// },
// {
// name: 'Flourish',
// type: 'Skill',
// energy: 2,
// target: 'player',
// description: 'Gain 5 regen.',
// powers: {
// regen: 5,
// },
// },
{
name: 'Cleave',
type: 'Attack',
energy: 1,
damage: 8,
target: 'all enemies',
description: 'Deal 8 damage to ALL enemies.',
},
{
name: 'Iron Wave',
type: 'Skill',
energy: 1,
damage: 5,
block: 5,
target: 'self and enemy',
description: 'Gain 5 Block. Deal 5 damage.',
},
{
name: 'Sucker Punch',
type: 'Attack',
energy: 1,
damage: 7,
target: 'enemy',
powers: {
weak: 1,
},
description: 'Deal 7 damage. Apply 1 Weak.',
},
{
name: 'Thunderclap',
type: 'Attack',
energy: 1,
damage: 4,
target: 'all enemies',
powers: {
vulnerable: 1,
},
description: 'Deal 4 damage and apply 1 Vulnerable to all enemies.',
},
{
name: 'Flourish',
type: 'Skill',
energy: 2,
target: 'player',
description: 'Gain 5 regen.',
powers: {
regen: 5,
},
},
// {name: 'Flex', energy: 0, type: 'Skill', description: 'Gain 2 Strength.'},
// {name: 'Body Slam', energy: 1, type: 'Attack', description: 'Deal Damage equal to your Block'},
]
Expand Down

0 comments on commit 0679340

Please sign in to comment.