diff options
| author | realtradam <[email protected]> | 2022-05-25 04:29:03 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2022-05-25 04:29:03 -0400 |
| commit | 98af088eef5daead2d4c5dbd0bb4b6967a076ed2 (patch) | |
| tree | 0c69c11828a8f0ab7e712cd477138f3208c009d1 /src | |
| parent | 538f530f6aac1465bdd28fb3059f682ba047f27b (diff) | |
| download | Plore-Tabletop-Game-98af088eef5daead2d4c5dbd0bb4b6967a076ed2.tar.gz Plore-Tabletop-Game-98af088eef5daead2d4c5dbd0bb4b6967a076ed2.zip | |
progress
Diffstat (limited to 'src')
| -rw-r--r-- | src/SUMMARY.md | 2 | ||||
| -rw-r--r-- | src/races.mdown | 29 | ||||
| -rw-r--r-- | src/weapons.mdown | 3 |
3 files changed, 32 insertions, 2 deletions
diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 6862942..6ef4615 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -21,7 +21,7 @@ - [Checks](checks.mdown) - [Combat](./combat.mdown) - [Social](social.mdown) - - [Travel]() + - [Travel](travel.mdown) - [Indices]() - [Weapons](./weapons.mdown) diff --git a/src/races.mdown b/src/races.mdown new file mode 100644 index 0000000..c3b61a1 --- /dev/null +++ b/src/races.mdown @@ -0,0 +1,29 @@ +# Human Races + +## Elf +`Magically Intune` Passive: Whenever you cast a spell that costs 1 or more blood you regenerate 1 health. + +## Orc +`Blood Rage` Activatable(1 Blood): Add 2 to your Fitness Strength or Fitness Endurance for this turn. + +## Gnome +`Crafty Skitter` Activatable(2 Energy): While you have able and targetable allies, you cannot be targeted by attacks until your next turn. + +## Cambion +`Corrupted Bloodline` Passive: You have a true name given to you by your succubus parent. You must obey the one that speaks your name to you. + +You can choose any Human Race as your sub-race and get their abilities in addition to your current abilities. + +# Exotic Races + +## Reptid +`Tough Skin` Activatable(1 Blood): Block Slashing or Piercing damage from an attack up to or equal to your Physical Endurance. + +## Slime +`Splatter` Passive: Deal 1 Acid damage to enemies that damage you with a melee weapon. + +## Brass Gill +`Brass Walker` Passive: You have 2 additional health. + +`Brass Machinery` Passive: You heal and stabilize by repairing with scrap rather then using bandages or resting. + diff --git a/src/weapons.mdown b/src/weapons.mdown index c69a5e0..2817d6f 100644 --- a/src/weapons.mdown +++ b/src/weapons.mdown @@ -34,7 +34,8 @@ Ability(1 Loaded-Arrow, 1 Energy, Even): Deal damage of ammo loaded in + your Fi Activatable(Arrow, 2 Energy): Load an arrow into this Crossbow. ## Whip -Activatable(2 Energy, Wands): Attempt to make an enemy drop their weapon. <!-- cant be guranteed success? --> +o +Activatable(2 Energy, Wands): Attempt to make an enemy drop their weapon. <!-- cant be guaranteed success? --> Activatable(2 Energy, Swords): Deal Slashing damage equal to your Fitness Precision. ## Caestus |
