StendhalItemsDropScoring: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>AntumDeluge →Consumables: add scores for remaining foods |
imported>AntumDeluge mNo edit summary |
||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | 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: |
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> |
<blockquote> |
||
| Line 14: | Line 16: | ||
'''Formula:''' ''<span style="color:darkgreen;">(spawn count * drop rate * (1 / respawn)) * 1000 + (spawn count * drop rate * (1 / respawn)) * 1000 ...</span>'' |
'''Formula:''' ''<span style="color:darkgreen;">(spawn count * drop rate * (1 / respawn)) * 1000 + (spawn count * drop rate * (1 / respawn)) * 1000 ...</span>'' |
||
</blockquote> |
</blockquote> |
||
== Tools for Calculating == |
|||
A [https://gist.github.com/AntumDeluge/654ba150eb0c4f716b9b39719c010be8 Python script] is available for calculating. |
A [https://gist.github.com/AntumDeluge/654ba150eb0c4f716b9b39719c010be8 Python script] is available for calculating. |
||
Usage: |
|||
| ⚫ | |||
<blockquote> |
|||
<pre> |
|||
python stendhal_drop_score.py <item1> [<item2> [<item3> ...]] |
|||
</pre> |
|||
</blockquote> |
|||
The ''<span style="color:darkgreen;">creatures_spawn_points.txt</span>'' file was generated with the ''<span style="color:darkred;">games.stendhal.tools.GenerateMonsterUsage</span>'' tool & needs to be regenerated if number of creature spawn points have changed. |
|||
== Notes == |
|||
| ⚫ | |||
== Items Lists == |
|||
== Weapons == |
=== Weapons === |
||
''updated 2022-05-22'' |
''updated 2022-05-22'' |
||
| Line 170: | Line 187: | ||
|} |
|} |
||
== Armor == |
=== Armor === |
||
''updated 2022-05-28'' |
''updated 2022-05-28'' |
||
==== Armor ==== |
|||
{| class="wikitable sortable" |
{| class="wikitable sortable" |
||
| Line 204: | Line 223: | ||
{{DropScore|armor|studded armor|1085.37|}} |
{{DropScore|armor|studded armor|1085.37|}} |
||
{{DropScore|armor|xeno armor|2.0|}} |
{{DropScore|armor|xeno armor|2.0|}} |
||
|} |
|||
==== Boots ==== |
|||
{| class="wikitable sortable" |
|||
! Class !! Item !! Score !! Acquired by<br>Other Means |
|||
{{DropScore|boots|black boots|19.51|}} |
{{DropScore|boots|black boots|19.51|}} |
||
{{DropScore|boots|blue boots|155.52|yes}} |
{{DropScore|boots|blue boots|155.52|yes}} |
||
| Line 222: | Line 247: | ||
{{DropScore|boots|studded boots|768.43|}} |
{{DropScore|boots|studded boots|768.43|}} |
||
{{DropScore|boots|xeno boots|3.33|}} |
{{DropScore|boots|xeno boots|3.33|}} |
||
|} |
|||
==== Cloak ==== |
|||
{| class="wikitable sortable" |
|||
! Class !! Item !! Score !! Acquired by<br>Other Means |
|||
{{DropScore|cloak|black cloak|1.0|}} |
{{DropScore|cloak|black cloak|1.0|}} |
||
{{DropScore|cloak|black dragon cloak|*0.63|}} |
{{DropScore|cloak|black dragon cloak|*0.63|}} |
||
| Line 245: | Line 276: | ||
{{DropScore|cloak|vampire cloak|1.46|}} |
{{DropScore|cloak|vampire cloak|1.46|}} |
||
{{DropScore|cloak|xeno cloak|2.0|}} |
{{DropScore|cloak|xeno cloak|2.0|}} |
||
|} |
|||
==== Helmet ==== |
|||
{| class="wikitable sortable" |
|||
! Class !! Item !! Score !! Acquired by<br>Other Means |
|||
{{DropScore|helmet|aventail|100.82|}} |
{{DropScore|helmet|aventail|100.82|}} |
||
{{DropScore|helmet|black helmet|2.79|}} |
{{DropScore|helmet|black helmet|2.79|}} |
||
| Line 264: | Line 301: | ||
{{DropScore|helmet|viking helmet|254.29|}} |
{{DropScore|helmet|viking helmet|254.29|}} |
||
{{DropScore|helmet|xeno helmet|2.0|}} |
{{DropScore|helmet|xeno helmet|2.0|}} |
||
|} |
|||
==== Legs ==== |
|||
{| class="wikitable sortable" |
|||
! Class !! Item !! Score !! Acquired by<br>Other Means |
|||
{{DropScore|legs|black legs|3.07|yes}} |
{{DropScore|legs|black legs|3.07|yes}} |
||
{{DropScore|legs|blue legs|39.45|yes}} |
{{DropScore|legs|blue legs|39.45|yes}} |
||
| Line 281: | Line 324: | ||
{{DropScore|legs|studded legs|1189.94|}} |
{{DropScore|legs|studded legs|1189.94|}} |
||
{{DropScore|legs|xeno legs|2.0|}} |
{{DropScore|legs|xeno legs|2.0|}} |
||
|} |
|||
==== Shield ==== |
|||
{| class="wikitable sortable" |
|||
! Class !! Item !! Score !! Acquired by<br>Other Means |
|||
|- |
|- |
||
| shield || <item>black shield</item> || style="text-align:right;"|0.88 || |
| shield || <item>black shield</item> || style="text-align:right;"|0.88 || |
||
| Line 327: | Line 376: | ||
|} |
|} |
||
== Misc. Equipment == |
=== Misc. Equipment === |
||
''updated 2022-05-28'' |
''updated 2022-05-28'' |
||
| Line 351: | Line 400: | ||
|} |
|} |
||
== Tools == |
=== Tools === |
||
''updated 2022-05-28'' |
''updated 2022-05-28'' |
||
| Line 360: | Line 409: | ||
|} |
|} |
||
== Consumables == |
=== Consumables === |
||
''updated 2022-05-28'' |
''updated 2022-05-28'' |
||
| Line 483: | Line 532: | ||
|} |
|} |
||
== Misc. == |
=== Misc. === |
||
''updated 2022-05-28'' |
''updated 2022-05-28'' |
||