Template:Abilities: Difference between revisions
Jump to navigation
Jump to search
Created page with "<noinclude>Usage: <nowiki>{{Abilities|str|save|dex|save|con|save|...}}</nowiki></noinclude> <kincludeonly> {|border="2px" |- !colspan=2| !!MOD!!SAVE!!rowspan=4| !!colspan=2| !!MOD!!SAVE |-align="center" |style="background-color:e6e2da"|STR||{{{1}}}||{{#expr: floor(({{{{1}}} - 10) / 2)}}||{{{2}}}||style="background-color:e6e2da"|INT||{{{7}}}||x||{{{8}}} |-align="center" |style="background-color:e6e2da"|DEX||{{{3}}}||x||{{..." |
mNo edit summary |
||
Line 5: | Line 5: | ||
!colspan=2| !!MOD!!SAVE!!rowspan=4| !!colspan=2| !!MOD!!SAVE | !colspan=2| !!MOD!!SAVE!!rowspan=4| !!colspan=2| !!MOD!!SAVE | ||
|-align="center" | |-align="center" | ||
|style="background-color:e6e2da"|[[STR]]||{{{1}}}||{{#expr: | |style="background-color:e6e2da"|[[STR]]||{{{1|-99}}}||{{#expr: {{numf|{{{1}}} }} - 10}}||{{{2}}}||style="background-color:e6e2da"|[[INT]]||{{{7|-99}}}||x||{{{8|-99}}} | ||
|-align="center" | |-align="center" | ||
|style="background-color:e6e2da"|[[DEX]]||{{{3}}}||x||{{{4}}}||style="background-color:e6e2da"|[[WIS]]||{{{9}}}||x||{{{10}}} | |style="background-color:e6e2da"|[[DEX]]||{{{3|-99}}}||x||{{{4|-99}}}||style="background-color:e6e2da"|[[WIS]]||{{{9|-99}}}||x||{{{10|-99}}} | ||
|-align="center" | |-align="center" | ||
|style="background-color:e6e2da"|[[CON]]||{{{5}}}||x||{{{6}}}||style="background-color:e6e2da"|[[CHA]]||{{{11}}}||x||{{{12}}} | |style="background-color:e6e2da"|[[CON]]||{{{5|-99}}}||x||{{{6|-99}}}||style="background-color:e6e2da"|[[CHA]]||{{{11|-99}}}||x||{{{12|-99}}} | ||
|} | |} | ||
</kincludeonly> | </kincludeonly> |