Skip to content

Commit 4d3e849

Browse files
authored
Update schema-static.mjs
Some additional notes on the adjusted completion percentage. Also removes notes about standard GQL nullable types as it doesn't make logical sense for that to be part of the Achievement type documentation.
1 parent 38c17ef commit 4d3e849

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

schema-static.mjs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
export default `
22
"""
33
**In-game achievements players can earn by completing specific objectives.**
4-
5-
- Fields with '!' (e.g., String!) are required (non-nullable).
6-
- Fields without '!' (e.g., String) are optional (nullable).
7-
This follows standard GraphQL notation.
84
"""
95
type Achievement {
106
"""
@@ -28,7 +24,7 @@ type Achievement {
2824
"""
2925
playersCompletedPercent: Float!
3026
"""
31-
Statistically adjusted percentage that accounts for active players, providing a more representative completion rate.
27+
Statistically adjusted percentage that accounts for active players, providing a more representative completion rate. Uses the percentage completion of Welcome to Tarkov as the baseline under the assumption that all active accounts have died once.
3228
"""
3329
adjustedPlayersCompletedPercent: Float
3430
"""

0 commit comments

Comments
 (0)