Author Topic: How does the knockdown work exactly?  (Read 1833 times)

0 Members and 1 Guest are viewing this topic.

Offline MacLeod_

  • Baron
  • ****
  • Renown: 131
  • Infamy: 54
  • cRPG Player
  • There can be only one....Winner of each round.
    • View Profile
    • A Singleplayer Manual
  • Faction: The Highland Clan,KUTT
  • Game nicks: (Crpg)Sword_for_hire,MACLEOD_
How does the knockdown work exactly?
« on: February 21, 2014, 02:46:50 pm »
+1
I have the 40 weapon reach hammer I must of hit around 2-300 times or more on players and I got maybe 1-2 knockdowns total.
Personally I would use a sword but with my whopping 0 power strike they are useless. The hammer is the only way to do any damage as an archer with a 2 slot bow. I just think it would be nice more then 1% of the time to knock some one down so I can get away.(1% is a guess)

Question is how do the knockdowns calculate?
« Last Edit: February 22, 2014, 05:33:29 pm by Kalam »
Devilize vrs. MacLeod
visitors can't see pics , please register or login

Offline Tydeus

  • King
  • **********
  • Renown: 1422
  • Infamy: 351
  • cRPG Player A Gentleman and a Scholar
  • Item re-unbalance guy
    • View Profile
  • Game nicks: Tydeus
  • IRC nick: Tydeus
Re: How does the knockdown work exactly?
« Reply #1 on: February 21, 2014, 03:13:53 pm »
+1
Leg and head hits use formula 1 and all other hits use formula 2.
Formula 1: (rand(0.0, 1.0) < min(max(item_weight * 0.33, 1.0), 2.0) * min(max((raw_damage - 40.0) * 0.5, 5.0), 15.0) * 0.015)
Formula 2: (rand(0.0, 1.0) + .05 < min(item_weight * 0.33, 2.0) * min((raw_damage - 40.0) * 0.2, 5.0) * 0.015)

If the random number generated is less than the result of the right side of the formula, then you get a knockdown.
chadz> i wouldnt mind seeing some penis on my character

Offline PsychoTwins

  • Earl
  • ******
  • Renown: 453
  • Infamy: 162
  • cRPG Player
    • View Profile
  • Game nicks: FarmerBob, NinjaBob, 20PingIsHardBob, StrIsHardBob, HaxorBob
Re: How does the knockdown work exactly?
« Reply #2 on: February 21, 2014, 03:44:55 pm »
0
Leg and head hits use formula 1 and all other hits use formula 2.
Formula 1: (rand(0.0, 1.0) < min(max(item_weight * 0.33, 1.0), 2.0) * min(max((raw_damage - 40.0) * 0.5, 5.0), 15.0) * 0.015)
Formula 2: (rand(0.0, 1.0) + .05 < min(item_weight * 0.33, 2.0) * min((raw_damage - 40.0) * 0.2, 5.0) * 0.015)

If the random number generated is less than the result of the right side of the formula, then you get a knockdown.

Translated to english: You don't knockdown a lot because your weapon weight is low and so is your damage.
Here, dear crpg folk, we have an honest man who doesn't conceal the truth out of the fear of getting nerfed. He surely deserves a round of heartfelt applause.

Offline San

  • Developer
  • ******
  • Renown: 1456
  • Infamy: 143
  • cRPG Player A Gentleman and a Scholar
  • 1/Sympathy = Divide By Zero
    • View Profile
    • My youtube Brawl videos
  • Faction: Chaos
  • Game nicks: San_of_Chaos
  • IRC nick: San
Re: How does the knockdown work exactly?
« Reply #3 on: February 21, 2014, 04:19:41 pm »
0
Just going by iirc and have been away from computer this last week so no access to formulas ATM. That means body hits with max raw damage of 65 (avg 6ps hit) would result in half the old %, leg and head hits vary from 0.5 to 1.5x old % from 50 to 70 raw.

7.5 - 45% for head/leg hits I believe?

Body hits fully scale for weapons under 3 and they also lose an additional 5%. This means weapons 2.5 or lower would never knockdown on body hits.

Offline oreshy

  • Count
  • *****
  • Renown: 169
  • Infamy: 30
  • cRPG Player
    • View Profile
  • Game nicks: Braxli
Re: How does the knockdown work exactly?
« Reply #4 on: February 21, 2014, 05:19:32 pm »
+2
...in sums up : extremely rarely till never.
visitors can't see pics , please register or login

Offline karasu

  • King
  • **********
  • Renown: 1751
  • Infamy: 316
  • cRPG Player Sir Black Rook A Gentleman and a Scholar
  • D̶͎̳͒́͗͋ẹ͕̲̠̳̄̃͂ͤ͑ͮṃ̮͎̗̦̏̿͊ͤi̥̪̼͕ͦ̀̊̐ȗ̘rͩ͋̅̊gͭ̿̋
    • View Profile
Re: How does the knockdown work exactly?
« Reply #5 on: February 21, 2014, 07:59:08 pm »
+9
Leg and head hits use formula 1


visitors can't see pics , please register or login

Offline Artyem

  • King
  • **********
  • Renown: 1218
  • Infamy: 264
  • cRPG Player Sir Black Knight
  • SODOM Shaman
    • View Profile
  • Faction: Dracul / Raven / SODOMY
  • Game nicks: Artyem
Re: How does the knockdown work exactly?
« Reply #6 on: February 21, 2014, 08:24:21 pm »
0
As a one hander that frequently uses a spathovaklion, I must say that I actually don't mind the new knockdown changes.  Overhead swings are extremely useful, and I seem to get knockdown hits pretty frequently still.
visitors can't see pics , please register or login

Sordida asinum latronibus sumus

Offline MacLeod_

  • Baron
  • ****
  • Renown: 131
  • Infamy: 54
  • cRPG Player
  • There can be only one....Winner of each round.
    • View Profile
    • A Singleplayer Manual
  • Faction: The Highland Clan,KUTT
  • Game nicks: (Crpg)Sword_for_hire,MACLEOD_
Re: How does the knockdown work exactly?
« Reply #7 on: February 21, 2014, 08:43:36 pm »
0
Well thanks. I kind of thought as much. I don't know what that formula code means exactly..I stared at it for 10 minutes pretending I know what it means. Maybe you can some how calculate str. in there,as in high str and not damage. Higher str. better chance!  :P Just a thought haha.
Devilize vrs. MacLeod
visitors can't see pics , please register or login

Offline Tydeus

  • King
  • **********
  • Renown: 1422
  • Infamy: 351
  • cRPG Player A Gentleman and a Scholar
  • Item re-unbalance guy
    • View Profile
  • Game nicks: Tydeus
  • IRC nick: Tydeus
Re: How does the knockdown work exactly?
« Reply #8 on: February 21, 2014, 09:06:50 pm »
+1
It already is in there, essentially. Str is the requirement for PS, which is the single best way to increase raw damage for melee and as half of the formula is raw damage, half is based on str.
chadz> i wouldnt mind seeing some penis on my character

Offline MacLeod_

  • Baron
  • ****
  • Renown: 131
  • Infamy: 54
  • cRPG Player
  • There can be only one....Winner of each round.
    • View Profile
    • A Singleplayer Manual
  • Faction: The Highland Clan,KUTT
  • Game nicks: (Crpg)Sword_for_hire,MACLEOD_
Re: How does the knockdown work exactly?
« Reply #9 on: February 21, 2014, 09:28:28 pm »
0
It already is in there, essentially. Str is the requirement for PS, which is the single best way to increase raw damage for melee and as half of the formula is raw damage, half is based on str.

Well I have 25 str working on 27 just wondering if that helps at all?
Devilize vrs. MacLeod
visitors can't see pics , please register or login

Offline San

  • Developer
  • ******
  • Renown: 1456
  • Infamy: 143
  • cRPG Player A Gentleman and a Scholar
  • 1/Sympathy = Divide By Zero
    • View Profile
    • My youtube Brawl videos
  • Faction: Chaos
  • Game nicks: San_of_Chaos
  • IRC nick: San
Re: How does the knockdown work exactly?
« Reply #10 on: February 21, 2014, 09:47:05 pm »
0
You'll never knock down on body hits, but have good chances if you consistently hit the head/legs. Your accuracy on your swings would aid you far better.

Offline MacLeod_

  • Baron
  • ****
  • Renown: 131
  • Infamy: 54
  • cRPG Player
  • There can be only one....Winner of each round.
    • View Profile
    • A Singleplayer Manual
  • Faction: The Highland Clan,KUTT
  • Game nicks: (Crpg)Sword_for_hire,MACLEOD_
Re: How does the knockdown work exactly?
« Reply #11 on: February 21, 2014, 11:42:02 pm »
0
You'll never knock down on body hits, but have good chances if you consistently hit the head/legs. Your accuracy on your swings would aid you far better.

Overheads it is I don't se myself hitting the legs with the hammer haha!
Devilize vrs. MacLeod
visitors can't see pics , please register or login

Offline GrutteBarteld

  • Knight
  • ***
  • Renown: 25
  • Infamy: 8
  • cRPG Player
    • View Profile
Re: How does the knockdown work exactly?
« Reply #12 on: February 22, 2014, 01:33:39 am »
+1

Body hits fully scale for weapons under 3 and they also lose an additional 5%. This means weapons 2.5 or lower would never knockdown on body hits.

this explains why my long spiked club feels worthless now, i used to get a lot of knockdowns with the 20 blunt thrust..

Offline MacLeod_

  • Baron
  • ****
  • Renown: 131
  • Infamy: 54
  • cRPG Player
  • There can be only one....Winner of each round.
    • View Profile
    • A Singleplayer Manual
  • Faction: The Highland Clan,KUTT
  • Game nicks: (Crpg)Sword_for_hire,MACLEOD_
Re: How does the knockdown work exactly?
« Reply #13 on: February 22, 2014, 09:31:43 pm »
0
this explains why my long spiked club feels worthless now, i used to get a lot of knockdowns with the 20 blunt thrust..

I noticed an increase in knockdowns with just overheads in their face. Or left swings with a 1hander in the head.
Devilize vrs. MacLeod
visitors can't see pics , please register or login