Template:Frost moon item drop rates/doc

From Terraria Wiki
Jump to navigation Jump to search

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> }}

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.

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}}
W4:0.74%1.33%
W5:0.74%1.33%
W6:0.83%1.67%
W7:0.83%1.67%
W8:0.83%1.67%
W9:0.95%2.22%
W10:0.95%2.22%
W11:1.11%3.33%
W12:1.11%3.33%
W13:1.11%3.33%
W14:1.33%6.67%
W15:1.33%6.67%
W16:1.67%6.67%
W17:1.67%6.67%
W18:1.67%6.67%
W19:2.22%6.67%
W20:2.22%6.67%
{{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%