StendhalItemsDropScoring: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge →Armor: separate armor types into different tables |
imported>AntumDeluge mNo edit summary |
||
| Line 1: | Line 1: | ||
This is a list to score item drop rarity from creatures. Score is determined using the following formula. Lower number means more rare: |
This is a list to score item drop rarity from creatures. Score is determined using the following formula. Lower number means more rare: |
||
== Formula == |
|||
<blockquote> |
<blockquote> |
||
| Line 14: | Line 16: | ||
'''Formula:''' ''<span style="color:darkgreen;">(spawn count * drop rate * (1 / respawn)) * 1000 + (spawn count * drop rate * (1 / respawn)) * 1000 ...</span>'' |
'''Formula:''' ''<span style="color:darkgreen;">(spawn count * drop rate * (1 / respawn)) * 1000 + (spawn count * drop rate * (1 / respawn)) * 1000 ...</span>'' |
||
</blockquote> |
</blockquote> |
||
== Notes == |
|||
A [https://gist.github.com/AntumDeluge/654ba150eb0c4f716b9b39719c010be8 Python script] is available for calculating. |
A [https://gist.github.com/AntumDeluge/654ba150eb0c4f716b9b39719c010be8 Python script] is available for calculating. |
||
An asterisk (*) denotes that the score may be inaccurate. |
An asterisk (*) denotes that the score may be inaccurate due to possible inaccurate number of calculated spawn points. |
||