User:MetalPlateMage/ActionTemplateTest: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly>{{PageSeo | description = {{{summary}}} | image = {{#if: {{{image|}}} | {{{image|}}} | NoImage Icon.webp}} }} __NOTOC__ <div class="bg3wiki-tooltip-box bg3wiki-tooltip-gradient-common">[[File:{{#if: {{{image|}}} | {{{image|}}} | NoImage Icon.webp}}|frameless|right]] {{{summary}}} == Description == {{{description}}} {{#lvardef: hasprop | {{#if: {{{damage|}}} | 1}}{{#if: {{{cost|}}} | 1}}{{#if: {{{concentration|}}} | 1}}{{#if: {{{recharge|}}} | 1}}{{#if: {{...") |
No edit summary |
||
Line 163: | Line 163: | ||
}} | }} | ||
}}{{#if: {{#lvar:classes-learn-list}} | | }}{{#if: {{#lvar:classes-learn-list}} | | ||
Classes: | Classes:test | ||
{{#lvar:classes-learn-list}} | {{#lvar:classes-learn-list}} | ||
}}{{#if: {{#lvar:races-learn-list}} | {{blank}} | }}{{#if: {{#lvar:races-learn-list}} | {{blank}} | ||
Line 246: | Line 246: | ||
| {{C|type}} | | {{C|type}} | ||
| Type of page. This is used for categorization. Current types: | | Type of page. This is used for categorization. Current types: | ||
* | * none: No categories or specific magic will happen | ||
* passive | * racial: Racial action/passive | ||
* | * class (or type is blank): Class action/passive | ||
| <code>type = classaction</code> | | <code>type = classaction</code> | ||
|- | |- | ||
Line 335: | Line 333: | ||
=Example= | =Example= | ||
<pre>{{User:MetalPlateMage/ActionTemplate | <pre>{{User:MetalPlateMage/ActionTemplate | ||
| type = none | |||
| description = abc | | description = abc | ||
| image = Fly Icon.png | | image = Fly Icon.png | ||
Line 353: | Line 352: | ||
| race learns at level 5 = Wood Elf | | race learns at level 5 = Wood Elf | ||
}}</pre> | }}</pre> | ||
{{User:MetalPlateMage/ | {{User:MetalPlateMage/ActionTemplateTest | ||
| type = none | |||
| description = abc | | description = abc | ||
| image = Fly Icon.png | | image = Fly Icon.png |
Latest revision as of 02:33, 6 September 2023
This is a page to transclude to generate action pages. It is generally for pages that do not fit the {{SpellPage}} Template
Usage[edit | edit source]
{{User:MetalPlateMage/ActionTemplate | type = | summary = | description = | image = | cost = | concentration = | damage = | damage2 = | recharge = | duration = | save = | range = | range m = | range ft = | aoe = | aoe m = | aoe ft = | condition = | condition duration = | condition save = | additional = | higherlevels = | X learns at level X = | notes = }}
The following is a table to further explain what each parameter takes, and how to use them.
Example[edit | edit source]
{{User:MetalPlateMage/ActionTemplate | type = none | description = abc | image = Fly Icon.png | summary = fly you fools | cost = ki:2, action | damage = amounttext: 1d4+1, type:Bludgeoning | damage2 = amount: 1d6, type: Fire | recharge = Long Rest | range = melee | duration = LR | save = DEX, abc | additional = abcd | condition = Flight | condition duration = 1 | higherlevels = go far | notes = * bar | class learns at level 3 = Monk | race learns at level 5 = Wood Elf }}
fly you fools
Description[edit | edit source]
abc
Properties
1d4+1 Bludgeoning + 1d6 (1~6) Fire
Action + 2UNDEFINED
Recharge: Long rest
Duration: LR turns
Melee: 1.5 m / 5 ft
DEX Save (On Save: abc)
abcd
At Higher Levels
go far
Condition: Flight
Duration: 1 turn
- Fly up to target position, up to 18 m / 60 ft each turn using your Movement Speed.
How to Learn[edit | edit source]
Classes:test
- Class Level 3:
Races:
- Character Level 5:
(Character Level is the sum of all Class Levels for a multi-classed character.)
Notes
- bar