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. |
|||
Revision as of 23:53, 20 May 2022
This is a list to score item drop rarity from creatures. Score is determined using the following formula. Higher number means more rare:
Key spawn count Number of spawn points in world for a creature. drop rate Chance of drop from creature (using 0.05, not 5.0 as shown on website). respawn Average creature respawn time in minutes. Formula: 1 / (spawn count * drop rate * (1 / respawn)) + 1 / (spawn count * drop rate * (1 / respawn)) ...
A Python script is available for calculating.
List
| Class | Item | Score |
|---|---|---|
| axe | <item>chaos axe</item> | 129455 |
| axe | <item>durin axe</item> | 211159 |
| axe | <item>magic twoside axe</item> | 40084 |
| club | <item>black scythe</item> | 50000 |
| club | <item>ice war hammer</item> | 6850 |
| club | <item>vulcano hammer</item> | 920308 |
| sword | <item>black sword</item> | 90567 |
| sword | <item>chaos dagger</item> | 500 |
| sword | <item>drow sword</item> | 16124 |
| sword | <item>golden orc sword</item> | 71111 |
| sword | <item>hell dagger</item> | 25713 |
| sword | <item>imperator sword</item> | 2995 |
| sword | <item>orc sword</item> | 106 |
| sword | <item>orcish sword</item> | 6071 |
| sword | <item>nihonto</item> | 720 |
| sword | <item>soul dagger</item> | 513125 |
| sword | <item>xeno sword</item> | 1500 |