You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ There are 2 flags on the map, one for each team. Players need to capture the ene
92
92
- Redeemable combat combos.
93
93
- Optional GunGame mode.
94
94
- Multiple GunGame weapon progressions.
95
-
-Automatic team balancing.
95
+
-Performance-based team balancing.
96
96
- Automatic map rotation.
97
97
- Player ranks and statistics.
98
98
- SQLite and MariaDB support.
@@ -258,12 +258,13 @@ When GunGame is enabled:
258
258
This prevents conflicts with the GunGame weapon progression, where players are restricted to a single expected weapon.
259
259
260
260
## Combo System
261
-
261
+
### Coins
262
262
Players earn **Coins** by participating in the match.
263
263
264
264
Coins are awarded for actions such as:
265
265
266
-
- Eliminating enemy players.
266
+
- Achieving kill streaks.
267
+
- Eliminating the enemy flag carrier.
267
268
- Capturing the enemy flag.
268
269
- Returning the friendly flag.
269
270
- Scoring a point for the team.
@@ -286,7 +287,7 @@ Redeeming a combo resets the player's coin balance back to **0**.
286
287
287
288
The `/combos` command is disabled while GunGame is active.
288
289
289
-
Additionally, Coins are no longer awarded for player eliminations or ranking up during GunGame. This prevents players from accumulating enough Coins to redeem a combo immediately after the event ends. Rewards related to the core Capture the Flag gameplay, such as capturing the enemy flag, returning the friendly flag, and scoring points for the team, remain unchanged.
290
+
Additionally, Coins are no longer awarded for achieving kill streaks or ranking up during GunGame. This prevents players from accumulating enough Coins to redeem a combo immediately after the event ends. Rewards related to the core Capture the Flag gameplay, such as eliminating the enemy flag carrier, capturing the enemy flag, returning the friendly flag, and scoring points for the team, remain unchanged.
290
291
291
292
This prevents players from obtaining weapons outside the GunGame progression. Instead, the winner is rewarded with **100 Coins, fully restored Health and Armour, and a special weapon** after completing the entire weapon progression. Since GunGame is integrated into the ongoing Capture the Flag match, the winner's teammates also receive a smaller bonus consisting of additional Health, Armour, and Coins.
0 commit comments