mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
6 lines
116 B
Lua
6 lines
116 B
Lua
AbilityType = {SPEED = 0}
|
|
|
|
ablilities = {
|
|
{type = AbilityType.SPEED, ammount = .2, units = {UnitClass.WAR_MECH}}
|
|
}
|