Garry's Mod
[ARC9] EFT Explosives
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.
< >
Se afișează 1-5 din 5 comentarii
Darsu  [dezvoltator] 3 aug. 2023 la 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  [dezvoltator] 3 aug. 2023 la 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
Editat ultima dată de Darsu; 3 aug. 2023 la 9:43
I absolutely love the mods AND the reply. Thank you for informing me!
How do i use it
Postat inițial de Close button:
How do i use it
Use the grenades?
< >
Se afișează 1-5 din 5 comentarii
Per pagină: 1530 50