-
-
Notifications
You must be signed in to change notification settings - Fork 128
[New Feature] restrictions on the existence of radiation #183
Description
Everyone knows that if you shoot with a weapon with RadLevel at one and the same constantly - its effect "multiply" or "doubles", call it whatever you want.
(At this moment there is such a problem "multiply" - video)
This is both an original game bug, and below is a proposal for the future
RadLevel.LimitFrame=
A certain amount frame will not exceed existence,
so that radiation does not ... "multiply"
eg
; rules
[weapon]
RadLevel = 500 ; how many frames the radiation exists.
RadLevel.LimitFrame = 1000 ; how many frames maximum this radiation will exist. more than this value, radiation cannot exist. (Will disappear from 500 to 1000)
; Thus, you can prevent the "multiplication" of radiation
; by default - RadLevel.LimitFrame off ("multiplication" works)
Well, for obvious reasons, you can enter the number of values of restrictions from the value of RadLevel
if you have
RadLevel - 500
then you must enter values
RadLevel.LimitFrame - not less 500, and above