[New Feature] restrictions on the existence of radiation #909
DmitryVolkov666
started this conversation in
Ideas and feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Beta Was this translation helpful? Give feedback.
All reactions