VERSION = 1,

option Moats.RemoveShores
{
    type = boolean,
    default = false,
    page = Moats,
    translation = Moats_RemoveShores,
}

option Moats.FloodingSpeed
{
    type = double,
    min = 0,
    max = 100000.0,
    default = 1.0,
    page = Moats,
    translation = Moats_FloodingSpeed,
}