Difference between revisions of "Template:BWCharacterSheet/Beginner'sLuck"
From West Of Vipers Gate
m |
|||
Line 1: | Line 1: | ||
− | <table class="wikitable"> | + | <includeonly><table class="wikitable"> |
<tr><th>Skill</th><th>Root</th><th>Aptitude</th><th>Tests</th></tr> | <tr><th>Skill</th><th>Root</th><th>Aptitude</th><th>Tests</th></tr> | ||
{{ForEach|BWCharacterSheet/Beginner'sLuckRow/Wrapper | {{ForEach|BWCharacterSheet/Beginner'sLuckRow/Wrapper | ||
Line 23: | Line 23: | ||
|{{{20|}}} | |{{{20|}}} | ||
}} | }} | ||
− | </table> | + | </table></includeonly><noinclude> |
+ | == Usage == | ||
+ | Arguments should come in the form: | ||
+ | <pre>|beginners_luck#=<skill name>,<root1>[/<root2>],<tests made>[,<aptitude override>]</pre> | ||
+ | ([] indicate optional parameters) | ||
+ | |||
+ | For a character with stats | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! Will !! Perception !! Power !! Forte !! Agility !! Speed | ||
+ | |- | ||
+ | | 1 || 2 || 3 || 4 || 5 || 6 | ||
+ | |} | ||
+ | the invocation | ||
+ | <pre> | ||
+ | |beginners_luck1=Stealthy,Speed,1 | ||
+ | |beginners_luck2=Mounted Combat Training,Will/Power,2 | ||
+ | |beginners_luck3=Tanner,Agility/Forte,3,3 | ||
+ | </pre> | ||
+ | should yield the below | ||
+ | |||
+ | {{BWCharacterSheet/Beginner'sLuck | ||
+ | |Stealthy,6,1 | ||
+ | |Mounted Combat Training,1/3,2 | ||
+ | |Tanner,5/4,3,3 | ||
+ | }} | ||
+ | </noinclude> |
Revision as of 01:11, 29 September 2021
Usage
Arguments should come in the form:
|beginners_luck#=<skill name>,<root1>[/<root2>],<tests made>[,<aptitude override>]
([] indicate optional parameters)
For a character with stats
Will | Perception | Power | Forte | Agility | Speed |
---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 |
the invocation
|beginners_luck1=Stealthy,Speed,1 |beginners_luck2=Mounted Combat Training,Will/Power,2 |beginners_luck3=Tanner,Agility/Forte,3,3
should yield the below
Skill | Root | Aptitude | Tests |
---|---|---|---|
Stealthy | 6 | 4 | 1 |
Mounted Combat Training | 1/3 | 8 | 2 |
Tanner | 5/4 | 3 | 3 |