AmbientSound 'ambient-sound' changedExample code
| type | :: "ambient-sound" | Specification of the type of the prototype. |
Specification of the type of the prototype. | ||
| name | :: string | Unique textual identification of the prototype. |
Unique textual identification of the prototype. | ||
| titlenew optional | :: string | Alternative name of the track. [...] |
Alternative name of the track. [...] | ||
| weight optional | :: double | Cannot be less than zero. [...] |
Cannot be less than zero. [...] | ||
| track_type | :: AmbientSoundType | |
| planetsnew optional | :: array[SpaceLocationID] | The track can play only on specified planets. [...] |
The track can play only on specified planets. [...] | ||
| surface_namesnew optional | :: array[string] | The track can play only on surfaces with specified names. [...] |
The track can play only on surfaces with specified names. [...] | ||
| play_on_all_surfacesnew optional | :: boolean | The track can play everywhere. [...] |
The track can play everywhere. [...] | ||
| exclude_planetsnew optional | :: array[SpaceLocationID] | The track cannot play on specified planets. [...] |
The track cannot play on specified planets. [...] | ||
| exclude_surface_namesnew optional | :: array[string] | The track cannot play on surfaces with specified name. [...] |
The track cannot play on surfaces with specified name. [...] | ||
| sound optional | :: Sound | Static music track. [...] |
Static music track. [...] | ||
| variable_sound optional | :: VariableAmbientSoundVariableSound | Variable music track. [...] |
Variable music track. [...] | ||


