TrolleryV3: Difference between revisions

From Kronopolis and the Flat Plane
No edit summary
Tags: Reverted wikieditor
No edit summary
Tags: Manual revert wikieditor
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>==Usage==
{{SpellV3
<code><nowiki>{{Spell</nowiki></code><br>
|name=Trollery
<code><nowiki>|name=</nowiki></code><br>
|level=0
<code><nowiki>|level=</nowiki></code><br>
|domains=air fire
<code><nowiki>|domain=</nowiki></code><br>
|themes=arcane divine primal
<code><nowiki>|cast=</nowiki></code><br>
|cast=minor
<code><nowiki>|range=</nowiki></code><br>
|range=2 meters
<code><nowiki>|components=</nowiki></code><br>
|components=V,S
<code><nowiki>|duration=</nowiki></code><br>
|duration=1 hour
<code><nowiki>|area=</nowiki></code><br>
|area=1 cubic meter
<code><nowiki>}}</nowiki></code>
}}
You create one of the following effects in the target area:
* A harmless sensory effect, such as sparks, a puff of wind, quiet instrumental music, or an odd smell.
* Light or put out a candle, torch or smaller campfire.
* Clean or soil an object or a surface.
* You heat, chill or flavour non-living material.
* Color or make a pattern on an object or a surface.


==Important==
'''Power Increase:''' <br>
The name parameter '''''must be the same''''' as the page name (underscore excluded, space works):
This spell's range increase by 1 meter and number of targets increase by 1 when you reach 5th, 9th, 13th, and 17th level.
::'''Spell Page URL:''' https://rp.klanen.org/wiki/kfp/Spell_Name
<tab name="Power Table" collapsed>
::'''Template Parameter:''' <code><nowiki>|name=Spell Name</nowiki></code>
{| class="wikitable"
----
! Level !! Range !! Targets
Cantrips count as level 0:
|-
::<code><nowiki>|level=0</nowiki></code><br>
| 5th || 3 meters || 2
----
|-
The following parameters may be added to set the theme(s) of the spell.
| 9th || 4 meters || 3
::<code><nowiki>|arcane=1</nowiki></code><br><code><nowiki>|divine=1</nowiki></code><br><code><nowiki>|primal=1</nowiki></code><br><code><nowiki>|occult=1</nowiki></code><br>
|-
----
| 13th || 5 meters || 4
The cast parameter auto formats if the following values are applied:
|-
{|
| 17th || 6 meters || 5
|
::<code><nowiki>|cast=full</nowiki></code>
::<code><nowiki>|cast=standard</nowiki></code>
::<code><nowiki>|cast=minor</nowiki></code>
::<code><nowiki>|cast=quick</nowiki></code>
::<code><nowiki>|cast=reaction</nowiki></code>
|
::<code><nowiki>|cast=full action</nowiki></code>
::<code><nowiki>|cast=standard action</nowiki></code>
::<code><nowiki>|cast=minor action</nowiki></code>
::<code><nowiki>|cast=quick action</nowiki></code>
::&nbsp;
|}
|}
 
</tab>
==Example==
The following spells URL would be: https://rp.klanen.org/wiki/kfp/Hail_of_Blades
 
::<code><nowiki>{{Spell</nowiki></code><br>
::<code><nowiki>|name=</nowiki>Hail of Blades</code><br>
::<code><nowiki>|level=</nowiki>1</code><br>
::<code><nowiki>|arcane=</nowiki>1</code><br>
::<code><nowiki>|divine=</nowiki>1</code><br>
::<code><nowiki>|domain=</nowiki>Metal</code><br>
::<code><nowiki>|cast=</nowiki>standard</code><br>
::<code><nowiki>|range=</nowiki>20 meter</code><br>
::<code><nowiki>|components=</nowiki>V, S, M</code><br>
::<code><nowiki>|duration=</nowiki>Instantaneous</code><br>
::<code><nowiki>|area=</nowiki>Cylinder, 2 meter radius, 14 meter high</code><br>
::<code><nowiki>}}</nowiki></code>
 
==Template Components==
::[[:Template:SpellTableHeader]]
::[[:Template:SpellTableFooter]]
::[[:Template:SpellTableRow]]
::[[:Template:SpellTableRowColStart]]
 
</noinclude><includeonly>{{
    #ifeq: {{PAGENAME}} | {{{name}}}
    | [[Category:Spell]]
    {{
        #switch:{{{level}}}
        | 0 = [[Category:Cantrip]]
        | 1 = [[Category:1st-Level_Spell]]
        | 2 = [[Category:2nd-Level_Spell]]
        | 3 = [[Category:3rd-Level_Spell]]
        | [[Category:{{{level}}}th-Level_Spell]]
    }}
    {{#if:{{{arcane|}}}|[[Category:Arcane_Spell]]
        {{
        #switch:{{{level}}}
        | 0 = [[Category:Arcane_Cantrip]]
        | 1 = [[Category:1st-Level_Arcane_Spell]]
        | 2 = [[Category:2nd-Level_Arcane_Spell]]
        | 3 = [[Category:3rd-Level_Arcane_Spell]]
        | [[Category:{{{level}}}th-Level_Arcane_Spell]]
        }}
    |}}
    {{#if:{{{divine|}}}|[[Category:Divine_Spell]]
        {{
        #switch:{{{level}}}
        | 0 = [[Category:Divine_Cantrip]]
        | 1 = [[Category:1st-Level_Divine_Spell]]
        | 2 = [[Category:2nd-Level_Divine_Spell]]
        | 3 = [[Category:3rd-Level_Divine_Spell]]
        | [[Category:{{{level}}}th-Level_Divine_Spell]]
        }}
    |}}
    {{#if:{{{primal|}}}|[[Category:Primal_Spell]]
    {{
        #switch:{{{level}}}
        | 0 = [[Category:Primal_Cantrip]]
        | 1 = [[Category:1st-Level_Primal_Spell]]
        | 2 = [[Category:2nd-Level_Primal_Spell]]
        | 3 = [[Category:3rd-Level_Primal_Spell]]
        | [[Category:{{{level}}}th-Level_Primal_Spell]]
    }}
    |}}
    {{#if:{{{occult|}}}|[[Category:Occult_Spell]]
        {{
        #switch:{{{level}}}
        | 0 = [[Category:Occult_Cantrip]]
        | 1 = [[Category:1st-Level_Occult_Spell]]
        | 2 = [[Category:2nd-Level_Occult_Spell]]
        | 3 = [[Category:3rd-Level_Occult_Spell]]
        | [[Category:{{{level}}}th-Level_Occult_Spell]]
        }}
    |}}
    {{#if:{{{domain|}}} | [[Category:{{{domain}}}_Spell]] | }}
}}
Arcane count: {{#count:{{{themes|}}}|arcane}}
----
{{SpellTableHeader}}
{{#if:{{{level|}}}|{{SpellTableRow|{{#tag:span|{{#switch: {{{level}}} | 0 = Cantrip | 1 = 1st Level | 2 = 2nd Level | 3 = 3rd Level | #default = {{{level}}}th Level}}|style="font-weight:bold;font-style:italic;font-size:1.5em;"}}|}}|}}{{#if:{{{themes|}}}|{{!}}-{{SpellTableRowColStart|'''Theme(s)'''}}|}}
{{#ifexpr:{{#count:{{{themes|}}}|arcane}} > 0 |{{#tag:div|Arcane}}|}}{{#ifexpr:{{#count:{{{themes|}}}|divine}} > 0 |{{#tag:div|Divine}}|}}{{#ifexpr:{{#count:{{{themes|}}}|occult}} > 0 |{{#tag:div|Occult}}|}}{{#ifexpr:{{#count:{{{themes|}}}|primal}} > 0 |{{#tag:div|Primal}}|}}
{{#ifexpr: 0 + {{#if:{{{arcane|}}}|{{{arcane|}}}|0}} + {{#if:{{{divine|}}}|{{{divine|}}}|0}} + {{#if:{{{primal|}}}|{{{primal|}}}|0}} + {{#if:{{{occult|}}}|{{{occult|}}}|0}} > 0|{{!}}-}}
{{#if:{{{domain|}}}|{{SpellTableRow|'''Domain'''|{{{domain|}}} }}|}}
{{SpellTableRow||}}
{{#if:{{{cast|}}}|{{SpellTableRow|'''Casting Time'''|{{
        #switch:{{{cast|}}}
        | Full Action | Full action | full action | Full | full = [[Full Action]] (4 [[AP]])
        | Standard Action | Standard action | standard action | Standard | standard = [[Standard Action]] (3 [[AP]])
        | Minor Action | Minor action | minor action | Minor | minor = [[Minor Action]] (2 [[AP]])
        | Quick Action | Quick action | quick action | Quick | quick = [[Quick Action]] (1 [[AP]])
        | Reaction | reaction = [[Reaction]]
        | #default = {{{cast|}}}
        }} }}|}}
{{#if:{{{range|}}}|{{SpellTableRow|'''Range'''|{{{range|}}} }}|}}
{{#if:{{{area|}}}|{{SpellTableRow|'''Area'''|{{{area|}}} }}|}}
{{#if:{{{components|}}}|{{SpellTableRow|'''[[Component]]s'''|{{{components|}}} }}|}}
{{#if:{{{duration|}}}|{{SpellTableRow|'''Duration'''|{{{duration|}}} }}|}}
{{SpellTableFooter}}
----
</includeonly>

Latest revision as of 14:28, 17 February 2023


Cantrip
Theme(s)
Arcane
Divine
Primal
Domain(s)
Air
Fire
Casting Time Minor Action (2 AP)
Range 2 meters
Area 1 cubic meter
Components V,S
Duration 1 hour

You create one of the following effects in the target area:

  • A harmless sensory effect, such as sparks, a puff of wind, quiet instrumental music, or an odd smell.
  • Light or put out a candle, torch or smaller campfire.
  • Clean or soil an object or a surface.
  • You heat, chill or flavour non-living material.
  • Color or make a pattern on an object or a surface.

Power Increase:
This spell's range increase by 1 meter and number of targets increase by 1 when you reach 5th, 9th, 13th, and 17th level.

Level Range Targets
5th 3 meters 2
9th 4 meters 3
13th 5 meters 4
17th 6 meters 5