summaryrefslogtreecommitdiffhomepage
path: root/src/character-builder.mdown
diff options
context:
space:
mode:
authortradam <git.tradam.fyi>2021-08-20 00:00:00 -0400
committertradam <git.tradam.fyi>2021-08-20 00:00:00 -0400
commitc5b421d62e6f55f43f5f1b21297b301a36bcdaab (patch)
treeeb0ff69c76c62b523e9e343715ac3a0ebb767ff3 /src/character-builder.mdown
parent5fa69b41e6aa2d90475771bcc31a19ff831fa21e (diff)
downloadPlore-Tabletop-Game-c5b421d62e6f55f43f5f1b21297b301a36bcdaab.tar.gz
Plore-Tabletop-Game-c5b421d62e6f55f43f5f1b21297b301a36bcdaab.zip
.
Diffstat (limited to 'src/character-builder.mdown')
-rw-r--r--src/character-builder.mdown48
1 files changed, 48 insertions, 0 deletions
diff --git a/src/character-builder.mdown b/src/character-builder.mdown
new file mode 100644
index 0000000..dcf2169
--- /dev/null
+++ b/src/character-builder.mdown
@@ -0,0 +1,48 @@
+# Build Your Character
+
+Players get 3 points to spend for each Suit Stat(12 total points). They also get an additional 3 points to spend on their primary Suit Stat, and 2 additional points to spend on their secondary Suit Stat. The only limitation is each stat cannot go higher then 3 points during character creation.
+
+Once the points have been alloted, health can be determined. Max health is equal to your Diamonds total times five.
+
+#### Sample Character Creation
+
+An example character created for a character with a primary stat in Hearts and a secondary stat in Spades
+
+
+| Diamonds | Value |
+|-----------|-------|
+| Endurance | 0 |
+| Strength | 2 |
+| Precision | 1 |
+| Total | 3 |
+
+
+| Clubs | Value |
+|-----------|-------|
+| Endurance | 1 |
+| Strength | 1 |
+| Precision | 1 |
+| Total | 3 |
+
+
+| Hearts | Value |
+|------------|-------|
+| Presence | 2 |
+| Deception | 3 |
+| Empathy | 1 |
+| Total | 6 |
+
+
+| Spades | Value |
+|------------|-------|
+| Analytics | 3 |
+| Practical | 0 |
+| Creativity | 2 |
+| Total | 5 |
+
+
+As our total Diamonds value is 3, we just multiply this by 5 to get a max health of 15.
+
+#### Sample Level Up
+
+Whenever a character levels up, the player gets 2 points that they can place into any stats. These points can be split should the player want to.