Template:Drop table gold: Difference between revisions
Jump to navigation
Jump to search
m (Sky moved page Template:DropTableGold to Template:Drop table gold) |
(add alt) |
||
Line 1: | Line 1: | ||
<includeonly><onlyinclude>{{DropTableRow|icon={{DropTableGold/Icon|{{{lower}}} }}|item=Gold|quantity={{{lower}}}{{#if:{{{upper|}}}| - {{{upper}}} }}|rarity={{{chance|Always}}}|note={{{note|}}} }}</onlyinclude></includeonly><noinclude> | <includeonly><onlyinclude>{{DropTableRow|icon={{DropTableGold/Icon|{{{lower}}} }}|item={{{alt|Gold}}}|quantity={{{lower}}}{{#if:{{{upper|}}}| - {{{upper}}} }}|rarity={{{chance|Always}}}|note={{{note|}}} }}</onlyinclude></includeonly><noinclude> | ||
{{DropTableStart}} | {{DropTableStart}} | ||
Line 25: | Line 25: | ||
"description": "(optional) The chance that this is dropped.", | "description": "(optional) The chance that this is dropped.", | ||
"default": "Always" | "default": "Always" | ||
}, | |||
"alt": { | |||
"description": "Alternative display name.", | |||
"type": "string" | |||
} | } | ||
}, | }, | ||
Line 31: | Line 35: | ||
"upper", | "upper", | ||
"chance", | "chance", | ||
"note" | "note", | ||
"alt" | |||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata></noinclude> |
Revision as of 16:30, 18 October 2023
Item | Quantity | Chance | |
---|---|---|---|
Gold | 1 | Always | |
Gold | 10 - 100 | Always | |
Gold | 532 | 1/6 | |
Gold [1] | 99 | Always |
- ↑ Only if you are a Flaming Sphere.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
lower | lower | Either the amount of gold to be displayed, or the lower bound of the amount of gold to be displayed. | Number | required |
upper | upper | (optional) The upper bound of the amount to be displayed. | Unknown | optional |
chance | chance | (optional) The chance that this is dropped.
| Unknown | optional |
note | note | Can be used to provide a <ref/> note. | Unknown | optional |
alt | alt | Alternative display name. | String | optional |