Skip to content

Commit 96615f0

Browse files
authored
Reduce buildtime of hives (#7062)
1 parent e933b5d commit 96615f0

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

changelog/snippets/balance.7062.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
- (#7062) Reduce the build time of hives, especially for the lower levels, to make them worth building over T3 engineers when you need buildpower very quickly.
2+
3+
**The Hive: T2 Engineering Station (XRB0104, XRB0204, XRB0304):**
4+
- Build time:
5+
- Level 1: 1171 -> 880
6+
- Level 2: 1171 -> 1000
7+
- Level 3: 1171 -> 1120

units/XRB0104/XRB0104_unit.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ UnitBlueprint{
9292
BuildCostEnergy = 2100,
9393
BuildCostMass = 350,
9494
BuildRate = 20,
95-
BuildTime = 1171,
95+
BuildTime = 880,
9696
BuildableCategory = { "xrb0204" },
9797
UpgradeOnlyCategory = { "xrb0204" },
9898
MaxBuildDistance = 15,

units/XRB0204/XRB0204_unit.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ UnitBlueprint{
8989
BuildCostEnergy = 4200,
9090
BuildCostMass = 700,
9191
BuildRate = 37,
92-
BuildTime = 1171,
92+
BuildTime = 1000,
9393
BuildableCategory = { "xrb0304" },
9494
UpgradeOnlyCategory = { "xrb0304" },
9595
DifferentialUpgradeCostCalculation = true,

units/XRB0304/XRB0304_unit.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ UnitBlueprint{
8585
BuildCostEnergy = 6300,
8686
BuildCostMass = 1050,
8787
BuildRate = 50,
88-
BuildTime = 1171,
88+
BuildTime = 1120,
8989
DifferentialUpgradeCostCalculation = true,
9090
MaxBuildDistance = 25,
9191
RebuildBonusIds = { "xrb0104" },

0 commit comments

Comments
 (0)