Template:Character/DetailedAttribute: Difference between revisions

no edit summary
(update to support stat multipliers)
No edit summary
Line 5: Line 5:


parameter 4 is an optional multiplier for the stat (this is derived from the stat's "Bonus" attribute using a particular formula). If not specified, it defaults to 1.
parameter 4 is an optional multiplier for the stat (this is derived from the stat's "Bonus" attribute using a particular formula). If not specified, it defaults to 1.
parameter 5 is an additive value that represents extrinsic bonuses, such as the bonuses from mutations or armor.


<syntaxhighlight lang="html">{{Character/DetailedAttribute
<syntaxhighlight lang="html">{{Character/DetailedAttribute
Line 11: Line 13:
| 3 = Attributes
| 3 = Attributes
| 4 = 1.25
| 4 = 1.25
| 5 = 0
}}</syntaxhighlight>
}}</syntaxhighlight>


Line 20: Line 23:
| 3 = Attributes
| 3 = Attributes
| 4 = 1.25
| 4 = 1.25
| 5 = 0
}}
}}
</div>
</div>


</noinclude>
</noinclude>