cRPG

cRPG => Suggestions Corner => The Chamber of Tears => Topic started by: Elmetiacos on February 04, 2014, 10:58:58 pm

Title: Knockdown...
Post by: Elmetiacos on February 04, 2014, 10:58:58 pm
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?
Title: Re: Knockdown...
Post by: Kafein on February 04, 2014, 11:27:04 pm
I think I found it

Code: [Select]
if user_id == "Elmetiacos":
    if random.random() < 0.87:
        trigger_knockdown()
Title: Re: Knockdown...
Post by: Paul on February 09, 2014, 07:41:52 am
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.
Title: Re: Knockdown...
Post by: Elmetiacos on February 13, 2014, 04:18:59 pm
Ah, I see. Percentages are out of 50, not out of 100 as I had previously thought. Or thought I had.