Template:Circle: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
* '''<number>''' - the spell circle number (from 0 to 18). If the spell is a truedweomer, use "TD1" through "TD9" instead (yes, caps sensitive). | * '''<number>''' - the spell circle number (from 0 to 18). If the spell is a truedweomer, use "TD1" through "TD9" instead (yes, caps sensitive). | ||
</noinclude><includeonly> | </noinclude><includeonly>(Circle {{{1|1}}} damage): {{#switch:{{{1|1}}} | ||
{{#switch:{{{1|1}}} | |||
| 0 = 1d4 | | 0 = 1d4 | ||
| 1 = 1d4 | | 1 = 1d4 | ||
Line 43: | Line 42: | ||
| TD8 = 1d6+16 | | TD8 = 1d6+16 | ||
| TD9 = 1d6+17 | | TD9 = 1d6+17 | ||
| #default = 1d2 | | #default = 1d2 }} points of damage per character level (max {{#switch:{{{1|1}}} | ||
}} points of damage per character level | |||
| 0 = 3d4 | | 0 = 3d4 | ||
| 1 = 5d4 | | 1 = 5d4 | ||
Line 73: | Line 71: | ||
| TD8 = 34d6+544 | | TD8 = 34d6+544 | ||
| TD9 = 35d6+595 | | TD9 = 35d6+595 | ||
| #default = 2d2 | | #default = 2d2 }} at character level {{#switch:{{{1|1}}} | ||
}} at character level {{#switch:{{{1|1}}} | |||
| 0 = 3 | | 0 = 3 | ||
| 1 = 5 | | 1 = 5 | ||
Line 103: | Line 100: | ||
| TD8 = 34 | | TD8 = 34 | ||
| TD9 = 35 | | TD9 = 35 | ||
| #default = 2 | | #default = 2 }}). | ||
}}. | |||
</includeonly> | </includeonly> |
Revision as of 18:40, 1 July 2018
Outputs the specified spell circle of a spell's base damage.
{{Circle|3}}
results in:
(Circle 3 damage): 1d6 points of damage per character level (max 10d6 at character level 10).
Parameters (all are optional):
- <number> - the spell circle number (from 0 to 18). If the spell is a truedweomer, use "TD1" through "TD9" instead (yes, caps sensitive).