Skip to content

Commit

Permalink
Merge pull request #1204 from solaris-games/hotfix/246-3
Browse files Browse the repository at this point in the history
Update settings for the next 32
  • Loading branch information
SpacialCircumstances authored Oct 26, 2024
2 parents 35a91a4 + a1b0ba6 commit bb93f00
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/config/game/settings/official/32player_normal.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"general": {
"name": "[[[RANDOM]]]",
"description": "This game has 32 players, expect big alliances and epic battles in this huge galaxy!",
"description": "Experimental Settings: This game has 32 players, expect big alliances and epic battles in this huge galaxy!",
"createdFromTemplate": "32_player_normal",
"type": "32_player_rt",
"mode": "conquest",
"password": null,
"playerLimit": 32,
"playerType": "all",
"playerType": "establishedPlayers",
"anonymity": "extra",
"playerOnlineStatus": "hidden",
"playerIPWarning": "enabled",
Expand All @@ -17,7 +17,7 @@
"spectators": "enabled",
"afkSlotsOpen": "enabled",
"readyToQuit": "enabled",
"readyToQuitFraction": 0.9,
"readyToQuitFraction": 0.75,
"readyToQuitVisibility": "anonymous",
"awardRankTo": "top_n",
"awardRankToTopN": 6
Expand Down Expand Up @@ -67,8 +67,8 @@
},
"player": {
"startingStars": 6,
"startingCredits": 2000,
"startingCreditsSpecialists": 15,
"startingCredits": 1000,
"startingCreditsSpecialists": 10,
"startingShips": 10,
"startingInfrastructure": {
"economy": 5,
Expand All @@ -82,7 +82,7 @@
},
"tradeCredits": true,
"tradeCreditsSpecialists": false,
"tradeCost": 15,
"tradeCost": 50,
"tradeScanning": "scanned",
"populationCap": {
"enabled": "disabled",
Expand Down

0 comments on commit bb93f00

Please sign in to comment.