diff options
| author | tradam <git.tradam.fyi> | 2021-08-20 00:00:00 -0400 |
|---|---|---|
| committer | tradam <git.tradam.fyi> | 2021-08-20 00:00:00 -0400 |
| commit | c5b421d62e6f55f43f5f1b21297b301a36bcdaab (patch) | |
| tree | eb0ff69c76c62b523e9e343715ac3a0ebb767ff3 | |
| parent | 5fa69b41e6aa2d90475771bcc31a19ff831fa21e (diff) | |
| download | Plore-Tabletop-Game-c5b421d62e6f55f43f5f1b21297b301a36bcdaab.tar.gz Plore-Tabletop-Game-c5b421d62e6f55f43f5f1b21297b301a36bcdaab.zip | |
.
| -rw-r--r-- | src/SUMMARY.md | 20 | ||||
| -rw-r--r-- | src/attributes.mdown | 42 | ||||
| -rw-r--r-- | src/chapter_1.md | 2 | ||||
| -rw-r--r-- | src/character-builder.mdown | 48 | ||||
| -rw-r--r-- | src/intro.mdown | 1 |
5 files changed, 110 insertions, 3 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 7390c82..08b20ec 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,3 +1,21 @@ # Summary -- [Chapter 1](./chapter_1.md) +[Intro](./intro.mdown) + +- [Build Your Character](character-builder.mdown) + - [Attributes](./attributes.mdown) + +- [Spellcasting]() + +- [Running The Game]() + - [Combat]() + - [Social]() + - [Bartering]() + - [Travel]() + +- [Indices]() + - [Weapons]() + - [Skills]() + - [Spells]() + - [Professions]() + - [Factions]() diff --git a/src/attributes.mdown b/src/attributes.mdown new file mode 100644 index 0000000..756fd40 --- /dev/null +++ b/src/attributes.mdown @@ -0,0 +1,42 @@ +# Attributes + +## Suit Stats: + +### Physical Feats (Diamonds/Pentacles - Autumn) +--- + Endurance: Running a marathon, holding your breath + Strength: Pushing a rock, overpowering an opponent + Precision: Walking a tightrope, picking a lock + + Health: Is equal to the net Physical Feat attributes + +### Ŝanĝi Lokon (Clubs/Wands - Spring) +--- + Endurance: Maintaining a spell cast + Strength: Casting a lot of magic quickly + Precision: Casting at long ranges with great accuracy + + Blood: Is equal to the net Sangi Logon attributes + +### Communication (Hearts/Cups - Summer) +--- + + Presence: Leaving an impression on others. Being able to exert your stance. + Deception: Present falsities as facts + Empathy: Showing you understand others + + Appearance: Is dependant on your character race and dressing. Can augment you communication skills + +### Intuition (Spades/Swords - Winter) + +<!-- +needs fixing explanations +--> + +--- + Analytics: Analyze a problem + Practicality: Using a complex tool, street smarts + Creativity: Novelty, Creation, Expression + + Memory: Is equal to the net Intution attributes + diff --git a/src/chapter_1.md b/src/chapter_1.md deleted file mode 100644 index 9d5ed54..0000000 --- a/src/chapter_1.md +++ /dev/null @@ -1,2 +0,0 @@ -# Chapter 1 -test 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. diff --git a/src/intro.mdown b/src/intro.mdown new file mode 100644 index 0000000..1e0981f --- /dev/null +++ b/src/intro.mdown @@ -0,0 +1 @@ +# Intro |
