Please do not ask when mod authors will update their mods to 3.9.X
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
Bothering mod authors will lead to warnings and repeat offenses will lead to eventual bans.
-
Version 1.0.0
- gaylatea
- 3.1k Downloads
Shturman
can we get a update for this mod ? it was one of the best
SaintMellec
Would love for this to be updated for 3.8.3!
Also, does it also apply to Tagilla's hammer (specifically while he's holding it)?
lsutigers527
No promises this won't break anything, but i'm using it on 3.8.3 and so far no issues.
All the mod seems to do is multiply the stab/slash damage values by 10, so i'm not sure it really needs an update?
SaintMellec
cool. So does it also mean Tagilla's hammer is for sure a one-hit-kill?
VyLily
I unsure if it was this mod that caused it but after installing my melee wasn't doing any damage. even after uninstalling. any solutions?
MURUM
Is it compatible with Spt Realism? Because I can see bots not dying by one shot to torax/head.
SaintMellec
Any functionality on 3.5.5?
BanditVeteran
Any idea if this would work on 3.5.2? Seems like a badass thing to make a Red Rebel hurt like hell lol
gaylatea Author
Probably would work with other versions? Worth a shot, limited support from me of course since that’s a pretty old version.
BanditVeteran
Finally got to test it, works like a charm! Thanks
Juanito
how do i install this?
RogueTech67
It's a standard "server" mod. It gets extracted to \user\mods
RogueTech67
Since there is not a config file, for anyone wanting to change the damage multiplier (i.e. 10x down to 5x or 2x), just edit \src\mod.ts
for(const item of Object.values(serverDB.templates.items)) {
if(item._props.knifeHitSlashDam) {
item._props.knifeHitSlashDam *= 10;
item._props.knifeHitStabDam *= 10;