Added increase to robotcount when completing research, added value modifiers for robot types.

This commit is contained in:
2026-05-09 15:46:16 +02:00
parent 78d1014067
commit aee2ee7f3d
7 changed files with 135 additions and 20 deletions
@@ -18,6 +18,7 @@ public class ResearchEffect
"robot_cooling_bonus" => $"Robot cooling +{Value * 100f:0}%",
"robot_maintenance_loss_reduction" => $"Robot maintenance loss -{Value * 100f:0}%",
"robot_minimum_efficiency_bonus" => $"Damaged robot efficiency +{Value * 100f:0}%",
"robot_count_increase" => $"Allows more robots +{Value}",
_ => Stat
};
}