Template:Frost moon item drop rates
The drop rate of certain items during the Frost Moon event depends on the current wave of the event. This template calculates the drop rate of an item during a specific wave. Alternatively, it displays a list of waves with the item drop rate in each.
Usage
Multiple waves
{{ frost moon item drop rates | <base drop rate> | fromwave = <wave number> | towave = <wave number> | classic = n/no | expert = n/no | master = y/yes }}
- First unnamed parameter
The base drop rate of the item, as a fraction (e.g. 1/15
), a decimal (e.g. 0.02
), or any other valid {{#expr:}}
string.
- fromwave, towave
Starting and ending wave of the list, e.g. 1
and 20
. Remember that certain enemies do not spawn in wave 1 yet (such as Everscream), so adjust the starting wave accordingly. Similarly, ending waves past 20 do not make sense as the event only has 20 waves.
- classic, expert, master
Whether to display the drop rates for the respective modes. By default they are displayed for Classic and Expert Modes. Note that the drop rates in Master Mode are the same as in Expert Mode, just the formatting is different.
Specific wave
{{ frost moon item drop rates | <base drop rate> | wave = <wave number> | expert = y/yes }}
- First unnamed parameter
The base drop rate of the item, as a fraction (e.g. 1/15
), a decimal (e.g. 0.02
), or any other valid {{#expr:}}
string.
- wave
Number of the wave to calculate the drop rate for.
- expert
Whether to calculate the drop rate for Expert Mode, where the formula is different.
Examples
Code | Result | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{frost moon item drop rates|1/15|fromwave=4|towave=20}} |
| |||||||||||||||||||||||||||||||||||||||||||||||||||
{{frost moon item drop rates|1/15|fromwave=10|towave=13|classic=no}} |
| |||||||||||||||||||||||||||||||||||||||||||||||||||
{{frost moon item drop rates|1/15|fromwave=10|towave=13|classic=no|expert=no|master=yes}} |
| |||||||||||||||||||||||||||||||||||||||||||||||||||
{{frost moon item drop rates|0.0125|wave=15}} |
0.25% | |||||||||||||||||||||||||||||||||||||||||||||||||||
{{expert|{{frost moon item drop rates|1/20 * 1/40|wave=15|expert=y}}}} |
0.13% |