Can you add
RotationPeriodSpeed (in celestial bodie, at the equator,in m/s or km/h),
RotationPeriodSpeedAngular (in celestial bodie, at the equator, in rad/s or tr/min),
PeriodSpeed (in
Orbit, average, in m/s or km/h),
PeriodSpeedAngular (in
Orbit, average, in rad/s or tr/min) and
VelocityAngular (in
Clouds, at the equator, in rad/s or tr/min) ?
And it is planned in planet catalogs to have procedural object ? I.e. for example I make a single or multiple system and I want to add planet around star, or add moons around planet or other object.
Star "Starya"
{
ParentBody "Barya system"
RadSol 0.7
MassSol 0.7
Luminosity 0.7
Orbit
{
SemiMajorAxis 4.32
RefPlane "Equator"
Inclination 0
}
Generate
{
Planet 8
//PlanetMin 4
//PlanetMax 10
PlanetClass ("Rock":0.7; "Giant":0.3) //Rock (Desert, Terra, ...), Giant (GasGiant, IceGiant), value between 0 and 1
//PlanetClass ("Terra":0.2, "Life:Organic, Multicellular, Terrestrial, Maritime":0.5; "Desert":0.3, "Life":0; "IceWorld":0.2; "IceGiant":0.15; "GasGiant":0.15)
PlanetLife 0.5
//PlanetRadius 7951
PlanetRadiusMin 463
PlanetRadiusMax 7563
//PlanetMass 7.3
PlanetMassMin 0.024
PlanetMassMax 17.36
//Moon 3
MoonMin 0
MoonMax 3
}
}
Planet "Planya"
{
ParentBody "Starya"
Radius 3420
Mass 0.72
Class "Desert"
NoLife true
RotationPeriodSpeed 450 //or RotationPeriodSpeedAngular
Clouds
{
Coverage 0.42
VelocityAngular 0.01
}
Orbit
{
RefPlane "Equator"
Inclination 1.37
Eccentricity 0.0453
PeriodSpeed 1.07 //or PeriodSpeedAngular
}
Generate
{
Moon 2
}
}