Page 9 of 9

Re: Can someone explain to me how the dice rolls work?

Posted: Sat Nov 12, 2011 4:23 am
by Pyrizzle
nyktos wrote:j/k :lol: :lol: :lol:

STAY ON TOPIC OR GEOMYR WILL GET YOU!!!
nyktos wrote:ohhhh! man! i was only kidding! :lol:

i get A LOT of heat here for going bonkers with my posting...
off topic, vulgar language... etc.

thought you knew i was ::wanted:: in most parts north of Crossglen :twisted:
again, im off topic - not you - but we have fun, yes? :lol:

:twisted: :twisted: :twisted:
I know you were still joking around i am not upset in any way shape or form. I was just stating where my idea was taking me as i got more info from the forum.

Re: Can someone explain to me how the dice rolls work?

Posted: Sat Nov 12, 2011 4:32 am
by nyktos
on that note, everything you guys keep giving me about->
[fortitude / regen / barkskin / DR / etc]

all the things i didn't choose...
is really helping me devise an optimal strategy for the crazy idea i keep talking about...

rats - gotta start over! :mrgreen:

Re: Can someone explain to me how the dice rolls work?

Posted: Sat Nov 12, 2011 10:31 am
by Chest_Rockfield
My base BC is 15%, so I guess I've only put 5 levels into it. I think you start at 0%, right? BC lowers the chance of you getting hit, but just like AC, it doesn't guarantee anything, so, when you do get hit, it's going to hurt just as bad. To me, as long as ways to heal exist, the only thing that matters is being able to survive the fight I'm currently in.

Re: Can someone explain to me how the dice rolls work?

Posted: Fri Sep 27, 2013 4:03 am
by Spark
f(c) = 50 * (1 + (2/pi) * ATAN( (c-n) / F ) )
what does - c n F - means in this formula?

Re: Can someone explain to me how the dice rolls work?

Posted: Fri Sep 27, 2013 12:47 pm
by fiernaq
That formula looks like the one below...
Chance to hit
The chance to hit in Andor's Trail v0.6.6 is calculated in the following way:

Determine the attacker's chance to hit. Call this A. (This value might be greaten than 100)
Determine the target's block chance. Call this B.
Calculate C = A - B
Calculate F = 50 * (1 + (2/pi) * ATAN( (C - 50) / 40 ) )
This function will produce a number between 0 and 100.
If C is 50, then F will be 50.
If C is high (the attacker's chance to hit is higher than the target's block chance), then F will be near 100.
If C is low, then F will be 50.
The chance to hit (in percent) is F.
https://code.google.com/p/andors-trail/wiki/combat

Re: Can someone explain to me how the dice rolls work?

Posted: Fri Sep 27, 2013 1:35 pm
by Spark
Thanks fiernaq, this clarifies a lot in my build.

Re: Can someone explain to me how the dice rolls work?

Posted: Fri Sep 27, 2013 6:15 pm
by fiernaq
Here's what the formula looks like on a graph:
http://www.wolframalpha.com/input/?i=F+ ... 40+%29+%29