StendhalItemsDropScoring: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>AntumDeluge
Armor: separate armor types into different tables
imported>AntumDeluge
mNo edit summary
 
(5 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:
An asterisk (*) denotes that the score may be inaccurate.

<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 ==

An asterisk (*) denotes that the score may be inaccurate due to possible inaccurate number of calculated spawn points.


== 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 ===
==== Armor ====


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 208: Line 225:
|}
|}


=== Boots ===
==== Boots ====


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 232: Line 249:
|}
|}


=== Cloak ===
==== Cloak ====


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 261: Line 278:
|}
|}


=== Helmet ===
==== Helmet ====


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 286: Line 303:
|}
|}


=== Legs ===
==== Legs ====


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 309: Line 326:
|}
|}


=== Shield ===
==== Shield ====


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 359: Line 376:
|}
|}


== Misc. Equipment ==
=== Misc. Equipment ===


''updated 2022-05-28''
''updated 2022-05-28''
Line 383: Line 400:
|}
|}


== Tools ==
=== Tools ===


''updated 2022-05-28''
''updated 2022-05-28''
Line 392: Line 409:
|}
|}


== Consumables ==
=== Consumables ===


''updated 2022-05-28''
''updated 2022-05-28''
Line 515: Line 532:
|}
|}


== Misc. ==
=== Misc. ===


''updated 2022-05-28''
''updated 2022-05-28''