Difference between revisions of "Template:Skill range"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
}}}} {{#switch:{{#var:range d|}} | }}}} {{#switch:{{#var:range d|}} | ||
| 0 = . | | 0 = . | ||
| 1 = diagonally. | | 1 = 1 square diagonally. | ||
|#default = {{#var:range d|}} squares diagonally. | |#default = {{#var:range d|}} squares diagonally. | ||
}}}}}}{{ | }}}}}}{{ |
Revision as of 22:22, 8 March 2019
Description
Parses a string in the format of [distance] [horizontal] [vertical] [diagonal] into something human readable.
Examples
{{Skill range|0 0 0 0}}
at target.
{{Skill range|1 0 0 2}}
in front of target, 2 squares diagonally.
{{Skill range|-2 0 0 1}}
2 square(s) behind target, 1 square diagonally.
{{Skill range|1 0 1 0}}
in front of target, vertically adjacent.
{{Skill range|-2 1 0 0}}
2 square(s) behind target, horizontally adjacent.
{{Skill range|0 1 1 0}}
at target, directly adjacent.
{{Skill range|0 2 2 0}}
at target, 2 squares away horizontally and vertically.
{{Skill range|0 1 1 1}}
at target, 1 squares away
{{Skill range|5 6 7 8}}
5 square(s) in front of target, 6 squares horizontally, 7 squares vertically, 8 squares diagonally.