tweak: lower minPlayers for low-pop server

- BloodBrothers: 20 → 10 players
- Vampire: 20 → 5 players
- SubVampire: 15 → 5 players

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-17 08:13:08 +01:00
committed by Codex
parent 116307b057
commit efecd13de3
2 changed files with 3 additions and 3 deletions
@@ -4,7 +4,7 @@
id: BloodBrothers
components:
- type: GameRule
minPlayers: 20
minPlayers: 10
- type: BloodBrotherRule
requiredObjectives:
- BloodBrotherSharedEscapeObjective
@@ -29,7 +29,7 @@
id: Vampire
components:
- type: GameRule
minPlayers: 20
minPlayers: 5
- type: VampireRule
- type: AntagObjectives
objectives:
@@ -21,7 +21,7 @@
id: SubVampire
components:
- type: GameRule
minPlayers: 15
minPlayers: 5
- type: AntagSelection
agentName: vampire-round-end-name
definitions: