implemented CPU player building a land factory

This commit is contained in:
devZoGok
2023-12-16 17:26:12 +02:00
parent eee806b3b8
commit 4e59cdcd75
13 changed files with 167 additions and 37 deletions
+5
View File
@@ -0,0 +1,5 @@
AbilityType = {SPEED = 0}
ablilities = {
{type = AbilityType.SPEED, ammount = .2, units = {UnitClass.WAR_MECH}}
}