Difference between revisions of "Template:Skill range"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
Line 23: Line 23:
| 1 0 0 0 0 0 = in front of target
| 1 0 0 0 0 0 = in front of target
| -1 0 0 0 0 0 = behind target
| -1 0 0 0 0 0 = behind target
| 6 0 99 5 0 1 | 6 0 99 5 99 1 | 6 0 99 5 1 1 = anywhere in front of target
<!--add new cases here-->
<!--add new cases here-->
| #default = <!--matching all ranges except center position-->{{#switch:{{#var:range h}} {{#var:range v}} {{#var:range d}} {{#var:range s}}
| #default = <!--matching all ranges except center position-->{{#switch:{{#var:range h}} {{#var:range v}} {{#var:range d}} {{#var:range s}}

Revision as of 00:29, 19 January 2022

Template documentation[view] [edit] [history] [purge]

Description

Parses a string in the format of [distance] [horizonal distance] [horizontal] [vertical] [diagonal] [is-square] into something human readable.

Examples

{{Skill range|0 0 0 0 0 0}}
{{Skill range|1 0 0 0 2 0}}
2 squares diagonally away from the front of target
{{Skill range|-2 0 0 0 1 0}}
1 square diagonally away from the 2nd square behind target
{{Skill range|1 0 0 1 0 0}}
in Thrust range
{{Skill range|-2 0 1 0 0 0}}
in a 3-square horizontal line around the 2nd square behind target
{{Skill range|0 0 1 1 0 0}}
directly adjacent to target
{{Skill range|0 0 2 2 0 0}}
in a 2-square cross radius around target
{{Skill range|0 0 1 1 1 0}}
1 square around target
{{Skill range|5 0 6 7 8 0}}
6 squares horizontally, 7 squares vertically, 8 squares diagonally away from the 5th square in front of target
{{Skill range|0 1 1 1 1 0}}
in a 3x3 area around the square to the right of target