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 /src | |
| parent | 683e652c96cbe50f1fd893a72601075e01630e99 (diff) | |
| download | Plore-Tabletop-Game-bd533784f699ca8134bee34c5ff29275f8e57f9f.tar.gz Plore-Tabletop-Game-bd533784f699ca8134bee34c5ff29275f8e57f9f.zip | |
added spells, class abilities. reworked weapons.
Diffstat (limited to 'src')
| -rw-r--r-- | src/SUMMARY.md | 2 | ||||
| -rw-r--r-- | src/classes.md | 17 |
2 files changed, 19 insertions, 0 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md index e2373a6..196530d 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -10,6 +10,8 @@ - [Vices](build/vices.md) - [Races](./races.md) - [Attributes](./attributes.md) + - [Classes](classes.md) + - - [What You Have]() - [Gear]() - [Armour](armour.md) diff --git a/src/classes.md b/src/classes.md new file mode 100644 index 0000000..86c896f --- /dev/null +++ b/src/classes.md @@ -0,0 +1,17 @@ +# Classes + +## Rogue +Can attack many times at once +specialized in the "city" + +## Ranger +Good at focusing a target(mark) +specialized in "nature" + +## Sorcerer +Specialized at casting +specialized in "magic" + +## Monk +Specialized at inner peace? +can move cards around the field
\ No newline at end of file |
