Template:MobDropRow: Difference between revisions
Template page
More actions
Hytalewiki (talk | contribs) No edit summary |
Hytalewiki (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<tr> | <tr> | ||
<td>{{#if:{{{1|}}}|[[File:{{{1}}}|32px]]|}}</td> | <td>{{#if:{{{1|}}}|[[File:{{{1}}}|32px]]|}}</td> | ||
<td>{{{2|}}}</td> | <td>{{#if:{{{2|}}}|[[{{{2}}}]]|}}</td> | ||
<td>{{{3|}}}</td> | <td>{{{3|}}}</td> | ||
<td>{{{4|}}}</td> | <td>{{#if:{{{4|}}}|{{{4}}}%|}}</td> | ||
</tr> | </tr> | ||
| Line 16: | Line 16: | ||
* '''2''' - Drop name/label | * '''2''' - Drop name/label | ||
* '''3''' - Drop quantity | * '''3''' - Drop quantity | ||
* '''4''' - Drop | * '''4''' - Drop probability number, rendered as a percentage | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 15:12, 5 June 2026
Usage
{{MobDropRow|Ore_Copper.png|Copper Ore|1-4|100}}
{{MobDropRow|Ingredient_Bar_Copper.png|Copper Ingot|1|50}}
Parameters
- 1 - Drop icon filename
- 2 - Drop name/label
- 3 - Drop quantity
- 4 - Drop probability number, rendered as a percentage