Sha256: 04f5259326810d5ba17e30126b2efd8792fb9c6051edc2719ad52e949b3dfa7e

Contents?: true

Size: 376 Bytes

Versions: 7

Compression:

Stored size: 376 Bytes

Contents

module GamesDice

  # reasons for making a reroll, and text explanation symbols for them
  REROLL_TYPES = {
    :basic => ',',
    :reroll_add => '+',
    :reroll_subtract => '-',
    :reroll_replace => '|',
    :reroll_use_best => '/',
    :reroll_use_worst => '\\',
    # These are not yet implemented:
    # :reroll_new_die => '*',
    # :reroll_new_keeper => '*',
  }

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
games_dice-0.2.1 lib/games_dice/constants.rb
games_dice-0.2.0 lib/games_dice/constants.rb
games_dice-0.1.3 lib/games_dice/constants.rb
games_dice-0.1.2 lib/games_dice/constants.rb
games_dice-0.1.1 lib/games_dice/constants.rb
games_dice-0.0.6 lib/games_dice/constants.rb
games_dice-0.0.5 lib/games_dice/constants.rb