-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from KirbyPaint/styleHyperlink
Style hyperlink
- Loading branch information
Showing
6 changed files
with
70 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="../../styling/styling.css" /> | ||
<title>Consider Your Options</title> | ||
</head> | ||
|
||
<body> | ||
<div class="section"> | ||
<h2>Consider Your Options</h2> | ||
<p> | ||
When you read a charged situation, <span class="important">roll+Clever</span>. On a hit, you can ask the DM | ||
questions. On a 10+, ask 3. On a | ||
7-9, ask 1: | ||
</p> | ||
<ul> | ||
<li>Where's my best escape route / way in / way past?</li> | ||
<li>Which enemy is most vulnerable to me?</li> | ||
<li>Which enemy is the biggest threat?</li> | ||
<li>What should I be on the lookout for?</li> | ||
<li>What's my enemy's true position?</li> | ||
<li>Who's in control here?</li> | ||
</ul> | ||
<p>On a miss, ask 1 anyway, but be prepared for the worst.</p> | ||
<p>The important word with this move is charged. Charged means there is tension. This tension could be who is | ||
going to attack first, or trying to navigate someone down from jumping. If you want to ask these questions | ||
normally you can and the DM will answer them to the best of your character's knowledge.</p> | ||
<p>Charged = tension = roll. Not charged = no tension = no roll.</p> | ||
</div> | ||
</body> | ||
|
||
</html> |