Scion
This is a general gem to help play the game Scion, or any other White Wolf games.
Installation
$ gem install scion
Usage
$ scion help
> Commands:
> scion help [COMMAND] # Describe available commands or one specific command
> scion roll DICE [AUTO_SUCCESSES] [NUM_SIDES] [THRESHOLD] # Roll number of DICE, adding a certain AUTO_SUCCESSES
Contributing
- Fork it ( https://github.com/[my-github-username]/scion/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request