2,680
editsAd placeholder
Template:AttributeBlock: Difference between revisions
Jump to navigation
Jump to search
Added support for saving throw proficiencies, cleaned up examples
m (Category) |
(Added support for saving throw proficiencies, cleaned up examples) |
||
Line 1: | Line 1: | ||
<includeonly><table class="bg3wiki-info-blob" style="text-align: center; min-width: | <includeonly><table class="bg3wiki-info-blob" style="text-align: center; min-width: 210px;"><!-- | ||
------------ | ------------ | ||
Line 11: | Line 11: | ||
-->{{#if: {{{1|}}} | | -->{{#if: {{{1|}}} | | ||
<tr> | <tr> | ||
<td style="width: | <td style="width: 52px; vertical-align: top"> | ||
<p style="margin:0px">[[Strength|STR]]</p> | |||
'''{{{1}}}''' {{#ifexpr: {{{1|}}} > 11 | | <div {{#if: {{{str save|}}} | class="bg3wiki-d20-bg" title="Proficient in Strength saves"}} style="height:40px">'''<span style="display:block;padding-top:8px">{{{1}}}</span>'''</div> {{#ifexpr: {{{1|}}} > 11 | <span style="font-size:0.8em">(+{{#expr:floor(({{{1|}}}-10)/2)}})</span> | {{#ifexpr: {{{1|}}} < 10 | <span style="font-size:0.8em">({{#expr:floor(({{{1|}}}-10)/2)}})</span> |}} }} | ||
</td> | |||
<td style="width: 52px; vertical-align: top"> | |||
<p style="margin:0px">[[Dexterity|DEX]]</p> | |||
'''{{{2}}}''' {{#ifexpr: {{{2|}}} > 11 | | <div {{#if: {{{dex save|}}} | class="bg3wiki-d20-bg" title="Proficient in Dexterity saves"}} style="height:40px">'''<span style="display:block;padding-top:8px">{{{2}}}</span>'''</div> {{#ifexpr: {{{2|}}} > 11 | <span style="font-size:0.8em">(+{{#expr:floor(({{{2|}}}-10)/2)}})</span> | {{#ifexpr: {{{2|}}} < 10 | <span style="font-size:0.8em">({{#expr:floor(({{{2|}}}-10)/2)}})</span> |}} }} | ||
</td> | |||
<td style="width: 52px; vertical-align: top"> | |||
<p style="margin:0px">[[Constitution|CON]]</p> | |||
'''{{{3}}}''' {{#ifexpr: {{{3|}}} > 11 | | <div {{#if: {{{con save|}}} | class="bg3wiki-d20-bg" title="Proficient in Constitution saves"}} style="height:40px">'''<span style="display:block;padding-top:8px">{{{3}}}</span>'''</div> {{#ifexpr: {{{3|}}} > 11 | <span style="font-size:0.8em">(+{{#expr:floor(({{{3|}}}-10)/2)}})</span> | {{#ifexpr: {{{3|}}} < 10 | <span style="font-size:0.8em">({{#expr:floor(({{{3|}}}-10)/2)}})</span> |}} }} | ||
</td> | |||
{{#if: {{{4|}}} | | {{#if: {{{4|}}} | | ||
<td style="width: | <td style="width: 52px; vertical-align: top"> | ||
<p style="margin:0px">[[Intelligence|INT]]</p> | |||
'''{{{4}}}''' {{#ifexpr: {{{4|}}} > 11 | | <div {{#if: {{{int save|}}} | class="bg3wiki-d20-bg" title="Proficient in Intelligence saves"}} style="height:40px">'''<span style="display:block;padding-top:8px">{{{4}}}</span>'''</div> {{#ifexpr: {{{4|}}} > 11 | <span style="font-size:0.8em">(+{{#expr:floor(({{{4|}}}-10)/2)}})</span> | {{#ifexpr: {{{4|}}} < 10 | <span style="font-size:0.8em">({{#expr:floor(({{{4|}}}-10)/2)}})</span> |}} }} | ||
</td> | |||
}} | }} | ||
{{#if: {{{5|}}} | | {{#if: {{{5|}}} | | ||
<td style="width: | <td style="width: 52px; vertical-align: top"> | ||
<p style="margin:0px">[[Wisdom|WIS]]</p> | |||
'''{{{5}}}''' {{#ifexpr: {{{5|}}} > 11 | | <div {{#if: {{{wis save|}}} | class="bg3wiki-d20-bg" title="Proficient in Wisdom saves"}} style="height:40px">'''<span style="display:block;padding-top:8px">{{{5}}}</span>'''</div> {{#ifexpr: {{{5|}}} > 11 | <span style="font-size:0.8em">(+{{#expr:floor(({{{5|}}}-10)/2)}})</span> | {{#ifexpr: {{{5|}}} < 10 | <span style="font-size:0.8em">({{#expr:floor(({{{5|}}}-10)/2)}})</span> |}} }} | ||
</td> | |||
}} | }} | ||
{{#if: {{{6|}}} | | {{#if: {{{6|}}} | | ||
<td style="width: | <td style="width: 52px; vertical-align: top"> | ||
<p style="margin:0px">[[Charisma|CHA]]</p> | |||
'''{{{6}}}''' {{#ifexpr: {{{6|}}} > 11 | | <div {{#if: {{{cha save|}}} | class="bg3wiki-d20-bg" title="Proficient in Charisma saves"}} style="height:40px">'''<span style="display:block;padding-top:8px">{{{6}}}</span>'''</div> {{#ifexpr: {{{6|}}} > 11 | <span style="font-size:0.8em">(+{{#expr:floor(({{{6|}}}-10)/2)}})</span> | {{#ifexpr: {{{6|}}} < 10 | <span style="font-size:0.8em">({{#expr:floor(({{{6|}}}-10)/2)}})</span> |}} }} | ||
</td> | |||
}} | }} | ||
</tr> | </tr> | ||
Line 140: | Line 140: | ||
EXAMPLE 1 | EXAMPLE 1 | ||
------------ | ------------ | ||
--><noinclude>This template generates a stat block for a creature. | --><noinclude>This template generates a stat block for a creature or transformation form. | ||
<pre> | |||
{{AttributeBlock|10|10|10|10|10|10</nowiki> | |||
|str save = | |||
|dex save = | |||
|con save = | |||
|int save = | |||
|wis save = | |||
|cha save = | |||
|level= | |||
|race= | |||
|type= | |||
|hp= | |||
|ac= | |||
|ms= | |||
|size= | |||
|weight= | |||
|prof= | |||
|init= | |||
}} | |||
</pre> | |||
<hr> | |||
<h4>Examples:</h4> | |||
Full stat block: | |||
<pre> | |||
{{C|<nowiki>{{AttributeBlock|15|8|11|9|18|10</nowiki> | {{C|<nowiki>{{AttributeBlock|15|8|11|9|18|10</nowiki> | ||
|str save = proficient | |||
|wis save = proficient | |||
|level=3 | |||
|race=Skeleton | |||
|type=Undead | |||
|hp=28 | |||
|ac=15 | |||
|ms=10m / 30ft | |||
|size=Medium | |||
|weight=20kg / 40lbs | |||
|prof=2 | |||
|init=-1 | |||
}} | |||
</pre> | |||
{{AttributeBlock|15|8|11|9|18|10 | {{AttributeBlock|15|8|11|9|18|10 | ||
|str save = proficient | |||
|wis save = proficient | |||
|level=3 | |level=3 | ||
|race=Skeleton | |race=Skeleton | ||
Line 190: | Line 199: | ||
|init=-1 | |init=-1 | ||
}} | }} | ||
<!----------- | <!----------- | ||
EXAMPLE 2 | EXAMPLE 2 | ||
--------------> | --------------> | ||
Stat block with only ability scores and saves: | |||
<pre>{{AttributeBlock|15|8|11|9|18|10 | |||
|str save = proficient | |||
|wis same = proficient}}</pre> | |||
{{AttributeBlock|15|8|11|9|18|10|str save=y|wis save=y}} | |||
<!----------- | <!----------- | ||
EXAMPLE 3 | EXAMPLE 3 | ||
--------------> | --------------> | ||
Stat block with only physical attributes - useful for Wild Shape stat blocks or other transformations: | |||
<pre>{{AttributeBlock|15|8|11|hp=12}}</pre> | |||
{{AttributeBlock|15|8|11|hp=12}} | |||
<!----------- | <!----------- | ||
EXAMPLE 4 | EXAMPLE 4 | ||
--------------> | --------------> | ||
Stat block without ability scores: | |||
<pre>{{AttributeBlock|hp=12|race=Human|size=Medium}}</pre> | |||
{{AttributeBlock|hp=12|race=Human|size=Medium}} | {{AttributeBlock|hp=12|race=Human|size=Medium}} | ||
[[Category: Templates]]</noinclude> | [[Category: Templates]]</noinclude> |