mirror of
https://github.com/ApfelTeeSaft/PlanetFleet.git
synced 2026-08-26 19:33:38 +00:00
6 lines
462 B
Lua
6 lines
462 B
Lua
units.speed = {.025, .025, .025, .025, .05, .05, .05, .1, .1, .1, .1, .1, .1, .15, .1, .1, .1}
|
|
units.destinationOffset = {.75, .75, .75, .75, 1, 1, 1, .1, .1, .1, .1, .1, .5, .5, .75, .75}
|
|
units.anglePrecision = {.1, .1, .1, .1, .1, .1, .1, .1, .1, .1, .1, .1, .2, .2, .1, .1, .1, .1, .1}
|
|
units.maxTurnAngle = {.1, .1, .1, .1, .5, .5, .5, 1, 1, .5, .5, 1, 2, 2, .5, .5, .5, .5, .5}
|
|
units.garrisonCategory = {1, 2, 2, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3}
|