Added increase to robotcount when completing research, added value modifiers for robot types.
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user