Template:BossIcon/doc: Difference between revisions

From Elwiki
Line 1: Line 1:
== Preview ==
== Preview ==
{{BossIcon|1|5|10}} {{BossIcon|1|2|15}} {{BossIcon|2|6|12}}  {{BossIcon|2|5|9}}
{{BossIcon|1|6|11}} {{BossIcon|1|3|16}} {{BossIcon|2|7|13}}  {{BossIcon|2|6|10}}
 
== Code & Parameters ==
== Code & Parameters ==
<pre><nowiki>{{BossIcon|map_no|x|y}}</nowiki></pre>
<pre><nowiki>{{BossIcon|map_no|x|y}}</nowiki></pre>

Revision as of 15:36, 8 May 2022

Preview


Code & Parameters

{{BossIcon|map_no|x|y}}
  • map_no - always first, determines whether to use the first map or the second map.
  • x - number of the icon (horizontal), count from left to right, from 0, for example William's number in the first map is 0 (not 1).
  • y - number of the icon (vertical), for example Chloe's number in the first map is 3 (not 4).

Issues

  • Currently, the first map is customized so that it is somehow manageable by the script (the original map is messy). Due to this, some icons may still be offset by 1 or 2 pixels at times.