65,748
editsAd placeholder
Template:Weapon action page: Difference between revisions
Jump to navigation
Jump to search
Added area support
HiddenDragon (talk | contribs) (Fixed name generation) |
HiddenDragon (talk | contribs) (Added area support) |
||
Line 27: | Line 27: | ||
<h2>Properties</h2> | <h2>Properties</h2> | ||
< | <div class="bg3wiki-property-list"> | ||
{{#if: {{{cost|}}} | | {{#if: {{{cost|}}} | | ||
; Cost: | |||
: {{InfoBlob|{{ResourceList|{{{cost}}}}}}} | |||
}} {{#if: {{{hit cost|}}} | | }} {{#if: {{{hit cost|}}} | | ||
; Cost on hit: | |||
: {{InfoBlob|{{ResourceList|{{{hit cost}}}}}}} | |||
}} {{#if: {{{damage|}}} | | }} {{#if: {{{damage|}}} | | ||
; Damage: | |||
: {{DamageInfo | {{{damage}}} | {{{damage type}}} | modifier = {{{damage modifier|}}} }} | |||
}} {{#if: {{{extra damage|}}} | | }} {{#if: {{{extra damage|}}} | | ||
: + {{DamageInfo | {{{extra damage}}} | {{{extra damage type}}} | con = {{{extra damage con|}}} }} | |||
}} {{#if: {{{extra damage 2|}}} | | }} {{#if: {{{extra damage 2|}}} | | ||
: + {{DamageInfo | {{{extra damage 2}}} | {{{extra damage type 2}}} | con = {{{extra damage con 2|}}} }} | |||
}} {{#if: {{{attack roll|}}} {{{range m|}}} {{{range ft|}}} {{{range|}}} {{{aoe|}}} {{{duration|}}} {{{recharge|}}} | | }} {{#if: {{{attack roll|}}} {{{range m|}}} {{{range ft|}}} {{{range|}}} {{{aoe|}}} {{{area|}}} {{{duration|}}} {{{recharge|}}} | | ||
; Details: <!-- If you add any more details below, remember to expand the list above too. --> | |||
{{#if: {{{attack roll|}}} | | {{#if: {{{attack roll|}}} | | ||
: {{Attack roll|{{{attack roll|}}}}} {{#if: {{{on miss|}}} | (On Miss: {{{on miss}}}) }} | |||
}} {{#if: {{{save|}}} | | }} {{#if: {{{save|}}} | | ||
: {{Save | {{{save}}} | dc = {{{save dc|}}} }} {{#if: {{{on save|}}} | (On Save: {{{on save}}}) }} | |||
}} {{#if: {{{range m|}}} {{{range ft|}}} | | }} {{#if: {{{range m|}}} {{{range ft|}}} | | ||
: {{Range | m = {{{range m}}} | ft = {{{range ft}}} }} | |||
}} {{#if: {{{range|}}} | | }} {{#if: {{{range|}}} | | ||
: {{Range | {{{range | {{{range}}} }}} }} | |||
}} {{#if: {{{aoe|}}} | | }} {{#if: {{{aoe|}}} | | ||
: {{AOE | {{{aoe}}} | m = {{{aoe m}}} | ft = {{{aoe ft}}} }} | |||
}} {{#if: {{{area|}}} | | |||
: {{SmallIcon | Aoe Icon.png }} Creates Area: {{{area}}} | |||
}} {{#if: {{{duration|}}} | | }} {{#if: {{{duration|}}} | | ||
: {{Duration | {{{duration}}} }} | |||
}} {{#if: {{{recharge|}}} | | }} {{#if: {{{recharge|}}} | | ||
: {{Recharge | {{{recharge}}} }} | |||
}} | }} | ||
}} | }} | ||
</ | </div> | ||
{{clear}} | {{clear}} | ||
Line 96: | Line 98: | ||
</div> | </div> | ||
}} {{#if: {{{area|}}} | | |||
<h2> Area: {{{area}}} </h2> | |||
<div class="bg3wiki-tooltip-box bg3wiki-tooltip-gradient-common"> | |||
{{Area|{{{area}}}|duration={{{area duration|}}}|shape={{{area shape|}}}|range m={{{area range m|}}}|range ft={{{area range ft|}}}}} | |||
</div> | |||
}} <!-- / area --> | |||
}} | }} | ||
<h2> How to learn </h2> | <h2> How to learn </h2> |