diff options
Diffstat (limited to 'cards/spells.rb')
| -rw-r--r-- | cards/spells.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cards/spells.rb b/cards/spells.rb index 64986b2..693f6c6 100644 --- a/cards/spells.rb +++ b/cards/spells.rb @@ -76,20 +76,20 @@ beginner_spells[:summon_alchemicals] = Card.new( type: 'Blood Magic (Eldritch)' ) -beginner_spells[:summon_alchemicals] = Card.new( - title: "Summon Alchemicals", - #damage: 3, - blood: 2, +beginner_spells[:northern_wind] = Card.new( #TODO + title: "Northern Wind", + damage: '2d4', + blood: 1, #reposte: 'Prc', actions: [ Card::Action.new( - content: '(**odd**) Summon a random amount of a random alchemical depending on various hidden factors.', - symbol: [:diamonds, :blood] + content: '(**odd**) Shoot a cold wind from your hands, freezing things in its path.', + symbol: [:clubs, :blood] ), ], color: 'firebrick', - flavour: '"You arent making a bomb, are you?"', - type: 'Blood Magic (Eldritch)' + flavour: '"Won\'t fail blowing out birthday candles"', + type: 'Blood Magic (Storm)' ) |
