Comment 2 for bug 894885

Revision history for this message
Bug Importer (bug-importer) wrote :

[RadType1]
Radiation.Priority=500
Radiation.MaxLevel=500
[RadType2]
Radiation.Priority=750
Radiation.MaxLevel=750
[RadType3]
Radiation.Priority=250
Radiation.MaxLevel=250

If the 3 types all overlap then RadType2 MaxLevel is used.

-or-

[RadType1]
Radiation.Priority=1
Radiation.MaxLevel=500
[RadType2]
Radiation.Priority=2
Radiation.MaxLevel=750
[RadType3]
Radiation.Priority=1
Radiation.MaxLevel=750
[RadType4]
Radiation.Priority=3
Radiation.MaxLevel=250

If the 4 types all overlap then RadType4 MaxLevel is used.
If RadType1 and RadType3 overlap (both Priority=1) then highest MaxLevel is used.