Skip to content

Commit 8725db6

Browse files
committed
Add Quick Draw DeckofAdventures#129
1 parent 41659e3 commit 8725db6

File tree

6 files changed

+26
-6
lines changed

6 files changed

+26
-6
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ tests/test_data/*
2525
# duplicate items when build with docker
2626
docs/src/C*
2727
docs/src/LI*
28-
docs/site/*
28+
docs/site/*

docs/src/1_Mechanics/04_Powers.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@
148148
- XP: 2
149149
- Prereq Level: 2
150150

151+
**Quick Draw**
152+
153+
- Description: Reflexes so quick, you're always at the ready.
154+
- Mechanic: Passive. When drawing a TC for combat, you may draw with Upper Hand.
155+
- Prereq Skill: AGL > 2
156+
- Tags: Combat
157+
151158
## Mystic Attacks
152159

153160
**Mystic Attack**

docs/src/1_Mechanics/04_Powers.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Passive Lucky 1 Passive. On a Suited Miss, you may redraw once. This Power canno
3535
Major Barrier 2 Major. For 1 or 2 PP, You create an opaque wall 3 or 5 spaces wide and 3 spaces tall. You may dismiss this wall at any time as a Free Action. This wall has 6 Hit Points. ['Magic'] 1 [1, 2] Support or Caster 6 1 1 Barrier
3636
Major Illusion 2 Major. For 1 or 2 PP, You make an illusory intangible visual (no larger than 1 space) or auditory effect that you've heard before. To determine if it's real, a character makes a Contested Detection Check. For 2 PP, you can generate both visual and auditory effects, and the check to verify draws with the Lower Hand ['Magic'] 1 [1, 2] Caster or Support Knowledge > 0 or Craft > 0 6 1 1 Illusion
3737
Passive Speedy 1 Passive. When you take this Power, your speed increases by 2. ['Movement', 'Speed'] 0 0 6 1 1 Speedy
38+
Passive Quick Draw 0 Passive. When drawing a TC for combat, you may draw with Upper Hand. ['Combat', 'Control'] 0 0 AGL > 2 6 Combat 1 1 Quick Draw
3839
Passive Focused 1 Passive. Choose one Skill. When engaged in a non-instantaneous task that involves this skill, you draw with the Upper Hand. During this time, you also have the Inattentive Vulnerability and are also unable to perceive the world outside this task. Draw with the Lower Hand for any Skill check made that is not directly related to your current task. ['Roleplay'] 0 0 6 1 1 Focused
3940
Passive Keen Eye 1 Passive. When you make a Detection check to observe the world around you (visual, auditory, etc.), draw with the Upper Hand. ['Roleplay'] 0 0 6 1 1 Keen Eye
4041
Passive Cunning 1 Passive. Choose one Skill other than your Primary Skill. On turns when you only make 1 non-attack action using this Skill, draw with Upper Hand. This power may be taken multiple times for additional Skills. ['Roleplay'] 0 0 6 1 1 Cunning

docs/src/1_Mechanics/04_Powers.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -573,6 +573,17 @@ Speedy:
573573
Type: Passive
574574
XP: 1
575575

576+
Quick Draw:
577+
Category: [ Combat, Control ]
578+
Type: Passive
579+
XP: 0 # If AGL > 2, free Upper Hand on TC draw
580+
PP: 0
581+
Prereq:
582+
Skill: AGL > 2
583+
Tags: Combat
584+
Description: Reflexes so quick, you're always at the ready.
585+
Mechanic: When drawing a TC for combat, you may draw with Upper Hand.
586+
576587
Focused:
577588
Category:
578589
- Roleplay

docs/src/1_Mechanics/04_Powers_Combined.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Passive Lucky 1 Passive. On a Suited Miss, you may redraw once. This Power canno
3535
Major Barrier 2 Major. For 1 or 2 PP, You create an opaque wall 3 or 5 spaces wide and 3 spaces tall. You may dismiss this wall at any time as a Free Action. This wall has 6 Hit Points. ['Magic'] 1 [1, 2] Support or Caster 6 1 1 Barrier
3636
Major Illusion 2 Major. For 1 or 2 PP, You make an illusory intangible visual (no larger than 1 space) or auditory effect that you've heard before. To determine if it's real, a character makes a Contested Detection Check. For 2 PP, you can generate both visual and auditory effects, and the check to verify draws with the Lower Hand ['Magic'] 1 [1, 2] Caster or Support Knowledge > 0 or Craft > 0 6 1 1 Illusion
3737
Passive Speedy 1 Passive. When you take this Power, your speed increases by 2. ['Movement', 'Speed'] 0 0 6 1 1 Speedy
38+
Passive Quick Draw 0 Passive. When drawing a TC for combat, you may draw with Upper Hand. ['Combat', 'Control'] 0 0 AGL > 2 6 Combat 1 1 Quick Draw
3839
Passive Focused 1 Passive. Choose one Skill. When engaged in a non-instantaneous task that involves this skill, you draw with the Upper Hand. During this time, you also have the Inattentive Vulnerability and are also unable to perceive the world outside this task. Draw with the Lower Hand for any Skill check made that is not directly related to your current task. ['Roleplay'] 0 0 6 1 1 Focused
3940
Passive Keen Eye 1 Passive. When you make a Detection check to observe the world around you (visual, auditory, etc.), draw with the Upper Hand. ['Roleplay'] 0 0 6 1 1 Keen Eye
4041
Passive Cunning 1 Passive. Choose one Skill other than your Primary Skill. On turns when you only make 1 non-attack action using this Skill, draw with Upper Hand. This power may be taken multiple times for additional Skills. ['Roleplay'] 0 0 6 1 1 Cunning

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ html2image # Generating images from html
44
ipykernel # ipython for debugging
55
jupyter # Running notebooks
66
jupytext # For syncing notebooks with py_scripts
7+
mike # Docs versioning
8+
mkdocs # Docs core
9+
mkdocs-exclude # Docs exclude files
10+
mkdocs-gen-files # Docs API
11+
mkdocs-material # Docs theme
712
notebook # Running notebooks
813
pdf2image # spliting multi-page pdf
914
pre-commit # Checking files before commits
1015
pytest # tests
1116
pytest-cov # test coverage
1217
python-dotenv # Loading .env viles
1318
pyyaml # Importing yml
14-
mkdocs # Docs core
15-
mkdocs-exclude # Docs exclude files
16-
mkdocs-material # Docs theme
17-
mkdocs-gen-files # Docs API
18-
mike # Docs versioning

0 commit comments

Comments
 (0)