Difference between revisions of "Template:Skill range"

From Tokyo Afterschool Summoners
Jump to navigation Jump to search
(Bugfix)
Line 15: Line 15:
<!--add new cases here-->
<!--add new cases here-->
| #default = <!--matching ranges-->{{#switch:{{{1}}}
| #default = <!--matching ranges-->{{#switch:{{{1}}}
| 0 99 99 99 1 = on the entire board
| 0 99 99 0 1 | 0 99 99 99 1 = on the entire board
| 0 1 1 1 0 = 1 square around target
| 0 1 1 1 0 = 1 square around target
| 0 0 0 0 0 = <!--nothing-->,&#32;,
| 0 0 0 0 0 = <!--nothing-->,&#32;,

Revision as of 01:55, 5 August 2021

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}}
at target
{{Skill range|1 0 0 0 2 0}}
in a 1x1 area around the front of target
{{Skill range|-2 0 0 0 1 0}}
in a 1x1 area around the 2nd square behind target
{{Skill range|1 0 0 1 0 0}}
1 square diagonally away from the front of target
{{Skill range|-2 0 1 0 0 0}}
in a 3-square vertical line around the 2nd square behind target
{{Skill range|0 0 1 1 0 0}}
1 square diagonally away from target
{{Skill range|0 0 2 2 0 0}}
2 squares diagonally away from target
{{Skill range|0 0 1 1 1 0}}
in a 1x3 area around target
{{Skill range|5 0 6 7 8 0}}
in a 1x13 area around the 5th square in front of target
{{Skill range|0 1 1 1 1 0}}
in a 3x3 area around target