Prototype/WindSound

From Official Factorio Wiki
Revision as of 11:33, 4 March 2019 by Bilka (talk | contribs) (0.17)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Basics

Prototype type: wind-sound

Properties

type

Type: Types/string

Specification of the type of the prototype. Must be "wind-sound".

name

Type: Types/string

Unique textual identification of the prototype.

sound

Type: Types/Sound

The sound file and volume.

Example

{
    type = "wind-sound",
    name = "wind-1",
    sound =
    {
      filename = "__base__/sound/wind/wind.ogg",
      volume = 1.0
    }
  }