Template:Drop: Difference between revisions
From OpenSpell Wiki
Jump to navigationJump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
| Line 20: | Line 19: | ||
<includeonly> | <includeonly> | ||
|- | |- | ||
| [[{{{1}}}]] || {{{2|1}}} || {{#ifeq:{{{3}}}|always | | [[{{{1}}}]] || {{{2|1}}} || {{#ifeq:{{{3}}}|always|<span style="color:#2a7a2a;font-weight:600;">Always</span>|{{#ifexpr:{{{3}}}>=0.10|<span style="color:#555;">Common</span>|{{#ifexpr:{{{3}}}>=0.05|<span style="color:#c07020;">Uncommon</span>|{{#ifexpr:{{{3}}}>=0.01|<span style="color:#c03030;">Rare</span>|<span style="color:#900090;font-weight:600;">Very rare</span>}}}}}}}} || {{#ifeq:{{{3}}}|always|—|1/{{#expr:1/{{{3}}} round 0}}}} | ||
</includeonly> | </includeonly> | ||
Latest revision as of 14:00, 28 February 2026
Usage
[edit]Use inside a drop table. Automatically colours, labels and formats odds.
{| class="wikitable sortable"
! Item !! Amount !! Rarity !! Odds
{{Drop|bones|1|always}}
{{Drop|coins|20|0.25}}
{{Drop|iron sword|1|0.02}}
{{Drop|silver helm|1|0.005}}
|}
Odds is a decimal between 0 and 1, or the word always.