DND/Legion: Level 3
This commit is contained in:
parent
3c5f0d89c4
commit
07c0e7c0dc
1 changed files with 51 additions and 4 deletions
|
@ -28,12 +28,13 @@ Legion is a sleek, dexterous Warforged with a frame of rusted bronze and tarnish
|
|||
| **Wisdom** | 14 |
|
||||
| **Charisma** | 8 |
|
||||
|
||||
## Hit Points
|
||||
### Hit Points
|
||||
|
||||
- **Hit Points at 1st Level**: 10 + Constitution modifier (0) = **10**
|
||||
- **Hit Points at 2nd Level**: 10 + Constitution modifier (0) = **10** (no increase since Constitution is 10)
|
||||
- **Total Hit Points**: **10**
|
||||
- **Hit Dice**: 2d10 (1d10 per fighter level)
|
||||
- **Hit Points at 2nd Level**: 10 + 6 (average of 1d10) + Constitution modifier (0) = **16**
|
||||
- **Hit Points at 3rd Level**: 16 + 6 (average of 1d10) + Constitution modifier (0) = **22**
|
||||
- **Total Hit Points**: **22** (10 + 6 + 6)
|
||||
- **Hit Dice**: 3d10 (1d10 per fighter level)
|
||||
- **Hit Points at Higher Levels**: 1d10 (or 6) + Constitution modifier (0) per fighter level after 1st
|
||||
|
||||
## Features
|
||||
|
@ -66,3 +67,49 @@ At 1st level, Legion has a limited well of stamina that he can draw on to protec
|
|||
- **Action Surge:**
|
||||
- Starting at 2nd level, you can push yourself beyond your normal limits for a moment. On your turn, you can take one additional action.
|
||||
- Once you use this feature, you must finish a short or long rest before you can use it again. Starting at 17th level, you can use it twice before a rest, but only once on the same turn.
|
||||
|
||||
### Level 3
|
||||
|
||||
- **Martial Archetype: Gunslinger**
|
||||
- At 3rd level, you choose an archetype that you strive to emulate in your combat styles and techniques. You have chosen the **Gunslinger**, which grants you the following features:
|
||||
|
||||
- **Firearm Proficiency:**
|
||||
- You gain proficiency with firearms, allowing you to add your proficiency bonus to attacks made with firearms.
|
||||
|
||||
- **Gunsmith:**
|
||||
- You gain proficiency with Tinker’s Tools. You can use them to craft ammunition at half the cost, repair damaged firearms, or even draft and create new ones (DM’s discretion). Some extremely experimental and intricate firearms are only available through crafting.
|
||||
|
||||
- **Firearm Properties:**
|
||||
- Firearms are a new and volatile technology, bringing unique weapon properties:
|
||||
- **Reload:** The weapon can be fired a number of times equal to its Reload score before needing to be reloaded (requires one free hand).
|
||||
- **Misfire:** If your attack roll is equal to or lower than the weapon’s Misfire score, the weapon misfires and cannot be used again until repaired (requires a successful Tinker’s Tools check).
|
||||
- ~~**Explosive:** Upon a hit, targets within 5 ft must make a Dexterity saving throw (DC = 8 + proficiency bonus + Dexterity modifier) or suffer 1d8 fire damage.~~
|
||||
|
||||
> **Note:** The explosive rule is ignored in this campaign.
|
||||
|
||||
- **Ammunition:**
|
||||
- Firearms require specific ammunition, generally sold or crafted in batches. You can craft ammunition using Tinker’s Tools at half the cost.
|
||||
|
||||
- **Firearms Overview:**
|
||||
|
||||
| Name | Cost | Ammo | Damage | Weight | Range | Properties |
|
||||
|-------------|-------|-----------|--------------|--------|-------------|--------------------------------|
|
||||
| Palm Pistol | 50g | 2g (20) | 1d8 piercing | 1 lb. | (40/160) | Light, reload 1, misfire 1 |
|
||||
| Pistol | 150g | 4g (20) | 1d10 piercing | 3 lb. | (60/240) | Reload 4, misfire 1 |
|
||||
| Musket | 300g | 5g (20) | 1d12 piercing | 10 lb. | (120/480) | Two-handed, reload 1, misfire 2 |
|
||||
| Pepperbox | 250g | 4g (20) | 1d10 piercing | 5 lb. | (80/320) | Reload 6, misfire 2 |
|
||||
| Blunderbuss | 300g | 5g (5) | 2d8 piercing | 10 lb. | (15/60) | Reload 1, misfire 2 |
|
||||
| Bad News | Crafted| 10g (5) | 2d12 piercing | 25 lb. | (200/800) | Two-handed, reload 1, misfire 3 |
|
||||
| Hand Mortar | Crafted| 10g (1) | 2d8 fire | 10 lb. | (30/60) | Reload 1, misfire 3, explosive |
|
||||
|
||||
- **Adept Marksman:**
|
||||
- You learn to perform powerful trick shots to disable or damage your opponents using your firearms:
|
||||
- **Trick Shots:** You learn two trick shots of your choice, which enhance your attacks. You can use only one trick shot per attack and must declare it before the attack roll. The trick shots you choose at this level are:
|
||||
- **Deadeye Shot:** Expend one grit point to gain advantage on the attack roll.
|
||||
- **Forceful Shot:** Expend one grit point to attempt to trip the target. On a hit, the target suffers normal damage and must succeed on a Strength saving throw or be pushed 15 feet away.
|
||||
- **Violent Shot:** Expend one or more grit points to enhance volatility. For each grit point expended, the attack gains a +2 to the firearm’s misfire score. If it hits, roll one additional weapon damage die per grit point spent.
|
||||
- **Winging Shot:** Expend one grit point to attempt to knock a target prone. On a hit, the target suffers normal damage and must make a Strength saving throw or be knocked prone.
|
||||
|
||||
- **Grit:** You gain grit points equal to your Wisdom modifier (minimum of 1). Regain 1 expended grit point for rolling a 20 on an attack with a firearm or dealing a killing blow. All expended grit points are regained after a short or long rest.
|
||||
|
||||
- **Trick Shot Save DC:** Calculated as 8 + your proficiency bonus + your Dexterity modifier.
|
||||
|
|
Loading…
Reference in a new issue