Template:DropsLine/doc: Difference between revisions
no edit summary
mNo edit summary |
PinnacleHigh (talk | contribs) No edit summary Tag: Manual revert |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 13:
|displayname = Alternate name to show in the drops table
|quantity = Quantity(s) dropped by source. Separate with commas. If unknown, leave blank or use "Unknown."
|frequency = How frequent the item is, specify as a fraction (eg. "1/128") or use: Always, Common, Uncommon, Rare
|image = (Optional) Manual addition or override of the image icon. Don't add [[File:_]]
}}
Line 49:
===frequency===
Frequency of the item being dropped. Frequency can either be a number or a category, a number is preferred.
'''''Note:''' This is not the rarity of a piece of equipment.''
====Number====
Line 56 ⟶ 58:
Categories should be used if there's no good way to find an accurate drop chance. There are 6 available options:
{| class="wikitable align-center-1"
! Frequency
! Explanation
|-
Line 71 ⟶ 73:
| Rarely dropped. Will take quite a few drops to obtain.
|-
| class="table-bg-red" |
| Renowned for being rare among players. Hardly ever dropped.
|}
Line 101 ⟶ 103:
"type": "string",
"required": true
},
"rarity": {
"label": "Rarity",
"description": "Rarity level of the item, such as Common, Uncommon, Rare, or Very rare.",
"example": "Common",
"type": "string",
"required": false
},
"image": {
Line 112 ⟶ 121:
"format": "\n{{_|_=_}}\n"
}
</templatedata>}}
|