Skip to content

Commit

Permalink
Activate stellar beacon and engine for experimental 32
Browse files Browse the repository at this point in the history
  • Loading branch information
SpacialCircumstances committed Aug 7, 2024
1 parent caab7dc commit 6d708eb
Show file tree
Hide file tree
Showing 21 changed files with 39 additions and 43 deletions.
2 changes: 1 addition & 1 deletion server/config/game/settings/official/1v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/1v1turnBased.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
38 changes: 16 additions & 22 deletions server/config/game/settings/official/32player_normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,38 +48,36 @@
"carrierSpeed": 20,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [
15
],
"star": [],
"carrier": []
}
},
"conquest": {
"victoryCondition": "starPercentage",
"victoryPercentage": 33,
"capitalStarElimination": "enabled"
"capitalStarElimination": "disabled"
},
"orbitalMechanics": {
"enabled": "disabled",
"orbitSpeed": 3
},
"player": {
"startingStars": 6,
"startingCredits": 2000,
"startingCreditsSpecialists": 15,
"startingCredits": 1000,
"startingCreditsSpecialists": 10,
"startingShips": 10,
"startingInfrastructure": {
"economy": 5,
"industry": 5,
"science": 2
"economy": 10,
"industry": 10,
"science": 3
},
"developmentCost": {
"economy": "standard",
"industry": "standard",
"science": "standard"
},
"tradeCredits": true,
"tradeCreditsSpecialists": false,
"tradeCreditsSpecialists": true,
"tradeCost": 15,
"tradeScanning": "scanned",
"populationCap": {
Expand Down Expand Up @@ -108,22 +106,18 @@
},
"researchCosts": {
"terraforming": "standard",
"experimentation": "cheap",
"scanning": "cheap",
"hyperspace": "cheap",
"experimentation": "standard",
"scanning": "standard",
"hyperspace": "standard",
"manufacturing": "standard",
"banking": "cheap",
"weapons": "expensive",
"specialists": "expensive"
"banking": "standard",
"weapons": "standard",
"specialists": "standard"
},
"experimentationDistribution": "random",
"bankingReward": "standard",
"experimentationReward": "experimental",
"specialistTokenReward": "experimental",
"researchCostProgression": {
"progression": "exponential",
"growthFactor": "medium"
}
"experimentationReward": "standard",
"specialistTokenReward": "experimental"
},
"gameTime": {
"gameType": "realTime",
Expand Down
4 changes: 3 additions & 1 deletion server/config/game/settings/official/32player_ultradark.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
"carrierSpeed": 20,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [
16, 17
],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/newPlayer.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/special_dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/special_fog.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/special_homeStar.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/special_orbital.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/official/turnBased.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/user/standard.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"carrierSpeed":10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
2 changes: 1 addition & 1 deletion server/config/game/settings/user/tutorial.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"carrierSpeed": 10,
"starCaptureReward": "enabled",
"specialistBans": {
"star": [],
"star": [16, 17],
"carrier": []
}
},
Expand Down
4 changes: 2 additions & 2 deletions server/config/game/specialists.json
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
"name": "Stellar Engine",
"description": "When the Stellar Engine is activated, the star slowly moves towards the nearest Stellar Beacon at x0.25 carrier speed.",
"active": {
"official": false,
"official": true,
"custom": true
},
"baseCostCredits": 500,
Expand All @@ -796,7 +796,7 @@
"name": "Stellar Beacon",
"description": "The Stellar Beacon helps nearby Stellar Engines navigate, a Stellar Engine moves towards the nearest Stellar Beacon.",
"active": {
"official": false,
"official": true,
"custom": true
},
"baseCostCredits": 300,
Expand Down

0 comments on commit 6d708eb

Please sign in to comment.