StendhalItemsDropScoring: Difference between revisions

Content deleted Content added
imported>AntumDeluge
Armor: separate armor types into different tables
imported>AntumDeluge
mNo edit summary
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:
 
== Formula ==
 
<blockquote>
Line 14 ⟶ 16:
'''Formula:''' ''<span style="color:darkgreen;">(spawn count * drop rate * (1 / respawn)) * 1000 + (spawn count * drop rate * (1 / respawn)) * 1000 ...</span>''
</blockquote>
 
== Notes ==
 
A [https://gist.github.com/AntumDeluge/654ba150eb0c4f716b9b39719c010be8 Python script] is available for calculating.
 
An asterisk (*) denotes that the score may be inaccurate due to possible inaccurate number of calculated spawn points.