注意:1.4.5 的更新内容量较大,页面上很可能仍有内容尚未更新。
如中文 wiki 信息过时,可以参考英文 wiki 对应页面。
Terraria Wiki:项目/1.4.5 获取 wiki 状态与更新指南

Template:Frost moon item drop rates

来自Terraria Wiki
跳转到导航 跳转到搜索
This template is i18n-ready, which means it is easy to localize for different languages. Please see I18n & l10n for templates to learn more.
See Template:Frost moon item drop rates/l10n for the localization of this template.
Important.svg
CAUTION: Terraria Wiki code is complex!!!
If you want to use this code on another wiki, wiki.gg staff are not able to assist you.
Please consider picking a different wiki to adapt code from, or making your own templates!
Remember that content on a wiki is more important than fancy formatting.

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}}
第 4 波:0.74%1.33%
第 5 波:0.74%1.33%
第 6 波:0.83%1.67%
第 7 波:0.83%1.67%
第 8 波:0.83%1.67%
第 9 波:0.95%2.22%
第 10 波:0.95%2.22%
第 11 波:1.11%3.33%
第 12 波:1.11%3.33%
第 13 波:1.11%3.33%
第 14 波:1.33%6.67%
第 15 波:1.33%6.67%
第 16 波:1.67%6.67%
第 17 波:1.67%6.67%
第 18 波:1.67%6.67%
第 19 波:2.22%6.67%
第 20 波:2.22%6.67%
{{frost moon item drop rates|1/15|fromwave=10|towave=13|classic=no}}
第 10 波:2.22%
第 11 波:3.33%
第 12 波:3.33%
第 13 波:3.33%
{{frost moon item drop rates|1/15|fromwave=10|towave=13|classic=no|expert=no|master=yes}}
第 10 波:2.22%
第 11 波:3.33%
第 12 波:3.33%
第 13 波:3.33%
{{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%

See also