Fire Spread
Enables fires to spread to other buildings. This is a work in progress! There may be lag if there are a ton of burning buildings!
BaseFireSpreadChance – float – The base chance (in %) that a building can have fire spread to it
NoWaterFireSpreadAdditional – float – An additional chance (in %) that a building can have fire spread to it, if there is no water hookups to the building. This is added on top of the base chance.
UneducatedFireSpreadAdditional – float – An additional chance (in %) that a building can have fire spread to it, if there are no educated workers building. This is added on top of the base chance.
FireSpreadModifier – float – A modifier for the overall chance for fire to be spread to a building. The internal ‘random’ generator creates a number between 0.0 and 1.0 so this value should modify the total chance to within that range.