Template:DoDisciplineLevel: Difference between revisions
Jump to navigation
Jump to search
GameMaster (talk | contribs) No edit summary |
GameMaster (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>::{{O|{{{2|}}}}} '''''{{{1|}}}'''<small><sup>{{{3|}}}</small></sup> | <includeonly>::{{O|{{{2|}}}}} '''''{{{1|}}}'''<small><sup>{{{3|}}}</small></sup> | ||
:::Dice Pool: {{{4|}}} + {{{6|}}} + {{{1|}}} (Pool: {{#expr:{{#if:{{{4|}}}|{{{4|}}}|0}}+{{#if:{{{7|}}}|{{{7|}}}|-1}}+{{{2|}}}}}){{if:{{{ | :::Dice Pool: {{{4|}}} + {{{6|}}} + {{{1|}}} (Pool: {{#expr:{{#if:{{{4|}}}|{{{4|}}}|0}}+{{#if:{{{7|}}}|{{{7|}}}|-1}}+{{{2|}}}}}){{if:{{{9|}}}|<BR>Action: {{{9|}}}|}}{{if:{{{10|}}}|<BR>Duration: {{{10|}}}|}}''</includeonly><noinclude> | ||
==Example use== | ==Example use== | ||
<nowiki>{{DoDiciplineLevel | <nowiki>{{DoDiciplineLevel | ||
|<1: levelName> | |<1: diciplineName> | ||
|< | |<2: levelName> | ||
|< | |<3: level> | ||
|< | |<4: cost> | ||
|< | |<5: attribute used (name)> | ||
|< | |<6: attribute used (value)> | ||
|< | |<7: skill used (name)> | ||
|< | |<8: skill used (value)> | ||
|< | |<9: action (Instant, Extended)> | ||
|<10: duration (Turn, Scene)> | |||
}}</nowiki> | }}</nowiki> | ||
{{DoDiciplineLevel | {{DoDiciplineLevel | ||
| | |MyDicipline | ||
|MyLevelName | |||
|3 | |3 | ||
| 1 {{V}} | | 1 {{V}} | ||
Revision as of 18:23, 4 March 2017
Example use
{{DoDiciplineLevel
|<1: diciplineName>
|<2: levelName>
|<3: level>
|<4: cost>
|<5: attribute used (name)>
|<6: attribute used (value)>
|<7: skill used (name)>
|<8: skill used (value)>
|<9: action (Instant, Extended)>
|<10: duration (Turn, Scene)>
}}
}}