New hint tutorial system (unfinished!)
This commit is contained in:
@@ -2059,6 +2059,7 @@ public class Blocks implements ContentList{
|
||||
size = 7;
|
||||
hasPower = true;
|
||||
consumes.power(10f);
|
||||
buildCostMultiplier = 0.5f;
|
||||
}};
|
||||
|
||||
//endregion campaign
|
||||
|
||||
@@ -1250,6 +1250,7 @@ public class UnitTypes implements ContentList{
|
||||
defaultController = RepairAI::new;
|
||||
|
||||
mineTier = 3;
|
||||
mineSpeed = 4f;
|
||||
health = 500;
|
||||
armor = 5f;
|
||||
speed = 2.5f;
|
||||
|
||||
Reference in New Issue
Block a user