Template:WeeklyBoss: Difference between revisions

From IdleOn MMO Wiki
(Created page with "<includeonly>|image= |name= |requirements= |health= |healthmulti=</includeonly>")
 
mNo edit summary
Line 1: Line 1:
<includeonly>|image=
<includeonly><div>
|name=
  <table class='wikitable'>
|requirements=
    <tr>
|health=
      <th style='text-align:center'>Boss</th>
|healthmulti=</includeonly>
      <th style='text-align:center'>Tasks</th>
    </tr>
    <tr>
      <td style='text-align:center; border-right: 1px solid var(--accent-3)'>{{{image}}} <br>
        <h6 style='border-top: 1px solid var(--accent-3)'>{{{name}}} <h6>
            </br>
      </td>
      <td rowspan='3'>{{{requirements}}}</td>
    </tr>
    <tr>
      <th style='text-align:center;'>Health</th>
    </tr>
    <tr>
      <td style='border-right: 1px solid var(--accent-3)'>
        <ul>
          <li>1st Diff: {{{health}}}</li>
          <li>2nd Diff: {{#expr: {{{health}}}*{{{healthmulti}}}}}</li>
          <li>3rd Diff: {{#expr:{{{health}}}*{{{healthmulti}}}*2}}</li>
          <li>4th Diff: {{#expr:{{{health}}}*{{{healthmulti}}}*3}}</li>
          <li>5th Diff: {{#expr:{{{health}}}*{{{healthmulti}}}*4}}</li>
        </ul>
    </tr>
  </table>
</div></includeonly>

Revision as of 21:57, 26 September 2023