Template:Boss/stats: Difference between revisions

From IdleOn MMO Wiki
imported>Blackwolfe
(Created page with " <th>Health</th> <td>{{{health}}}</td> </tr> <th class="subheader" colspan="2">Fighting</th> </tr> <th>Accuracy 5%</th> <td>{{{accuracy5}}}</td> <...")
 
(Added request for deletion)
 
(16 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{Rfd}}</noinclude><table>
<th class="subheader" colspan="2">Stats</th>
</tr>
  <th>Health</th>
  <th>Health</th>
     <td>{{{health}}}</td>
     <td>{{#switch: {{{diff}}}|1 = {{{1health}}}|2 = {{{2health}}}|3 = {{{3health}}}|#default = Undefined}}</td>
     </tr>
     </tr>
     <th class="subheader" colspan="2">Fighting</th>
     <th class="subheader" colspan="2">Fighting</th>
     </tr>
     </tr>
     <th>Accuracy 5%</th>
     <th>Accuracy 5%</th>
     <td>{{{accuracy5}}}</td>
     <td>{{#switch: {{{diff}}}|1 = {{#if:{{{def1|}}}|{{#expr:{{{def1}}}*0.5}}|undefined}}|2 = {{#if:{{{def2|}}}|{{#expr:{{{def2}}}*0.5}}|undefined}}|3 = {{#if:{{{def3|}}}|{{#expr:{{{def3}}}*0.5}}|undefined}}|#default = Undefined}}</td>
     </tr>
     </tr>
     <th>Accuracy 100%</th>
     <th>Accuracy 100%</th>
     <td>{{{accuracy100}}}</td>
     <td>{{#switch: {{{diff}}}|1 = {{#if:{{{def1|}}}|{{#expr:{{{def1}}}*1.5}}|undefined}}|2 = {{#if:{{{def2|}}}|{{#expr:{{{def2}}}*1.5}}|undefined}}|3 = {{#if:{{{def3|}}}|{{#expr:{{{def3}}}*1.5}}|undefined}}|#default = Undefined}}</td>
     </tr>
     </tr>
     <th>Experience</th>
     <th>Experience</th>
     <td>{{{exp}}}</td>
     <td>{{#switch: {{{diff}}}|1 = {{{1exp}}}|2 = {{{2exp}}}|3 = {{{3exp}}}|#default = Undefined}}</td>
     </tr>
     </tr>
     <th class="subheader" colspan="2">Attacks</th>
     <th class="subheader" colspan="2">Attacks</th>
     </tr>
     </tr>
     <th>{{{attack1}}}
     <th>{{{attack1}}}
     <td>{{{dmg1}}}
     <td>{{#switch: {{{diff}}}|1 = {{{1dmg1}}}|2 = {{{2dmg1}}}|3 = {{{3dmg1}}}|#default = Undefined}}
     </tr>
     </tr>
     <th>{{{attack2}}}
     <th>{{{attack2}}}
     <td>{{{dmg2}}}
     <td>{{#switch: {{{diff}}}|1 = {{{1dmg2}}}|2 = {{{2dmg2}}}|3 = {{{3dmg2}}}|#default = Undefined}}
     </tr>
     </tr>
     <th>{{{attack3}}}
     <th>{{{attack3}}}
     <td>{{{dmg3}}}
     <td>{{#switch: {{{diff}}}|1 = {{{1dmg3}}}|2 = {{{2dmg3}}}|3 = {{{3dmg3}}}|#default = Undefined}}
     </tr>
     </tr>
     <th>{{{attack4}}}
     <th>{{{attack4}}}
     <td>{{{dmg4}}}
     <td>{{#switch: {{{diff}}}|1 = {{{1dmg4}}}|2 = {{{2dmg4}}}|3 = {{{3dmg4}}}|#default = Undefined}}
     </tr>
     </tr>
     <th>{{{attack5}}}
     <th>{{{attack5}}}
     <td>{{{dmg5}}}
     <td>{{#switch: {{{diff}}}|1 = {{{1dmg5}}}|2 = {{{2dmg5}}}|3 = {{{3dmg5}}}|#default = Undefined}}
     </tr>
     </tr>
     <th>{{{attack6}}}
     <th>{{{attack6}}}
     <td>{{{dmg6}}}
     <td>{{#switch: {{{diff}}}|1 = {{{1dmg6}}}|2 = {{{2dmg6}}}|3 = {{{3dmg6}}}|#default = Undefined}}
     </tr>
     </tr>
     <th>{{{attack7}}}
     <th>{{{attack7}}}
     <td>{{{dmg7}}}
     <td>{{#switch: {{{diff}}}|1 = {{{1dmg7}}}|2 = {{{2dmg7}}}|3 = {{{3dmg7}}}|#default = Undefined}}
     </tr>
     </tr>
    </table>

Latest revision as of 22:56, 13 June 2024

Stats
Health Undefined
Fighting
Accuracy 5% Undefined
Accuracy 100% Undefined
Experience Undefined
Attacks
{{{attack1}}} Undefined
{{{attack2}}} Undefined
{{{attack3}}} Undefined
{{{attack4}}} Undefined
{{{attack5}}} Undefined
{{{attack6}}} Undefined
{{{attack7}}} Undefined