Skip to content

[New Feature] restrictions on the existence of radiation #183

@DmitryVolkov666

Description

@DmitryVolkov666

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions