StendhalItemsDropScoring: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
List: add score for chaos axe
imported>AntumDeluge
Link to Python script
Line 14: Line 14:
'''Formula:''' ''<span style="color:darkgreen;">1 / (spawn count * drop rate * (1 / respawn)) + 1 / (spawn count * drop rate * (1 / respawn)) ...</span>''
'''Formula:''' ''<span style="color:darkgreen;">1 / (spawn count * drop rate * (1 / respawn)) + 1 / (spawn count * drop rate * (1 / respawn)) ...</span>''
</blockquote>
</blockquote>

A [https://gist.github.com/AntumDeluge/654ba150eb0c4f716b9b39719c010be8 Python script] is available for calculating.