Author Topic: Knockdown...  (Read 458 times)

0 Members and 1 Guest are viewing this topic.

Offline Elmetiacos

  • Count
  • *****
  • Renown: 175
  • Infamy: 45
  • cRPG Player
  • You've probably teamkilled me
    • View Profile
  • Game nicks: Hot_Chick_with_a_Sword, Dark_Rose_Knight
Knockdown...
« on: February 04, 2014, 10:58:58 pm »
+2
The highest percentage chance of a knockdown was supposed to be just over 40% the last time I read anything on the mechanic. I swear, the chance of me being knocked down seems to be about 90-95% with any weapon heavier than a stick. Has the formula been changed, has someone written some kind of knockdown hack or am I just seriously unlucky?
The word is "anyway" not "anyways". You are not Gabby Hayes.
visitors can't see pics , please register or login

Offline Kafein

  • King
  • **********
  • Renown: 2203
  • Infamy: 808
  • cRPG Player Sir White Rook A Gentleman and a Scholar
    • View Profile
Re: Knockdown...
« Reply #1 on: February 04, 2014, 11:27:04 pm »
+11
I think I found it

Code: [Select]
if user_id == "Elmetiacos":
    if random.random() < 0.87:
        trigger_knockdown()

Offline Paul

  • Developer
  • ******
  • Renown: 1879
  • Infamy: 442
  • cRPG Player A Gentleman and a Scholar
  • ball bounce boss
    • View Profile
  • IRC nick: Urist
Re: Knockdown...
« Reply #2 on: February 09, 2014, 07:41:52 am »
+5
The highest percentage chance of a knockdown was supposed to be just over 40% the last time I read anything on the mechanic. I swear, the chance of me being knocked down seems to be about 90-95% with any weapon heavier than a stick. Has the formula been changed, has someone written some kind of knockdown hack or am I just seriously unlucky?

That can be explained with combination of a severe case of selective perception and lack of understanding how percentages work.

Offline Elmetiacos

  • Count
  • *****
  • Renown: 175
  • Infamy: 45
  • cRPG Player
  • You've probably teamkilled me
    • View Profile
  • Game nicks: Hot_Chick_with_a_Sword, Dark_Rose_Knight
Re: Knockdown...
« Reply #3 on: February 13, 2014, 04:18:59 pm »
0
Ah, I see. Percentages are out of 50, not out of 100 as I had previously thought. Or thought I had.
The word is "anyway" not "anyways". You are not Gabby Hayes.
visitors can't see pics , please register or login