Braziers

So you think armour should be more powerful, is what you’re saying.

Maybe the zombie bit the back of his neck, or pushed the helmet back and knawed on his forehead. A kevlar helmet seems pretty bite proof to me but it’s not infallible in real life and should’nt make one zombie-proof in the game.

Then again, I notice in the recent builds enemies seem to hit almost exclusively in the head and torso. Especially the head. Like, damn put your hands up in front or something I don’t know how you can let a wolf bite you in the mouth 6 times in a row.

To be real honest I’d much prefer being bitten in the head rather than the neck. so just roll with how it is. A neck option opens up room for a second critical kill zone and you KNOW some evil bastard is gonna have wolves and cougars jumping for the jugular.

They just want to kiss you!

[quote=“iceball3, post:20, topic:1405”]1: But the game explicitly stated i was hit where my armor had coverage on my head. If it was the eyes or mouth slot then I’d obviously not mind receiving that injury if it was due to a facial wound, where the helmet fails to cover.
2 and 3: I am still not convinced that normal zeds should be allowed to bite clean through an army helmet, unless the devs decide to actually establish an exceeding strength by having them bite off entire limbs.[/quote]
Army helmet:

Notice all of the area that is not covered by the helmet? Army helmets aren’t giant bubbles that completely surround your head. Thus it is fully possible to get hit with a bite at spots where you aren’t fully covered.

As best as I can tell, yes, which should probably be considered a bug (it has been a while since I looked at that code though, so something might have changed int he meantime.

[quote=“i2amroy, post:25, topic:1405”][quote=“iceball3, post:20, topic:1405”]1: But the game explicitly stated i was hit where my armor had coverage on my head. If it was the eyes or mouth slot then I’d obviously not mind receiving that injury if it was due to a facial wound, where the helmet fails to cover.
2 and 3: I am still not convinced that normal zeds should be allowed to bite clean through an army helmet, unless the devs decide to actually establish an exceeding strength by having them bite off entire limbs.[/quote]
Army helmet:

Notice all of the area that is not covered by the helmet? Army helmets aren’t giant bubbles that completely surround your head. Thus it is fully possible to get hit with a bite at spots where you aren’t fully covered.[/quote]

However, a Motorcycle Helmet would be pretty much 100% coverage. Space Helmet (cf. Hazmat Suit) would in fact be the head-surrounding giant bubble, FWIW.

As best as I can tell, yes, which should probably be considered a bug (it has been a while since I looked at that code though, so something might have changed int he meantime.[/quote]

OK, that could be an issue (especially with WBlock, where the zed only hit your weapon). I recall GlyphGryph (I think) or some other dev talking about how Bites were guaranteed hits if the PC didn’t Dodge, though, and that seems like a fairly hefty nerf to blocks and heavy armor.

That was me actually. :stuck_out_tongue: And the exact thing I was referring to was that for normal attacks creatures have a built in chance to “miss” based on their melee skills (normal zombies are somewhere in the 8-10% range IIRC). Special attacks (such as vine/tentacle whip attacks or bites) don’t have that chance to “miss”, so the only times they won’t hit is if the player manages to dodge them.

As for block/armor against bite it appears that it bypasses all block checks but does take into account armor. Thus being a crazy kung-fu master (with a low dodge skill) or having a weapon with a large block chance won’t help you, but having good armor will protect you from the damage. As for the bite “disease”, it has a 1 in 10 chance to apply if you don’t dodge it, regardless of whether or not it penetrates your armor (which I’ll probably take a shot at fixing right now).

That was me actually. :stuck_out_tongue: And the exact thing I was referring to was that for normal attacks creatures have a built in chance to “miss” based on their melee skills (normal zombies are somewhere in the 8-10% range IIRC). Special attacks (such as vine/tentacle whip attacks or bites) don’t have that chance to “miss”, so the only times they won’t hit is if the player manages to dodge them.

As for block/armor against bite it appears that it bypasses all block checks but does take into account armor. Thus being a crazy kung-fu master (with a low dodge skill) or having a weapon with a large block chance won’t help you, but having good armor will protect you from the damage. As for the bite “disease”, it has a 1 in 10 chance to apply if you don’t dodge it, regardless of whether or not it penetrates your armor (which I’ll probably take a shot at fixing right now).[/quote]Perhaps you might fix bears causing bleeding through armour too? They definitely were not penetrating my power armour.

There is also the same issue with poisoning, etc.
Anything that causes effects doesn’t really check whether you actually got injured by the attack first…

Derailing a derailed thread, but whatever. Are sledgehammers worthy for battle? How much strength would I need to use one effectively, and will there ever be a way to increase strenght, perception, dexterity and intelligence without mutations?

[quote=“iceball3, post:29, topic:1405”]There is also the same issue with poisoning, etc.
Anything that causes effects doesn’t really check whether you actually got injured by the attack first…[/quote]
Pull request updated to include bleeding and poison effects, thanks for the heads up.

As for sledgehammers unless you’ve got some nice STR boosting mutations or hydraulic muscles they usually aren’t worth bothering with.

For increasing stats without mutations right now I’m looking at maybe making a system for it, but it would have three key features:
1)A lot of work for a little gain.
2)Could decrease back to your normal levels.
3)Will be capped at a realistic value (to show how you can reach a point where your body is limiting you, not how much you are working out).

In order to use a sledgehammer effectively depends on both your strength and your bashing skill.
The bash damage of a sledgehammer is 40, your strength+skill must equal 35 to utilize it properly as the damage cap for bashing is 5+str+skill.
Basic conclusion is that if you want to fight with a sledgehammer, start with really high strength and try to find Hydraulic Muscles.

For increasing stats without mutations right now I'm looking at maybe making a system for it...
This sounds pretty good, having stats be dynamic would be great for those who want to adapt to different playstyles without starting a new character or drinking mutagens.

That was me actually. :stuck_out_tongue: And the exact thing I was referring to was that for normal attacks creatures have a built in chance to “miss” based on their melee skills (normal zombies are somewhere in the 8-10% range IIRC). Special attacks (such as vine/tentacle whip attacks or bites) don’t have that chance to “miss”, so the only times they won’t hit is if the player manages to dodge them.

As for block/armor against bite it appears that it bypasses all block checks but does take into account armor. Thus being a crazy kung-fu master (with a low dodge skill) or having a weapon with a large block chance won’t help you, but having good armor will protect you from the damage. As for the bite “disease”, it has a 1 in 10 chance to apply if you don’t dodge it, regardless of whether or not it penetrates your armor (which I’ll probably take a shot at fixing right now).[/quote]

Well, there is the bonus for H2H blocking where you only take 50% (or less: Taekwondo & Tai Chi can get massive damage-reduction) of the damage, so with good arm/leg armor MA-fighters would be able to soak the damage. Basically a slap to WBlock.

Good to see heavy-armor getting the boost: that ought to make Kevlar/Plate/Powered more viable.