Skip to content

Commit

Permalink
removed raw flag
Browse files Browse the repository at this point in the history
  • Loading branch information
locke8 committed Oct 10, 2016
1 parent e9056ca commit e708d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ Works for martial arts, brawling, melee, and firearm weapons. You supply the inp
## Quick Example:
A fist fighter with 4 dexterity and 4 in the skill "Brawl" punches with 8 hit dice. She has 4 strength, this becomes her damage dice. She is capable of one action per turn and wants to do as much damage as possible so elects to split the action into three actions with penalties. Here is what that looks like:

![Punch Example](https://raw.githubusercontent.com/locke8/weaponmark/master/src/main/resources/screens/punch.png?raw=true)
![Punch Example](https://raw.githubusercontent.com/locke8/weaponmark/master/src/main/resources/screens/punch.png)

To include miss statistic, she could include a -v ("Verbose") parameter, like this:

![Punch Example](https://raw.githubusercontent.com/locke8/weaponmark/master/src/main/resources/screens/punch_v.png?raw=true)
![Punch Example](https://raw.githubusercontent.com/locke8/weaponmark/master/src/main/resources/screens/punch_v.png)
##Motivation
The purpose of this utility is to aid in play balancing the game. If you have played *Mage: The Ascension* you know it is both wonderful and wonderfully vague in explaining the rule system. Weaponmark enables the storyteller to experiment with rule changes (house rules) and see what the actual effects will be on play balance.
## Getting Started
Expand Down

0 comments on commit e708d5f

Please sign in to comment.