diff options
| author | tradam <[email protected]> | 2021-08-20 00:33:41 -0400 |
|---|---|---|
| committer | tradam <[email protected]> | 2021-08-20 00:33:41 -0400 |
| commit | fe92e317c6932e63a818da3bfa88589f9232d33b (patch) | |
| tree | 4b82b2648a4c5320408445feeb0834648336bb96 | |
| parent | d48bc0abe717dd1920a099830285a3f58078beaa (diff) | |
| download | Plore-Tabletop-Game-fe92e317c6932e63a818da3bfa88589f9232d33b.tar.gz Plore-Tabletop-Game-fe92e317c6932e63a818da3bfa88589f9232d33b.zip | |
.
| -rw-r--r-- | src/SUMMARY.md | 4 | ||||
| -rw-r--r-- | src/combat.mdown | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 08b20ec..52a4f15 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -2,13 +2,13 @@ [Intro](./intro.mdown) -- [Build Your Character](character-builder.mdown) +- [Build Your Character](./character-builder.mdown) - [Attributes](./attributes.mdown) - [Spellcasting]() - [Running The Game]() - - [Combat]() + - [Combat](./combat.mdown) - [Social]() - [Bartering]() - [Travel]() diff --git a/src/combat.mdown b/src/combat.mdown new file mode 100644 index 0000000..9e903a3 --- /dev/null +++ b/src/combat.mdown @@ -0,0 +1,5 @@ + # Combat + + ## Your Turn + + At the start of your turn you draw one card from deck. You have 3 stamina to spend as you see fit during your turn. Your stamina is restored at the end of each of your turns so it is best to spend it. it costs stamina to move, attack, casts spells, etc. The card you drew from your deck can be applied to any appropriate spell or ability that you wish to use. |
