Garry's Mod

Garry's Mod

[ARC9] EFT Explosives
I like games 3. aug. 2023 kl. 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.
< >
Viser 1-5 af 5 kommentarer
Darsu  [udvikler] 3. aug. 2023 kl. 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  [udvikler] 3. aug. 2023 kl. 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
Sidst redigeret af Darsu; 3. aug. 2023 kl. 9:43
I like games 3. aug. 2023 kl. 21:51 
I absolutely love the mods AND the reply. Thank you for informing me!
How do i use it
I like games 19. aug. 2023 kl. 6:32 
Oprindeligt skrevet af Close button:
How do i use it
Use the grenades?
< >
Viser 1-5 af 5 kommentarer
Per side: 1530 50