StendhalItemsDropScoring: Difference between revisions

Content deleted Content added
imported>AntumDeluge
Consumables: add scores for remaining foods
imported>AntumDeluge
mNo edit summary
 
(14 intermediate revisions by the same user not shown)
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:
 
== Formula ==
 
<blockquote>
Line 14 ⟶ 16:
'''Formula:''' ''<span style="color:darkgreen;">(spawn count * drop rate * (1 / respawn)) * 1000 + (spawn count * drop rate * (1 / respawn)) * 1000 ...</span>''
</blockquote>
 
== Tools 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 ===
 
''updated 2022-05-22''
Line 170 ⟶ 187:
|}
 
=== Armor ===
 
''updated 2022-05-28''
 
==== Armor ====
 
{| class="wikitable sortable"
Line 204 ⟶ 223:
{{DropScore|armor|studded armor|1085.37|}}
{{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|blue boots|155.52|yes}}
Line 222 ⟶ 247:
{{DropScore|boots|studded boots|768.43|}}
{{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 dragon cloak|*0.63|}}
Line 245 ⟶ 276:
{{DropScore|cloak|vampire cloak|1.46|}}
{{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|black helmet|2.79|}}
Line 264 ⟶ 301:
{{DropScore|helmet|viking helmet|254.29|}}
{{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|blue legs|39.45|yes}}
Line 281 ⟶ 324:
{{DropScore|legs|studded legs|1189.94|}}
{{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 ||
Line 327 ⟶ 376:
|}
 
=== Misc. Equipment ===
 
''updated 2022-05-28''
Line 351 ⟶ 400:
|}
 
=== Tools ===
 
''updated 2022-05-28''
Line 360 ⟶ 409:
|}
 
=== Consumables ===
 
''updated 2022-05-28''
Line 483 ⟶ 532:
|}
 
=== Misc. ===
 
''updated 2022-05-28''