- The DM determines who might be surprised for the first round of combat
- If neither side tries to be stealthy, they automatically notice each other.
- Notice check: DM compares the Dexterity (Stealth) checks of anyone hiding with the passive Wisdom (Perception) score of each creature on the opposing side.
- Any character or monster that doesn't notice a threat is surprised at the start of the encounter.
- If you're surprised, you can't move or take an action on your first turn of the combat, and you can't take a reaction until that turn ends.
- A member of a group can be surprised even if the other members aren't.
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
<div class="alignright factbox"> | |
FACTBOX! | |
<h4>H4 IN A FACTBOX</h4> | |
NORMAL TEXT WITH A <a href="https://test.com">LINK</a> IN FACTBOX. | |
<ul> | |
<li>UL > LI IN FACTBOX</li> | |
<li>SECOND LI JUST IN CASE</li> | |
</ul> | |
</div> |
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
<?php | |
/** | |
* Adds a detailed UI to WP's thumbnail HTML markup used in the Feature Image metabox. | |
* | |
* Adds a description of featured images, a listing of the formats used by GV and | |
* previews of how the images will appear in features slider and thumbnails. | |
* | |
* Note that $thumbnail_id is only saved when the post is saved. Immediately after the featured image is changed | |
* this value is updated, but not the postmeta field in the database (nor OUR fields which are tied to it) | |
* SO: |
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
<?php | |
try_love(); | |
function try_love() { | |
echo "<div class='this-world'>"; | |
$me = new Lover ( 'Me' ); |
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
@-moz-document domain("advancedcustomfields.com") { | |
body, #wrap {background: #333; color: #fff;} | |
#sidebar:after, | |
#wrap pre[class*=language-]{background: #222; border-color: #111;} | |
.links-list>li { | |
border-color: #999; | |
} |
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
@-moz-document regexp("https?:\\/\\/([a-z0-9][a-z0-9-]+[a-z0-9]\\.readthedocs\\.io)(\\S+)") { | |
@media (prefers-color-scheme: dark) { | |
/*Syntax Highlighting*/ | |
.rst-content pre.literal-block, .rst-content div[class^='highlight'] { | |
border-color: transparent; | |
} | |
pre { | |
background-color: #191919 !important; | |
font-weight: bold; | |
font-family: "JetBrains Mono", monospace; |
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
@-moz-document domain("developer.wordpress.org") { | |
/*Find this on Github Gist: https://gist.github.com/jerclarke/4aad7b92636baec4aae461f2f5820b1a*/ | |
body, | |
.single-handbook #primary, | |
.single-handbook #page { | |
background: #fff; | |
background: #232323; |
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
<em>Read the guide for instructions: <a href="https://bit.ly/gv-special-categories-temp-guide">Temporary Special Category Guide</a></em> | |
<em>For information on translating, see the guide <i data-stringify-type="italic"><a class="c-link" href="https://community.globalvoices.org/guide/lingua-guides/special-coverage-pages/" target="_blank" rel="noopener noreferrer" data-stringify-link="https://community.globalvoices.org/guide/lingua-guides/special-coverage-pages/" data-sk="tooltip_parent">Translating Special Coverage</a></i></em> | |
<strong>DO NOT PUBLISH THIS!!!</strong> | |
Link to special category: ADD LINK HERE FOR CONVENIENCE | |
Full size featured image URL: ADD FEATURED IMAGE URL |
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
{ | |
"bundleId" : "com.knollsoft.Hookshot", | |
"defaults" : { | |
"allowAnyShortcut" : { | |
"bool" : false | |
}, | |
"almostMaximizeHeight" : { | |
"float" : 0 | |
}, | |
"almostMaximizeWidth" : { |
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
<?php | |
/** | |
* Plugin Name: AIWP Jer's Filter Demo | |
* Plugin URI: https://jerclarke.org | |
* Description: Simple demo of Jer's filters for AIWP | |
* Author: Jer Clarke | |
* Version: 0.1 | |
* Author URI: https://jerclarke.org | |
* Text Domain: jer-demo | |
* Domain Path: /languages |