You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
227 B

local Shared = {}
-- used in data phase and control
Shared.spaceship_victory_speed = 250
Shared.spaceship_victory_duration = 600
Shared.resources_with_shared_controls = {
"lithia-water", --uses ground-water
}
return Shared