Template:DoDisciplineLevel: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
No edit summary
No edit summary
 
(35 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>::{{O|{{{2|}}}}} '''''{{{1|}}}''' <small><sup>{{{3|}}}</small></sup>
<includeonly>{{O|{{{level|}}}}} '''''{{{name|}}}''' <small>{{GetDicePool|{{{attribute|}}}|{{{attributeValue|}}}|{{{skill|}}}|{{{skillValue|}}}|{{{discipline|}}}|{{{disciplineLevel|}}}}}</small></includeonly><noinclude>
:::Dice Pool: {{{4|}}} + {{{6|}}} + {{{2|}}} (Pool: {{#expr:{{#if:{{{4|}}}|{{{4|}}}|0}}+{{#if:{{{7|}}}|{{{7|}}}|-1}}+{{{2|}}}}}){{if:{{{8|}}}|<BR>Action: {{{8|}}}|}}{{if:{{{9|}}}|<BR>Duration: {{{9|}}}|}}''</includeonly><noinclude>
==Example use==
==Example use==
  <nowiki>{{DoDiciplineLevel
  <nowiki>{{doDisciplineLevel
|<1: levelName>
|discipline          =
|<2: level>
|name                 =
|<3: cost>
|level                =
|<4: attribute used (name)>
|description          =
|<5: attribute used (value)>
|cost                =
|<6: skill used (name)>
|<7: skill used (value)>
|<8: action (Instant, Extended)>
|<9: duration (Turn, Scene)>
}}</nowiki>
{{DoDiciplineLevel
|My Dicipline
|3
| 1 {{V}}
| Strength
| 4
| Brawl
| 2
| Instant
| Turn
}}
[[Category:Templates]]</noinclude>


|attribute            =
|skill                =


|action              =
|dramaticFailure      =
|failure              =
|success              =
|exceptionalSuccess  =


}}
|disciplineLevel      = {{{1|}}}
|attributeValue      = {{{2|}}}
|skillValue          = {{{3|}}}
}}</nowiki>
[[Category:Templates]]</noinclude>

Latest revision as of 20:24, 4 March 2017

Example use

{{doDisciplineLevel
|discipline           = 
|name                 = 
|level                = 
|description          = 
|cost                 = 

|attribute            = 
|skill                = 

|action               = 
|dramaticFailure      = 
|failure              = 
|success              = 
|exceptionalSuccess   = 

|disciplineLevel      = {{{1|}}}
|attributeValue       = {{{2|}}}
|skillValue           = {{{3|}}}
}}