Template:Difficulty value

From Calamity Mod Wiki
Jump to navigation Jump to search
Template-info.svg Documentation The documentation below is transcluded from Template:Difficulty value/doc. (edit | history)

A template used for convenience with showing values for the different difficulty modes.

Usage

{{ difficulty value | <Normal Mode Value> | <Expert Mode Value> | <Revengeance Mode Value> | <Death Mode Value> | <Master Mode Value> | <Revengeance-Master Mode Value> | <Death-Master Mode Value> }}

Example: {{ difficulty value | 1 | 2 | 3 }} returns 1 / 2 Expert Mode / 3 Revengeance Mode.

Other parameters

break

Specifies whether you want the latter Revengeance and Death values to be on a separate line, for use in the NPC infobox.

boost

Percentage boost to multiply and automatically calculate the values with in Expert, Revengeance and Death Mode. It should be expressed as a decimal value, i.e. 0.05, which equals to 5% of the value. All set values except for the Normal Mode one will be overridden if used.

oldboost

Percentage boost to multiply and automatically calculate the values with in Expert, Revengeance and Death Mode using the damage formula prior to the 1.4.3.001 update. It should be expressed as a decimal value, i.e. 0.05, which equals to 5% of the value. All set values except for the Normal Mode one will be overridden if used.

Examples

Code Result
{{difficulty value|1}} 1
{{difficulty value|0|1}} 1 Expert Mode
{{difficulty value|0|0|1}} 1 Revengeance Mode
{{difficulty value|0|0|0|1}} 1 Death Mode
{{difficulty value|1|2|0|4|7}} 1 / 2 Expert Mode / 4 Death Mode / 7 Master Mode
{{difficulty value|1|2|3|4|5|break=yes}} 1 / 2 Expert Mode /
3 Revengeance Mode / 4 Death Mode / 5 Master Mode
{{difficulty value|1|2|3|4|5|6|7}} 1 / 2 Expert Mode / 3 Revengeance Mode / 4 Death Mode / 5 Master Mode / 6 Revengeance Mode Master Mode / 7 Death Mode Master Mode
{{difficulty value|1000|boost=0}} 1000 / 2000 Expert Mode / 3000 Master Mode
{{difficulty value|1000|boost=0.25}} 1000 / 2000 Expert Mode / 2500 Revengeance Mode / 2800 Death Mode / 3000 Master Mode / 3750 Revengeance Mode Master Mode / 4200 Death Mode Master Mode
{{difficulty value|1000|oldboost=0.8}} 1000 / 1600 Expert Mode / 2000 Revengeance Mode / 2300 Death Mode

Notes

  • Values of "0" or null are not displayed.