StendhalItemsDropScoring: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge Link to Python script |
imported>AntumDeluge |
||
| Line 35: | Line 35: | ||
| club || <item>vulcano hammer</item> || 920308 |
| club || <item>vulcano hammer</item> || 920308 |
||
|- |
|- |
||
| sword || <item> |
| sword || <item>assassin dagger</item> || 3039.7 |
||
|- |
|||
| sword || <item>biting sword</item> || 121.1 |
|||
|- |
|||
| sword || <item>black sword</item> || 90566.7 |
|||
|- |
|- |
||
| sword || <item>chaos dagger</item> || 500 |
| sword || <item>chaos dagger</item> || 500 |
||
Revision as of 23:58, 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>assassin dagger</item> | 3039.7 |
| sword | <item>biting sword</item> | 121.1 |
| sword | <item>black sword</item> | 90566.7 |
| 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 |