diff options
| author | realtradam <[email protected]> | 2022-11-17 05:49:52 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-17 05:49:52 -0500 |
| commit | bd533784f699ca8134bee34c5ff29275f8e57f9f (patch) | |
| tree | 650648c1ce1b0a3af695278803031085c8a011f0 /cards/spells.rb | |
| parent | 683e652c96cbe50f1fd893a72601075e01630e99 (diff) | |
| download | Plore-Tabletop-Game-bd533784f699ca8134bee34c5ff29275f8e57f9f.tar.gz Plore-Tabletop-Game-bd533784f699ca8134bee34c5ff29275f8e57f9f.zip | |
added spells, class abilities. reworked weapons.
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)' ) |
