]> git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
Add scoring
authorWuzzy <wuzzy@disroot.org>
Thu, 29 Jun 2023 16:04:09 +0000 (16:04 +0000)
committerWuzzy <wuzzy@disroot.org>
Thu, 29 Jun 2023 16:04:09 +0000 (16:04 +0000)
Survival.md

index 9363975d78cf1e030414c0cb24d20483d54ef002..5df56512ac26ce3da3359887be54a2c911a83813 100644 (file)
@@ -11,9 +11,26 @@ The goal of the survivors is to either kill all the hunters or to survive the ro
 
 Each player will individually score during the rounds and the player with the most points at the end wins the whole match.
 
+
+Scoring
+-------
+
+| Action | Score |
+|:-------|------:|
+| Survive the round | +1 for each opponent you killed in that round |
+| Survive the round by letting the round timer run out (Survivors only) | +1 |
+| Kill a team mate | -1 |
+| Kill yourself | -1 |
+
+Note: These are only defaults: Servers can modify the score if they want.
+
 Details
 -------
 
-At the beginning of each round, your weapons are locked but your role (Survivor or Hunter) is shown on your screen. After a short warmup period, you can start to shoot.
+Each round begins with a brief warmup period where players can't shoot and they don't know their role (Hunter/Surviver) yet but they can already walk around and collect goodies. Once the warmup period is over, the weapons unlock, your role is revealed and the action begins.
+
+By default, the hunter team is smaller than the surviver team (ca. 25% of all players).
+
+Think before you shoot! If you accidentally kill a team mate, you will be punished with death as well and are eliminated from the round.
 
-Think before you shoot! If you accidentally kill a team mate, you will be punished with death as well and are eliminated from the round.
\ No newline at end of file
+Once a round is over, the role of each player is revealed: Survivors will be in green while hunters are red. You can also look it up in the scoreboard.
\ No newline at end of file