Skip to content

Commit

Permalink
Increased max droids limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Monsterovich committed Dec 14, 2024
1 parent f0a25f0 commit 421bc68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/mp/stats/brain.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"droidType": "DROID_COMMAND",
"hitpoints": 500,
"id": "CommandBrain01",
"maxDroids": 6,
"maxDroidsMult": 2,
"maxDroids": 32,
"maxDroidsMult": 12,
"name": "Command Turret",
"ranks": [ "Rookie", "Green", "Trained", "Regular", "Professional", "Veteran", "Elite", "Special", "Hero" ],
"thresholds": [ 0, 12, 24, 36, 48, 60, 72, 84, 96 ],
Expand Down

0 comments on commit 421bc68

Please sign in to comment.