Death: Difference between revisions

m
→‎Death Screen: parenthesis
(→‎Death Screen: This is no longer the case)
m (→‎Death Screen: parenthesis)
 
(2 intermediate revisions by one other user not shown)
Line 15: Line 15:
* Number of items [[name]]d
* Number of items [[name]]d
* If any artifact was created, how many storied items were generated.
* If any artifact was created, how many storied items were generated.
* The most advanced artifact in your inventory (See [[#Calculating Most Advanced Artifact]].
* The most advanced artifact in your inventory (See [[#Calculating Most Advanced Artifact]]).
* What mode the game was played in
* What mode the game was played in
* The last 30 messages in the message log
* The last 30 messages in the message log
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
! style="min-width: 30%" | Points calculated for score
! Notes
|-
|-
| [[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]]
|}<ref name="xrlcore"/>
| {{simple formula|+100000}}
|
|}


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

edits