LightningProperties :: struct
| lightnings_per_chunk_per_tick | :: double | |
| search_radius | :: double | |
| lightning_types | :: array[EntityID] | Cannot be an empty array. [...] |
Cannot be an empty array. [...] | ||
| priority_rules optional | :: array[LightningPriorityRule] | |
| exemption_rules optional | :: array[LightningRuleBase] | |
| lightning_multiplier_at_day optional | :: double | Must be in range |
Must be in range | ||
| lightning_multiplier_at_night optional | :: double | Must be in range |
Must be in range | ||
| multiplier_surface_property optional | :: SurfacePropertyID | When set, value of that surface property will be used as an additional multiplier to the lightning frequency. [...] |
When set, value of that surface property will be used as an additional multiplier to the lightning frequency. [...] | ||
| lightning_warning_icon optional | :: Sprite | Icon to render on top of entities that are endangered by lightning. [...] |
Icon to render on top of entities that are endangered by lightning. [...] | ||


