Author Topic: please accurate answers for my little questions.  (Read 492 times)

0 Members and 1 Guest are viewing this topic.

Offline JOPOTINTTI

  • Noble
  • **
  • Renown: 11
  • Infamy: 14
  • cRPG Player
    • View Profile
please accurate answers for my little questions.
« on: April 30, 2012, 08:20:17 pm »
0
1. Gauntlets Increase Fists damage Y/N. If yes with what formula ?

2. STR increases Fists damage Y/N. If yes with what formula ?

3. PS adds more fists dmg Y/N. If yes , with same formula as for weapons ?




(click to show/hide)
« Last Edit: April 30, 2012, 08:27:14 pm by JOPOTINTTI »

Offline autobus

  • OKAM Developer
  • ***
  • Renown: 598
  • Infamy: 127
  • cRPG Player Sir White Knight
    • View Profile
  • Faction: Bartering Brigade "Black Tea"
  • Game nicks: Autobus, Shushu, Samodur
  • IRC nick: Autobus
Re: please accurate answers for my little questions.
« Reply #1 on: April 30, 2012, 08:42:24 pm »
0
The answer would be yes.
you're welcome.

Offline Cosmos_Shielder

  • Baron
  • ****
  • Renown: 137
  • Infamy: 71
  • cRPG Player
  • French Connection Leader
    • View Profile
  • Faction: Pecores
  • Game nicks: Roland De Gilead
Re: please accurate answers for my little questions.
« Reply #2 on: April 30, 2012, 08:46:47 pm »
+1
Quote
So with cmp opening the on_agent_hit pandora's box with his ninja bump slash nerf, I thought it is time to make the old dream of weight based extra punch damage come true. I'd make it so that everytime unarmed damage is dealt unmounted and the damage dealer is punching, the old damage is substituded with this new damage:

new_damage = old_damage*(1+gloves_weight/2) + old_raw_damage * gloves_weight / 10

This formular consists of 2 summands. The first is a weight based multiplication of the post armor damage. It will be most significant against unprotected players, like peasants. The heaviest gauntlet with 2.1 weight will do about double damage here. The second summand uses the raw damage which adds an armor ignoring effect. It has very low damage though, but it allows a player to at least interupt an armored foe when delivering a decent punch with heavy gauntlets. The raw damage does include speed bonus though, so badly done attacks will still bounce.

I think this will add something to the game because it allows a very skilled player with decent chamberblock ability to defeat armed, armored players hand-to-hand. Removed the kick damage bonus.

Then : 
Quote
- (set_fixed_point_multiplier, 1),
- buffed raw damage from /10 to /8.

You need to know if old damage are buffed by str and powerstrike
« Last Edit: April 30, 2012, 08:47:55 pm by Cosmos_Shielder »

Offline JOPOTINTTI

  • Noble
  • **
  • Renown: 11
  • Infamy: 14
  • cRPG Player
    • View Profile
Re: please accurate answers for my little questions.
« Reply #3 on: April 30, 2012, 09:29:16 pm »
0
Thank you , i hope its correct