User:Crashaholic/ActionTemplate: Difference between revisions
Jump to navigation
Jump to search
Crashaholic (talk | contribs) m (ew bullet points) |
Crashaholic (talk | contribs) m (im already case-insensitive, why do i still check for both upper and lower case?) |
||
Line 29: | Line 29: | ||
{{#vardefine:ws|0}} | {{#vardefine:ws|0}} | ||
{{#vardefine:hasaction|0}} | {{#vardefine:hasaction|0}} | ||
{{#vardefine:hasmovemt|0}} | |||
{{#vardefine:hasothers|0}} | {{#vardefine:hasothers|0}} | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|\W(action){{#vardefine:action|1}} {{#vardefine:hasaction|1}}<!--add cargo in this place-->|caseless=1}} <!--Action--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(bonus)|{{#vardefine:bonus|1}} {{#vardefine:hasaction|1}}<!--add cargo in this place-->|caseless=1}} <!--Bonus--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(reaction)|{{#vardefine:reaction|1}} {{#vardefine:hasaction|1}}<!--add cargo in this place-->|caseless=1}} <!--Reaction--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(movement)|{{#vardefine:movement|1}} {{#vardefine:hasmovemt|1}}<!--add cargo in this place-->|caseless=1}} <!--Movement--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(arcrec)|{{#vardefine:ar|{{#rmatch:{{{cost|}}}|[Aa]rc[Rr]ec:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Arcane Recovery--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(barins)|{{#vardefine:bi|{{#rmatch:{{{cost|}}}|[Bb]ar[Ii]ns:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Bardic Inspiration--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(chadiv)|{{#vardefine:cd|{{#rmatch:{{{cost|}}}|[Cc]ha[Dd]iv:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Channel Divinity--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(chaoat)|{{#vardefine:co|{{#rmatch:{{{cost|}}}|[Cc]ha[Oo]at:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Channel Oath--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(ki)|{{#vardefine:ki|{{#rmatch:{{{cost|}}}|[Kk]i:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Ki--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(layonh)|{{#vardefine:lh|{{#rmatch:{{{cost|}}}|[Ll]ay[Oo]n[Hh]:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Lay On Hands--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(natrec)|{{#vardefine:nr|{{#rmatch:{{{cost|}}}|[Nn]at[Rr]ec:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Natural Recovery--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(rage)|{{#vardefine:rg|{{#rmatch:{{{cost|}}}|[Rr]age:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Rage--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(supdie)|{{#vardefine:sd|{{#rmatch:{{{cost|}}}|[Ss]up[Dd]ie:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Superiority Die--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(warpri)|{{#vardefine:wp|{{#rmatch:{{{cost|}}}|[Ww]ar[Pp]ri:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--War Priest--> | ||
{{#rmatch: | {{#rmatch: {{{cost|}}}|(wilshp)|{{#vardefine:ws|{{#rmatch:{{{cost|}}}|[Ww]il[Ss]hp:\s?([^\s]*)|$1}}}} {{#vardefine:hasothers|1}}<!--add cargo in this place-->|caseless=1}} <!--Wild Shape--> | ||
<!--if you think i know what im doing, ymmv--> | |||
{{#ifeq: {{#var: reaction}} | 1 | {{action|reaction}} | {{#ifeq: {{#var: action}} | 1 | {{#ifeq: {{#var: bonus}}| 1 | {{action|both}}<!--1,1--> | {{action}}<!--1,0-->}} | {{#ifeq: {{#var: bonus}} | 1 | {{action|bonus}}<!--0,1--> | {{blank}}<!--0,0-->}}}}}} {{#ifeq: {{#var: hasaction}} | 1 | {{#ifeq: {{#var: hasothers}} | 1 | +}}}} {{#ifexpr: {{#var: ar}} > 0|{{R|name=ar|count={{#var: ar}}}}}}{{#ifexpr: {{#var: bi}} > 0|{{R|name=bi|count={{#var: bi}}}}}}{{#ifexpr: {{#var: cd}} > 0|{{R|name=cd|count={{#var: cd}}}}}}{{#ifexpr: {{#var: co}} > 0|{{R|name=co|count={{#var: co}}}}}}{{#ifexpr: {{#var: ki}} > 0|{{R|name=ki|count={{#var: ki}}}}}}{{#ifexpr: {{#var: lh}} > 0|{{R|name=lh|count={{#var: lh}}}}}}{{#ifexpr: {{#var: rg}} > 0|{{R|name=rg|count={{#var: rg}}}}}}{{#ifexpr: {{#var: sd}} > 0|{{R|name=sd|count={{#var: sd}}}}}}{{#ifexpr: {{#var: wp}} > 0|{{R|name=wp|count={{#var: wp}}}}}}{{#ifexpr: {{#var: ws}} > 0|{{R|name=ws|count={{#var: ws}}}}}} | |||
}} | }} | ||
{{trim|{{#if: {{{concentration|}}} |<br/>{{Concentration}} | {{blank}}}}}} | {{trim|{{#if: {{{concentration|}}} |<br/>{{Concentration}} | {{blank}}}}}} | ||
{{trim|{{#if: {{{recharge|}}} |<br/>{{Recharge|{{{recharge}}}}}| {{blank}}}}}} | {{trim|{{#if: {{{recharge|}}} |<br/>{{Recharge|{{{recharge}}}}}| {{blank}}}}}} | ||
{{trim| | {{trim| | ||
{{#if: {{{duration|}}} | {{#if: {{{duration|}}} | ||
|<br/>{{#ifeq:{{{duration|}}}| LR | |<br/>{{#ifeq:{{lc:{{{duration|}}}}}| LR | ||
|{{Duration|Until Long Rest}} | |{{Duration|Until Long Rest}} | ||
|{{#ifeq: {{{duration|}}} |Perm | |{{#ifeq: {{{duration|}}} |Perm | ||
Line 140: | Line 141: | ||
| {{C|concentration}} | | {{C|concentration}} | ||
| If this skill is a concentration, type something here. Can be any value you want. Otherwise, leave it blank or delete the field entirely. | | If this skill is a concentration, type something here. Can be any value you want. Otherwise, leave it blank or delete the field entirely. | ||
| <code>concentration = This action is a concentration!</code> | |||
<code>concentration=</code> | |||
|- | |||
| {{C|additional}} | |||
| Any additional information that does not fit the template goes here! | |||
| <code>concentration = This action is a concentration!</code> | | <code>concentration = This action is a concentration!</code> | ||
<code>concentration=</code> | <code>concentration=</code> |
Revision as of 13:06, 23 August 2023
This is a page to transclude to generate action pages. It is generally for pages that do not fit the {{SpellPage}} Template
Usage
{{User:Crashaholic/ActionTemplate | description = | image = | summary = | cost = | concentration = | damage = | recharge = | duration = | range = | aoe = | save = | additional = | higherlevels = | learns = | notes = }}
The following is a table to further explain what each parameter takes, and how to use them.
Example
{{User:Crashaholic/ActionTemplate | description = abc | image = Fly Icon.png | summary = fly you fools | cost = ki:2 | damage = {{DamageInfo|1d4+1|Bludgeoning}} | recharge = Long Rest | distance = melee | duration = LR | save = DEX, abc | additional = * abcd {{User:Tc/FXBox | name = Fly | icon = Fly Icon.png | effect = go on, fly | duration = 1 }} | higherlevels = go far | notes = bar | learns = {{class|Monk}} 3 }}
fly you fools
Description
abc
Properties
1d4 + 1 (2~5) Bludgeoning
Action + 2UNDEFINED
Recharge: Long rest
Duration: LR turns
1.5 m / 5 ft
DEX Save (On Save: abc)
- abcd
Fly |
---|
Duration: 1 turn
go on, fly |
At Higher Levels
go far
How to Learn
3
Notes
bar