diff options
| author | realtradam <[email protected]> | 2022-11-12 06:18:38 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-11-12 06:18:38 -0500 |
| commit | beb954b74929633da599803c5b0e89548511e155 (patch) | |
| tree | 5638ce53832bf28229a9becd92c605c096facc4e /src | |
| parent | 42345b253b3708e0792bb3c3e36cfe5f70c6adcc (diff) | |
| download | Plore-Tabletop-Game-beb954b74929633da599803c5b0e89548511e155.tar.gz Plore-Tabletop-Game-beb954b74929633da599803c5b0e89548511e155.zip | |
fleshed out many of the base weapons
Diffstat (limited to 'src')
| -rw-r--r-- | src/attributes.md | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/src/attributes.md b/src/attributes.md index 279dbe4..5d07c49 100644 --- a/src/attributes.md +++ b/src/attributes.md @@ -5,6 +5,19 @@ All attributes are grouped up into 4 distinct groups, each group representing on ## Innate Stats: stats chosen at the start that dont change For new characters: [4, 3, 3, 2, 2, 1] +| Score | Cost | +| -- | -- | +| 1 | 0 | +| 2 | 1 | +| 3 | 3 | +| 4 | 5 | + +<!-- +(5, 5, 3, 0, 0, 0) +(5, 5, 1, 1, 1, 0) +(5, 3, 3, 1, 1, 0) +(3, 3, 3, 3, 1, 0) +--> ### Fitness @@ -16,7 +29,7 @@ All attributes are grouped up into 4 distinct groups, each group representing on **Resolve**: Facing fears or great pain(Maintaining a spell cast) **Wisdom**: Applying Knowledge(Casting a large volume of magic quickly) -**Perception**: Noticing details or the big picture(Casting at long ranges with great accuracy) +**Perception**: Noticing details, the big picture(Casting at long ranges with great accuracy) --- ## Derived Stats |
