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 | chaos axe | 129455 |
| axe | durin axe | 211159 |
| axe | magic twoside axe | 40084 |
| club | black scythe | 50000 |
| club | ice war hammer | 6850 |
| club | vulcano hammer | 920308 |
| sword | black sword | 90567 |
| sword | chaos dagger | 500 |
| sword | drow sword | 16124 |
| sword | golden orc sword | 71111 |
| sword | hell dagger | 25713 |
| sword | imperator sword | 2995 |
| sword | orc sword | 106 |
| sword | orcish sword | 6071 |
| sword | nihonto | 720 |
| sword | soul dagger | 513125 |
| sword | xeno sword | 1500 |