Template:Targets: Difference between revisions

From Epic Path
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
Usage:
Usage:
<pre>
<pre>
{{targets|1}}
{{targets|x}}
</pre>
</pre>
Where "1" is one of the following options:
Where "x" is one of the following options:
* '''0''' = One target creature per 10 caster levels (drop fractions; max 3 at level 30)
* '''0''' = One target creature per 10 caster levels (drop fractions; max 3 at level 30)
* '''1''' = One target creature
* '''1''' = One target creature
Line 12: Line 12:
* '''5''' = Two target creatures, plus one per 10 caster levels (drop fractions; max 5 at level 30)
* '''5''' = Two target creatures, plus one per 10 caster levels (drop fractions; max 5 at level 30)
* '''aoe''' = All creatures in target area (friend or foe)
* '''aoe''' = All creatures in target area (friend or foe)
</noinclude><includeonly>{{switch: {{{1}}}
 
For example, <nowiki>{{targets|2}}</nowiki> yields "{{targets|2}}".
</noinclude><includeonly>{{#switch: {{{1}}}
| 0 = One target creature per 10 caster levels (drop fractions; max 3 at level 30)
| 0 = One target creature per 10 caster levels (drop fractions; max 3 at level 30)
| 1 = One target creature
| 1 = One target creature

Revision as of 19:09, 29 July 2018

Usage:

{{targets|x}}

Where "x" is one of the following options:

  • 0 = One target creature per 10 caster levels (drop fractions; max 3 at level 30)
  • 1 = One target creature
  • 2 = One target creature, plus one per 20 caster levels (drop fractions; max 2 at level 20)
  • 3 = One target creature, plus one per 15 caster levels (drop fractions; max 3 at level 30)
  • 4 = One target creature, plus one per 10 caster levels (drop fractions; max 4 at level 30)
  • 5 = Two target creatures, plus one per 10 caster levels (drop fractions; max 5 at level 30)
  • aoe = All creatures in target area (friend or foe)

For example, {{targets|2}} yields "One target creature, plus one per 20 caster levels (drop fractions; max 2 at level 20)".