Garry's Mod

Garry's Mod

[ARC9] EFT Explosives
I like games 2023 年 8 月 3 日 上午 9:18
Differences between the grenades
Was just wondering if I could understand the difference of the different explosive grenades (not stun) since I have found that, besides the fuse time, there isn't much difference. I am not including the RGN and RGO grenades since they seem to be in their own separate category being an "explode on impact" type.

I absolutely love these addons and I want to understand one aspect of them.
< >
正在显示第 1 - 5 条,共 5 条留言
Darsu  [开发者] 2023 年 8 月 3 日 上午 9:38 
DMG is splash damage
Splash damage radius is randomized between dmgRadiusMin and dmgRadiusMax in meters
shakeRadius is concussion range in meters
contusionLength is concussion effect on player duration on direct hit
shrapnelCount and shrapnelDMG is count and damage for fragments flying in random directions on explosion

f1:
ENT.dmg = 250
ENT.dmgradiusminM = 3 * 2
ENT.dmgradiusmaxM = 7 * 1.5
ENT.shakeradiusM = 18
ENT.contusionLength = 10
ENT.shrapnelcount = 90
ENT.shrapneldmg = 40

m67:
ENT.dmg = 300
ENT.dmgradiusminM = 4 * 2
ENT.dmgradiusmaxM = 8 * 1.5
ENT.shakeradiusM = 16.5
ENT.contusionLength = 10
ENT.shrapnelcount = 75
ENT.shrapneldmg = 45

rgd5:
ENT.dmg = 200
ENT.dmgradiusminM = 3 * 2
ENT.dmgradiusmaxM = 7 * 1.5
ENT.shakeradiusM = 15
ENT.contusionLength = 10
ENT.shrapnelcount = 70
ENT.shrapneldmg = 55

vog17:
ENT.dmg = 150
ENT.dmgradiusminM = 2 * 2
ENT.dmgradiusmaxM = 6 * 1.5
ENT.shakeradiusM = 11
ENT.contusionLength = 10
ENT.shrapnelcount = 100
ENT.shrapneldmg = 55

vog25:
ENT.dmg = 150
ENT.dmgradiusminM = 2 * 2
ENT.dmgradiusmaxM = 7 * 1.5
ENT.shakeradiusM = 8
ENT.contusionLength = 10
ENT.shrapnelcount = 35
ENT.shrapneldmg = 40

rgn:
ENT.dmg = 100
ENT.dmgradiusminM = 2 * 2
ENT.dmgradiusmaxM = 5 * 1.5
ENT.shakeradiusM = 15
ENT.contusionLength = 10
ENT.shrapnelcount = 75
ENT.shrapneldmg = 55

rgo:
ENT.dmg = 125
ENT.dmgradiusminM = 2 * 2
ENT.dmgradiusmaxM = 7 * 1.5
ENT.shakeradiusM = 13.5
ENT.contusionLength = 10
ENT.shrapnelcount = 85
ENT.shrapneldmg = 40
Darsu  [开发者] 2023 年 8 月 3 日 上午 9:39 
It is kinda hard to "balance" them based off tarkov stats considering players in tarkov have 450 hp
plus there is no direct non sharpnel damage written in tarkov stats so its ass
最后由 Darsu 编辑于; 2023 年 8 月 3 日 上午 9:43
I like games 2023 年 8 月 3 日 下午 9:51 
I absolutely love the mods AND the reply. Thank you for informing me!
Totally Not Open Button 2023 年 8 月 19 日 上午 5:47 
How do i use it
I like games 2023 年 8 月 19 日 上午 6:32 
引用自 Close button
How do i use it
Use the grenades?
< >
正在显示第 1 - 5 条,共 5 条留言
每页显示数: 1530 50