🔬
Urbek City Builder: Modding Doc
  • Urbek City Builder: Modding
  • Getting Started
    • Creating Your First Mod
    • How to use JSON
    • Make a 3D Model
    • Mod Folder Structure
  • Guides
    • Adding Constructions
    • Adding Models
    • Replace Models
  • In depth knowledge
    • Structure Model Format
    • Structure Attributes
      • Appearance
      • Availability & Unblock
      • Identification
      • Placement
      • Paths
      • Policy
      • Resources
      • Sound
      • Upgrades & Abandon
    • In-Game Data Names
      • Biomes
      • Building Category
      • Building Names
        • Map 0 - Temperate
        • Map 1 - Desert
        • Map 2 - Archipel
        • Map 3 - Forest
        • Map 4 - Ruins
      • Global Variables
      • Local Variables
      • Resources
Powered by GitBook
On this page
  • Sound Effect List - SE_list
  • Sound Effect Probability - SE_probability
  • Sound Effect Delay - SE_delay
  1. In depth knowledge
  2. Structure Attributes

Sound

Sound Effect List - SE_list

List of sounds it produces.

Attribute Type: List of sound names.

Sound Effect Probability - SE_probability

Probability to produce a sound.

Attribute Type: Number (with decimal).

Sound Effect Delay - SE_delay

Delay between it emits a sound and can emit it again.

Attribute Type: Number (with decimal) in seconds.

PreviousResourcesNextUpgrades & Abandon

Last updated 2 years ago