Template:DetermineRarity/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Documentation}} Prints "Always", "Common", "Uncommon", "Rare" or "Very rare", based on the number in the first (and only) parameter. For example: <pre>{{DetermineRarity|50}}</pre> would produce "Uncommon", as 1/50 is considered uncommon. ==Usage== Primarily used with {{t|DropsLine}} to dynamically output a different rarity when the drop rate is varied. As an example, revenants share the same loot but it is more common from higher levelled monsters, as documented i...") |
No edit summary Tag: Manual revert |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 11:34, 17 October 2024
Prints "Always", "Common", "Uncommon", "Rare" or "Very rare", based on the number in the first (and only) parameter. For example:
{{DetermineRarity|50}}
would produce "Uncommon", as 1/50 is considered uncommon.
Usage
Primarily used with {{DropsLine}}
to dynamically output a different rarity when the drop rate is varied. As an example, revenants share the same loot but it is more common from higher levelled monsters, as documented in {{Revenants/Drops}}
.