Template:Drops/row

From Vintage Story Wiki


[view | edit | history | purge this page]Documentation

Used in Template:Drops. Based on Template:Range.

Template parameters

ParameterDescriptionTypeStatus
Code1

Drop item info

Example
Dirt
Stringrequired
Avg2

Average drop value

Example
1.1
Numberrequired
Var3

Variance of Avg parameter

Default
0
Example
0.5
Numberoptional

Usage

{{Drops/row
|Code= Dirt
|Avg= 1.1
|Var= 0.5
}}

Code, Avg, and Var can also be supplied as anon params.

{{Drops/row|Dirt|1.1|0.5}}

Examples

{{Drops/row|Code={{ll|Poultry}}|Avg=1.1|Var=0.5}}

turns into

Poultry 0.6 - 1.6*
[view | edit | history | purge this page]The above documentation is transcluded from Template:Drops/row/doc.