About Turret Tweaks
Installation
Unzip the archive.
Drag TurretTweaks.cs under the oxide/plugins folder of your server.
Permissions
Default permission - turrettweaks.default
You can set permissions for VIP to give them custom values.
Example: turrettweaks.vip
Features:
Auto Turret Settings
- Health
- Accuracy
- Range
- Bullet Speed
- Damage Scale
- Power Consumption
- Infinite Ammo
- Block ExploAmmo to be Infinite
Sam Site Settings
- Health
- Infinite Ammo
- Damage Scale
Flame Turret Settings
- Health
- Turret Arc
- Flame Range
- Flame Radius
- Flame Triggered Duration
- Infinite Low Grade
- Fuel Consumption Multiplier
- Damage Scale
Shotgun Trap Settings
- Health
- Infinite Ammo
- Aim Cone
- Sensor Radius
- Damage Scale
Config example
{
"VERSION": "v1.1.0",
"PermissionsList": [
{
"Permission Name: (Copy/Paste this for more permissions)": "turrettweaks.default",
"AutoTurret Settings:": [
{
"Health (Default = 1000):": 1000.0,
"Accuracy (Default = 5):": 5.0,
"Range (Default = 30):": 30.0,
"Bullet Speed (Default = 10):": 10.0,
"Damage Scale (Default = 1.0):": 1.0,
"Power Consumption (Default = 10):": 10,
"Infinite Ammo (Default = false):": false,
"Block ExploAmmo to be Infinite (Default = true):": true,
"AutoTurrets per player (0 means infinite):": 0
}
],
"SamSite Settings:": [
{
"Health (Default = 1000):": 1000.0,
"Infinite Ammo (Default = false):": false,
"Damage Scale (Default = 1.0):": 1.0,
"SamSite per player (0 means infinite)": 0
}
],
"FlameTurret Settings:": [
{
"Health (Default = 300):": 300.0,
"Turret Arc (Default = 45 degrees):": 45.0,
"Flame Range (Default = 8):": 8.0,
"Flame Radius (Default = 2):": 2.0,
"Flame Triggered Duration (in seconds) (Default = 5):": 5.0,
"Infinite LowGrade (Default = false):": false,
"Fuel Consumption Multiplier (Default = 1):": 1.0,
"Damage Scale (Default = 1.0):": 1.0,
"FlameTurrets per player (0 means infinite):": 0
}
],
"ShotgunTrap Settings:": [
{
"Health (Default = 300):": 300.0,
"Infinite Ammo (Default = false):": false,
"AimCone (Default = 40):": 40,
"SensorRadius (Default = 1.25):": 1.25,
"Damage Scale (Default = 1.0):": 1.0,
"ShotGunTraps per player (0 means infinite):": 0
}
]
},
{
"Permission Name: (Copy/Paste this for more permissions)": "turrettweaks.vip",
"AutoTurret Settings:": [
{
"Health (Default = 1000):": 5000.0,
"Accuracy (Default = 5):": 10.0,
"Range (Default = 30):": 50.0,
"Bullet Speed (Default = 10):": 15.0,
"Damage Scale (Default = 1.0):": 1.2,
"Power Consumption (Default = 10):": 5,
"Infinite Ammo (Default = false):": true,
"Block ExploAmmo to be Infinite (Default = true):": true,
"AutoTurrets per player (0 means infinite):": 0
}
],
"SamSite Settings:": [
{
"Health (Default = 1000):": 5000.0,
"Infinite Ammo (Default = false):": true,
"Damage Scale (Default = 1.0):": 1.0,
"SamSite per player (0 means infinite)": 0
}
],
"FlameTurret Settings:": [
{
"Health (Default = 300):": 2000.0,
"Turret Arc (Default = 45 degrees):": 60.0,
"Flame Range (Default = 8):": 10.0,
"Flame Radius (Default = 2):": 4.0,
"Flame Triggered Duration (in seconds) (Default = 5):": 8.0,
"Infinite LowGrade (Default = false):": true,
"Fuel Consumption Multiplier (Default = 1):": 1.0,
"Damage Scale (Default = 1.0):": 1.0,
"FlameTurrets per player (0 means infinite):": 0
}
],
"ShotgunTrap Settings:": [
{
"Health (Default = 300):": 2000.0,
"Infinite Ammo (Default = false):": true,
"AimCone (Default = 40):": 60,
"SensorRadius (Default = 1.25):": 1.5,
"Damage Scale (Default = 1.0):": 1.0,
"ShotGunTraps per player (0 means infinite):": 0
}
]
}
]
}