Template:DoDiscipline: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
No edit summary
No edit summary
 
(24 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{{1|}}}&nbsp;{{O|{{{2|}}}}}|<span style="color:#c0c0c0">(''{{{2|}}} p.{{{3|}}}'')</span>{{#ifexpr:0<{{{2|}}}|::{{O|1}} {{getDiciplineLevel|{{{1|}}}|{{{2|}}}}}{{#ifexpr:1<{{{2|}}}|::{{O|2}} {{getDiciplineLevel|{{{1|}}}|{{{2|}}}}}{{#ifexpr:2<{{{2|}}}|::{{O|3}} {{getDiciplineLevel|{{{1|}}}|{{{2|}}}}}{{#ifexpr:3<{{{2|}}}|::{{O|4}} {{getDiciplineLevel|{{{1|}}}|{{{2|}}}}}{{#ifexpr:4<{{{2|}}}|::{{O|5}} {{getDiciplineLevel|{{{1|}}}|{{{2|}}}}}
<includeonly>{{#if:{{{name|}}}|{{#iferror:{{#ifexpr:{{{level|}}}=0|<span style="color:#c0c0c0">}}}}'''{{{name|}}}'''{{#iferror:{{#ifexpr:{{{level|}}}=0|</span>}}}}}} {{O|{{{level|}}}}} {{#if:{{{book|}}}|<span style="color:#c0c0c0">(''<small>{{{book|}}}{{#if:{{{page|}}}|&nbsp;p.{{{page|}}}}}</small><sup></sup>'')}}</span></includeonly><noinclude>
 
==Example use==
<!-- Auspex -->{{#if:{{{auspex|}}}|*'''Auspex'''&nbsp;{{O|{{{auspex|}}}}}&nbsp;<span style="color:#c0c0c0">(''Vampire the Requiem p.128'')</span>}}<!--X-->{{#if:{{{auspex|}}}|{{#ifexpr:0<{{{auspex|}}}|::{{O|1}} <small>'''''Beast’s Hackles''' {{cost|Varies. First use in scene is free. Subsequent uses cost 1 vitae each.}}
<nowiki>{{doDiscipline
:::Dice Pool: Wits + Empathy + Auspex (Pool: {{#expr:{{#if:{{{wits}}}|{{{wits}}}|0}}+{{#if:{{{empathy}}}|{{{empathy}}}|-1}}+{{{auspex}}}}})<BR>Action: Instant''</small>}}}}<!--X-->{{#if:{{{auspex|}}}|{{#ifexpr:1<{{{auspex|}}}|::{{O|2}} <small>'''''Uncanny Perception''' {{cost|Varies. First use is free. Subsequent uses on the same target cost 1 vitae each.}}
|name        =
:::Dice Pool: Intelligence + Empathy + Auspex (Pool: {{#expr:{{#if:{{{intelligence}}}|{{{intelligence}}}|0}}+{{#if:{{{empathy}}}|{{{empathy}}}|-1}}+{{{auspex}}}}})<BR>Action: Instant''</small>}}}}<!--X-->{{#if:{{{auspex|}}}|{{#ifexpr:2<{{{auspex|}}}|::{{O|3}} <small>'''''The Spirit’s Touch''' {{cost|-}}
|level        = {{{1|}}}
:::Dice Pool: Wits + Occult + Auspex (Pool: {{#expr:{{#if:{{{wits}}}|{{{wits}}}|0}}+{{#if:{{{occult}}}|{{{occult}}}|-3}}+{{{auspex}}}}})<BR>Action: Instant''</small>}}}}<!--X-->{{#if:{{{auspex|}}}|{{#ifexpr:3<{{{auspex|}}}|::{{O|4}} <small>'''''Lay Open the Mind''' {{cost|1{{vitae}}}}
|book        =
:::Dice Pool: Intelligence + Socialize + Auspex vs Resolve + Blood Potency (Pool: {{#expr:{{#if:{{{intelligence}}}|{{{intelligence}}}|0}}+{{#if:{{{socialize}}}|{{{socialize}}}|-1}}+{{{auspex}}}}})<BR>Action: Instant''</small>}}}}<!--X-->{{#if:{{{auspex|}}}|{{#ifexpr:4<{{{auspex|}}}|::{{O|5}} <small>'''''Twilight Projection''' {{cost|2{{vitae}}}}
|page        =
:::Dice Pool: Wits + Occult + Auspex (Pool: {{#expr:{{#if:{{{wits}}}|{{{wits}}}|0}}+{{#if:{{{occult}}}|{{{occult}}}|-3}}+{{{auspex}}}}})<BR>Action: Instant''</small>}}}}
|description  =
<!-- Celerity -->{{#if:{{{celerity|}}}|*'''Celerity'''&nbsp;{{O|{{{celerity|}}}}}&nbsp;{{cost|None or 1{{vitae}} per active effect}}&nbsp;<span style="color:#c0c0c0">(''Vampire the Requiem p.130'')</span>}}
}}</nowiki>
[[Category:Templates]]</noinclude>

Latest revision as of 10:34, 7 October 2018

Example use

{{doDiscipline
|name         = 
|level        = {{{1|}}}
|book         = 
|page         = 
|description  = 
}}