[0.17.23]nuclear-reactor light is invalid

Bugs that are actually features.
muink
Manual Inserter
Manual Inserter
Posts: 3
Joined: Fri Mar 22, 2019 12:35 am
Contact:

[0.17.23]nuclear-reactor light is invalid

Post by muink »

Nuclear reactor has two layers of light, and the white layer is uncontrolled.
1.PNG
1.PNG (3.17 KiB) Viewed 898 times
2.PNG
2.PNG (448.52 KiB) Viewed 898 times
posila
Former Staff
Former Staff
Posts: 5448
Joined: Thu Jun 11, 2015 1:35 pm
Contact:

Re: [0.17.23]nuclear-reactor light is invalid

Post by posila »

If I understood correctly what you are reporting as a bug, the white light comes from reactor's burner energy source. If light_flicker is not specified in the energy_source definition, it defaults to:

Code: Select all

light_flicker = 
{
  minimum_intensity = 0.2,
  maximum_intensity = 0.8,
  derivation_change_frequency = 0.3,
  derivation_change_deviation = 0.06,
  border_fix_speed = 0.02,
  minimum_light_size = 0.5,
  light_intensity_to_size_coefficient = 0.5,
  color = { r = 1, g = 1, b = 1 }
}
Post Reply

Return to “Not a bug”