Template:InfoEnemy: Difference between revisions

From IdleOn MMO Wiki
imported>BigCoight
No edit summary
imported>BigCoight
No edit summary
Line 4: Line 4:
<table><tr>
<table><tr>
     <th>Name</th>
     <th>Name</th>
     <td>{{{param1}}}</td>
     <td>{{{name}}}</td>
     </tr>
     </tr>
     <th>Location</th>
     <th>Location</th>
     <td>{{{param2}}}</td>
     <td>{{{location}}}</td>
     </tr>
     </tr>
     <th>Health</th>
     <th>Health</th>
     <td>{{{param3}}}</td>
     <td>{{{health}}}</td>
     </tr>
     </tr>
     <th>Attack</th>
     <th>Attack</th>
     <td>{{{param4}}}</td>
     <td>{{{attack}}}</td>
     </tr>
     </tr>
     <th>Accuracy Required</th>
     <th>Accuracy Required</th>
     <td>{{{param5}}}</td>
     <td>{{{accuracy}}}</td>
     </tr>
     </tr>
     <th>Experience</th>
     <th>Experience</th>
     <td>{{{param5}}}</td>
     <td>{{{exp}}}</td>
     </tr>
     </tr>
     <th>Gold</th>
     <th>Gold</th>
     <td>{{{param5}}}</td>
     <td>{{{gold}}}</td>
</tr></table>
</tr></table>
</div>
</div>

Revision as of 07:37, 9 November 2020

InfoEnemy
[[File:{{{image}}}|150px]]
}}
Name {{{name}}}
Location {{{location}}}
Health {{{health}}}
Attack {{{attack}}}
Accuracy Required {{{accuracy}}}
Experience {{{exp}}}
Gold {{{gold}}}