Why do gloves/gauntlets have str=-0.6 for dammod?

Have a really dumb question? Ask it here to get help from the experts (or those with too much time on their hands)

Moderator: Moderator

Post Reply
Message
Author
visage
Archmage
Posts: 345
Joined: Fri Jan 10, 2014 4:09 pm

Why do gloves/gauntlets have str=-0.6 for dammod?

#1 Post by visage »

I decided to investigate whether the 1.6.5 combatDamage changes impacted the relative merits of gloves vs gauntlets for brawlers and ran across:

Code: Select all

			dammod = {dex=0.4, str=-0.6, cun=0.4 },
Why's strength represented as -0.6? (Other weapons with less-than-100%-strength contributions have str=0.45 or similar.)

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: Why do gloves/gauntlets have str=-0.6 for dammod?

#2 Post by darkgod »

Because gloves combat is ADDED to the base unarmed damage of actors, which by default has a dammod of str=1
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

visage
Archmage
Posts: 345
Joined: Fri Jan 10, 2014 4:09 pm

Re: Why do gloves/gauntlets have str=-0.6 for dammod?

#3 Post by visage »

That makes sense. Thanks for the response!

Post Reply