70 lines
2.2 KiB
INI
70 lines
2.2 KiB
INI
|
## Settings file was created by plugin rpmwpm.UnderFire v0.0.1
|
||
|
## Plugin GUID: com.rpmwpm.UnderFire
|
||
|
|
||
|
[1. Main Settings]
|
||
|
|
||
|
## Enables Adrenaline when the player is being suppressed (shot at).
|
||
|
# Setting type: Boolean
|
||
|
# Default value: true
|
||
|
Enable Adrenaline On Suppression = true
|
||
|
|
||
|
## Enables Adrenaline when the player is shot.
|
||
|
# Setting type: Boolean
|
||
|
# Default value: false
|
||
|
Enable Adrenaline On Hit = false
|
||
|
|
||
|
[2. Suprression Settings]
|
||
|
|
||
|
## How close the bullets have to fly by in order for the Adrenaline to activate from the suppression effect (a value of 5 means the bullets have to fly within 5 meters for suppression to activate).
|
||
|
# Setting type: Int32
|
||
|
# Default value: 5
|
||
|
# Acceptable value range: From 0 to 100
|
||
|
Max Suppression Distance for Bullets in Meters = 5
|
||
|
|
||
|
## How close the shooter has to be in order for the Adrenaline to activate from the suppression effect (this is useful if you don't like being suppressed from snipers).
|
||
|
# Setting type: Int32
|
||
|
# Default value: 80
|
||
|
# Acceptable value range: From 0 to 300
|
||
|
Max Shooter Distance in Meters = 80
|
||
|
|
||
|
[3. Adrenaline Effects Settings]
|
||
|
|
||
|
## How long the effects of adrenaline lasts.
|
||
|
# Setting type: Single
|
||
|
# Default value: 60
|
||
|
# Acceptable value range: From 0 to 1200
|
||
|
Duration of Adrenaline Effect in Secs = 60
|
||
|
|
||
|
## How long after the adrenaline effect is triggered before it can be triggered again.
|
||
|
# Setting type: Single
|
||
|
# Default value: 180
|
||
|
# Acceptable value range: From 0 to 1200
|
||
|
Cooldown of Adrenaline Effect in Secs = 180
|
||
|
|
||
|
## Enables the tunnel vision effect when Adrenaline is activated.
|
||
|
# Setting type: Boolean
|
||
|
# Default value: true
|
||
|
Enable Tunnel Vision Effect = true
|
||
|
|
||
|
## Enables the pain killer effect when Adrenaline is activated (it lasts for Duration / 2).
|
||
|
# Setting type: Boolean
|
||
|
# Default value: true
|
||
|
Enable Pain Killer Effect = true
|
||
|
|
||
|
## Enables the tremor effect when Adrenaline is activated.
|
||
|
# Setting type: Boolean
|
||
|
# Default value: true
|
||
|
Enable Tremor Effect = true
|
||
|
|
||
|
## Enables the stamina burst effect (this adds some stamina) when Adrenaline is activated.
|
||
|
# Setting type: Boolean
|
||
|
# Default value: true
|
||
|
Enable Stamina Burst Effect = true
|
||
|
|
||
|
## The rate of stamina points to increase the restore rate by (set to 0 to disable).
|
||
|
# Setting type: Int32
|
||
|
# Default value: 2
|
||
|
# Acceptable value range: From 0 to 20
|
||
|
Stamina Restore Rate Increase = 2
|
||
|
|