This repository has been archived by the owner on Nov 9, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bonuses.html
162 lines (155 loc) · 8.69 KB
/
bonuses.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Bonuses & Modifiers — WOD5E Docs 1.0.0 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=4f649999" />
<link rel="stylesheet" type="text/css" href="_static/custom.css?v=9869c777" />
<link rel="stylesheet" type="text/css" href="_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7" />
<script src="_static/documentation_options.js?v=8d563738"></script>
<script src="_static/doctools.js?v=888ff710"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/design-tabs.js?v=36754332"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="System API" href="api.html" />
<link rel="prev" title="Supported Splats" href="splats.html" />
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="api.html" title="System API"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="splats.html" title="Supported Splats"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">WOD5E Docs 1.0.0 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href="">Bonuses & Modifiers</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="bonuses-modifiers">
<h1>Bonuses & Modifiers<a class="headerlink" href="#bonuses-modifiers" title="Link to this heading">¶</a></h1>
<section id="situational-modifiers">
<h2>Situational Modifiers<a class="headerlink" href="#situational-modifiers" title="Link to this heading">¶</a></h2>
<p>Situational modifiers are any modifier that can be toggled on and off in the roll dialogue. This includes specialties that can be added via the Skills editor and custom bonuses that can be added through any item.</p>
<p>All situational modifiers include the following input fields to let you customize how they appear:</p>
<ul>
<li><p><strong>Name</strong>: The name of the modifier as it will appear in the roll dialogue.</p></li>
<li><p><strong>Value</strong>: The amount of dice the modifier will add to the roll.</p></li>
<li><p><strong>Active When</strong>: This can either be <em>Always</em>, <em>Never</em>, or <em>If equals…</em></p>
<blockquote>
<div><ul>
<li><p><em>Always</em> will make it automatically apply the modifier whenever the value paths is met.</p></li>
<li><p><em>Never</em> will ensure it never activates automatically.</p></li>
<li><p><em>If equals…</em> will bring up two new fields, one called “Path” and a second “Value” input field.</p>
<blockquote>
<div><ul class="simple">
<li><p>“Path” is another value path, for example, “forms.active,” that the modifier will check for.</p></li>
<li><p>The new “Value” field is the number or string that is checked for in the path.</p></li>
<li><p>If the “Path” in the actor is equal to the “Value” field, the bonus will be automatically applied.</p></li>
</ul>
</div></blockquote>
</li>
<li><p>The best usage for “If equals…” is the Werewolf forms, but can be applied to any fields actor trait that changes. For example, if you wanted to add a penalty that applies when a Vampire is at Hunger 5.</p></li>
</ul>
</div></blockquote>
</li>
<li><p><strong>Unless</strong>: This is another path field that disables the modifier if the path in the Unless field is matched. For example, applying a bonus to all “abilities.strength” rolls <em>unless</em> it’s a “skills.stealth” roll.</p></li>
<li><p><strong>Display when inactive</strong>: This is the default for all skill specialties. When toggled on while “Never” or “If Equals…” is set, it will cause the bonus to still appear so it can be toggled on when necessary.</p></li>
<li><p><strong>Paths, separated by semicolons</strong>: This is where value paths are set. For example, a value path can be “skills.athletics”, “abilities.strength”, or even “disciplines.auspex”. This can even be more general, such as simply setting a value path like “skills”, “disciplines”, or “gifts”.</p></li>
</ul>
</section>
<section id="specialties">
<h2>Specialties<a class="headerlink" href="#specialties" title="Link to this heading">¶</a></h2>
<p>Specialties are added specifically through the Skill editor window that can be accessed while the actor sheet is unlocked. By default, clicking “Add Specialty” will open a window with the default variables to apply the situational modifier properly, such as the skill path.</p>
</section>
<section id="item-feature-bonuses">
<h2>Item & Feature Bonuses<a class="headerlink" href="#item-feature-bonuses" title="Link to this heading">¶</a></h2>
<p>All non-specialty bonuses can be added through their “Bonus” tab that appears on both items and various features. While they work almost functionally like specialties do, they’re meant for much greater flexibility as opposed to the niche bonuses that specialties grant. Merits, flaws, backgrounds, gifts, disciplines–pretty much every single item can be given a bonus.</p>
</section>
<section id="splat-specific-bonuses">
<h2>Splat-Specific Bonuses<a class="headerlink" href="#splat-specific-bonuses" title="Link to this heading">¶</a></h2>
<p>Vampires automatically have Potency bonuses generated to apply to any discipline rolls.</p>
<p>Werewolves have Form bonuses added and set to apply based on their current form.</p>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<div>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Bonuses & Modifiers</a><ul>
<li><a class="reference internal" href="#situational-modifiers">Situational Modifiers</a></li>
<li><a class="reference internal" href="#specialties">Specialties</a></li>
<li><a class="reference internal" href="#item-feature-bonuses">Item & Feature Bonuses</a></li>
<li><a class="reference internal" href="#splat-specific-bonuses">Splat-Specific Bonuses</a></li>
</ul>
</li>
</ul>
</div>
<div>
<h4>Previous topic</h4>
<p class="topless"><a href="splats.html"
title="previous chapter">Supported Splats</a></p>
</div>
<div>
<h4>Next topic</h4>
<p class="topless"><a href="api.html"
title="next chapter">System API</a></p>
</div>
<div role="note" aria-label="source link">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/bonuses.rst.txt"
rel="nofollow">Show Source</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="api.html" title="System API"
>next</a> |</li>
<li class="right" >
<a href="splats.html" title="Supported Splats"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">WOD5E Docs 1.0.0 documentation</a> »</li>
<li class="nav-item nav-item-this"><a href="">Bonuses & Modifiers</a></li>
</ul>
</div>
<div class="footer" role="contentinfo">
© Copyright 2024, Veilza.
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 7.2.6.
</div>
</body>
</html>