Difference between revisions of "Template:Skill range"
Jump to navigation
Jump to search
SurtrFan8511 (talk | contribs) m (pls) |
SurtrFan8511 (talk | contribs) m |
||
Line 21: | Line 21: | ||
| 0 0 1 0 0 = in front and behind of target | | 0 0 1 0 0 = in front and behind of target | ||
| 0 1 1 0 0 = directly adjacent to target | | 0 1 1 0 0 = directly adjacent to target | ||
| 1 0 0 0 0 = in front of target | |||
| -1 0 0 0 0 = behind 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}} | ||
| 2 2 1 0 = in a 2-square diamond radius around adjust | | 2 2 1 0 = in a 2-square diamond radius around adjust | ||
| 1 1 1 0 = in a 3x3 area around adjust | | 1 1 1 0 = in a 3x3 area around adjust | ||
| 0 0 0 0 = | | 0 0 0 0 = at adjust | ||
<!--add new cases here--> | <!--add new cases here--> | ||
| #default = <!--math stuff--><!--filled areas-->{{#ifexpr:{{#var:range s}} > 0|in a {{#expr:1 + 2 * {{#var:range h}}}}x{{#expr:1 + 2 * {{#var:range v}}}} area around adjust | | #default = <!--math stuff--><!--filled areas-->{{#ifexpr:{{#var:range s}} > 0|in a {{#expr:1 + 2 * {{#var:range h}}}}x{{#expr:1 + 2 * {{#var:range v}}}} area around adjust |
Revision as of 10:51, 16 August 2020
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
The above documentation is transcluded from Template:Skill range/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |