Death: Difference between revisions

739 bytes added ,  20:47, 7 December 2023
m
Minor cleanup on the final score section.
(→‎Death Screen: This is no longer the case)
m (Minor cleanup on the final score section.)
Line 28: Line 28:
# Difficulty
# Difficulty
If the items are exactly the same in all of these stats, the previous artifact will not be replaced. <ref name="xrlcore"/>
If the items are exactly the same in all of these stats, the previous artifact will not be replaced. <ref name="xrlcore"/>
=== Calculating Points ===
=== Calculating Points ===
After dying, the player's score is calculated from the various actions they took, items they obtained, locations they visited, and so on in the course of their game. This is the score recorded in the High Scores menu.
The player's score is summed across the following categories<ref name="xrlcore"/>:


{| class="wikitable"
{| class="wikitable"
! Occurance !! Score weight (where N = number of occurances)
! Category !! Points calculated for score
|-
|-
| [[XP]] || N * 0.334
| [[XP]] || {{simple formula|(# of XP points) * 0.334}}
|-
|-
| Most advanced artifact || The techtier or complexity, whichever is higher, times 250. If it's a stack of artifacts, it will multiply by how many of it is in the stack.
| Most advanced artifact || {{simple formula|max(tech tier, complexity) * 250}}
 
Tech tier and complexity are calculated from your most advanced artifact. If it's a stack of artifacts, the number of points will be multiplied by the size of the stack.
|-
|-
| Finished quests || N * 733
| Finished quests || {{simple formula|(# of finished quests) * 733}}
|-
|-
| Accepted quests || N * 133
| Accepted quests || {{simple formula|(# of accepted quests) * 133}}
|-
|-
| Turns survived || N * 0.01
| Turns survived || {{simple formula|(# of turns survived) * 0.01}}
|-
|-
| Visited [[zone]]s || N * 35
| Visited [[zone]]s || {{simple formula|(# of zones visited) * 35}}
|-
|-
| Storied items generated || N * 1211
| Storied items generated || {{simple formula|(# of artifacts generated) * 1211}}
 
This is not used in the base game.
|-
|-
|Lairs found|| N * 75
|Lairs found || {{simple formula|(# of lairs found) * 75}}
|-
|-
| Crossing into [[Brightsheol]]|| +100000
| Crossing into [[Brightsheol]]|| {{simple formula|+100000}}
|}<ref name="xrlcore"/>
|}


The total will then by subtracted by 422.
After adding points across all categories, 422 points are automatically subtracted to build the final score.


== Death Messages ==
== Death Messages ==