Template:DoDisciplineLevel: Difference between revisions

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