Template:DoDisciplineLevel: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
No edit summary
No edit summary
 
(18 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>::{{O|{{{3|}}}}}&nbsp;'''''{{{2|}}}'''&nbsp;<sup><small>{{{4|}}}</small></sup>
<includeonly>{{O|{{{level|}}}}} '''''{{{name|}}}''' <small>{{GetDicePool|{{{attribute|}}}|{{{attributeValue|}}}|{{{skill|}}}|{{{skillValue|}}}|{{{discipline|}}}|{{{disciplineLevel|}}}}}</small></includeonly><noinclude>
:::Dice Pool:&nbsp;{{{5|}}}&nbsp;+&nbsp;{{{7|}}}&nbsp;+&nbsp;{{{1|}}}&nbsp;(Pool:&nbsp;{{#expr:{{#if:{{{6|}}}|{{{6|}}}|0}}+{{getSkill|{{{7|}}}|{{{8|}}}}}+{{{3|}}}}}){{#if:{{{9|}}}|<BR>Action:&nbsp;{{{9|}}}}}{{#if:{{{10|}}}|<BR>Duration:&nbsp;{{{10|}}}}}''</includeonly><noinclude>
==Example use==
==Example use==
  <nowiki>{{DoDiciplineLevel
  <nowiki>{{doDisciplineLevel
|<1: diciplineName>
|discipline          =
|<2: levelName> |<3: level>
|name                 =
|<4: cost>
|level                =
|<5: attribute used (name)> |<6: attribute used (value)>
|description          =
|<7: skill used (name)> |<8: skill used (value)>
|cost                =
|<9: action (Instant, Extended)>
|<10: duration (Turn, Scene)>
}}</nowiki>
{{DoDiciplineLevel
|MyDicipline
|MyLevelName | 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|}}}
}}