Template:GetDicePool: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>{{{1|}}} + {{{3|}}} + {{{5|}}} (Pool: {{#expr: {{getAttribute|{{{1|}}}|{{{2|}}}}}+{{getSkill|{{{3|}}}|{{{4|}}}}}+{{#if:{{{6|}}}|{{{6|}}}|0}}}})</includeonly><noinclude>
<includeonly>{{getAttribute|{{{1|}}}|{{{2|}}}|returnName}} + {{{3|}}} + {{{5|}}} (Pool: {{#expr: {{getAttribute|{{{1|}}}|{{{2|}}}}}+{{getSkill|{{{3|}}}|{{{4|}}}}}+{{#if:{{{6|}}}|{{{6|}}}|0}}}})</includeonly><noinclude>
==Example use==
==Example use==
  <nowiki>{{GetDicePool|Strenght|2|Brawl|2|MyPower|2}}</nowiki>
  <nowiki>{{GetDicePool|Strenght|2|Brawl|2|MyPower|2}}</nowiki>
{{GetDicePool|Strenght|2|Brawl|2|MyPower|2}}
{{GetDicePool|Strenght|2|Brawl|2|MyPower|2}}
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 18:03, 4 March 2017

Example use

{{GetDicePool|Strenght|2|Brawl|2|MyPower|2}}

Strenght + Brawl + MyPower (Pool: 6)