v0.8.10 (BWM fill) released to Google Play!

Useful links
Source code of the game - Contribution guide - ATCS Editor - Translate the game on Weblate - Example walkthrough - Andor's Trail Directory - Join the Discord
Get the game (v0.8.10) from Google, F-Droid, our server, or itch.io

Can someone explain to me how the dice rolls work?

A place for general discussion about the content and gameplay of Andor's Trail.
Post Reply
Samuel
VIP
Posts: 655
Joined: Wed Feb 23, 2011 3:35 pm
android_version: 2.2

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

Post by Samuel »

Sarumar wrote:Can someone explain how Evasion skill works (Im sorry, I think i bother (again) you Samuel).

After played a while with and without Evasion im still unsure how it works. I like to know what is propablity that monster neart to you attack (min-max, I think it debents of monster type) and how the Evasion skill helps ?

Code: Select all

public static final int MONSTER_AGGRESSION_CHANCE_PERCENT = 15;
public static final int FLEE_FAIL_CHANCE_PERCENT = 20;

public static final int PER_SKILLPOINT_INCREASE_EVASION_FLEE_CHANCE_PERCENTAGE = 5;
public static final int PER_SKILLPOINT_INCREASE_EVASION_MONSTER_ATTACK_CHANCE_PERCENTAGE = 5;
1) If you are not in combat then for each monster near you, the chance to attack you is determined like:

Code: Select all

AttackPlayer = MONSTER_AGGRESSION_CHANCE_PERCENT - EvasionLevel * PER_SKILLPOINT_INCREASE_EVASION_MONSTER_ATTACK_CHANCE_PERCENTAGE
As you see there is no difference between the monster type. Its only important how many monsters are near you and how long (the check is done every 1.2 second) they are near you. (However if they run into you, they always attack.) With an EvasionLevel of 3 you would never be attacked, if the monster does not run into you. (running into you is hard to describe in probabilities)

2) If you are in combat and you want to flee, the chance to flee is determined like:

Code: Select all

SuccessfulFlee = 100 - (FLEE_FAIL_CHANCE_PERCENT - EvasionLevel * PER_SKILLPOINT_INCREASE_EVASION_FLEE_CHANCE_PERCENTAGE)
There is no difference how many monsters you are facing. With an EvasionLevel of 4 you would never fail to flee.
Level: 101, XP: 18780586, Gold: 358739
HP: 398, AC: 303%, AD: 84-95, AP: 4, ECC: 12, CM: -, BC: 13%, DR: 0
RoLS: 2, ElyR: 1, RoL: 1, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 2, VSH: 1, WMC: 0, GoW: 0
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

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

Post by Sarumar »

Thank you Samuel Intresting, that explains a lot
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
Cyracus
Posts: 46
Joined: Sun Nov 06, 2011 6:23 pm
android_version: 2.3 - Gingerbread

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

Post by Cyracus »

So i've tried to find the highest monster bc and the highest I found was the wyrms with 130. Is there higher at this time or is that it? If it's the highest I don't feel inclined to raise my ac over 230 with equipment.

Then I can worry about ad or bc as my lowest hit chance would be 80%. Bc because if I put a few sp into it I should br able to get to at least 100 (50% chance to dodge attacks) highest enemy ac I found was 150%, again please correct me if i'm wrong. On the hunt for the elusive rols. Kinda hopin for 2 lol. All my game time till MW3 comes out, then idk how much longer. :lol:
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

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

Post by Sarumar »

Cyracus wrote:So i've tried to find the highest monster bc and the highest I found was the wyrms with 130. Is there higher at this time or is that it? If it's the highest I don't feel inclined to raise my ac over 230 with equipment.

Then I can worry about ad or bc as my lowest hit chance would be 80%. Bc because if I put a few sp into it I should br able to get to at least 100 (50% chance to dodge attacks) highest enemy ac I found was 150%, again please correct me if i'm wrong. On the hunt for the elusive rols. Kinda hopin for 2 lol. All my game time till MW3 comes out, then idk how much longer. :lol:
IMO
Go far north and east then enter the Iqhan cave. You find the answer of your guestion here :)
Sorry i dont like to spoil your build, but - this one are long journey ;)
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
Cyracus
Posts: 46
Joined: Sun Nov 06, 2011 6:23 pm
android_version: 2.3 - Gingerbread

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

Post by Cyracus »

Made it through flagstone at lvl 13. Gonna stick to the gargoyle caves at least till I get a rols then i'll check there. Thank you
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

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

Post by Sarumar »

Cyracus wrote:Made it through flagstone at lvl 13. Gonna stick to the gargoyle caves at least till I get a rols then i'll check there. Thank you
Happy hunting

You are new here ? so i think you might want to see this topic
http://andorstrail.com/viewtopic.php?f=2&t=327
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
Cyracus
Posts: 46
Joined: Sun Nov 06, 2011 6:23 pm
android_version: 2.3 - Gingerbread

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

Post by Cyracus »

Yeah i'm new, rad a lot an d figured out the lay of things before getting too far. accidentaly used my lvl 12 skill point too soon so i'm waiting for lvl 20 to have 4 attacks :D
Sarumar
VIP
Posts: 3275
Joined: Sat May 07, 2011 4:36 pm
android_version: 4.1 - Jellybean
Location: www.hel.fi

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

Post by Sarumar »

Cyracus wrote:Yeah i'm new, rad a lot an d figured out the lay of things before getting too far. accidentaly used my lvl 12 skill point too soon so i'm waiting for lvl 20 to have 4 attacks :D

Hmm, there are lots of intresting information here and some items in the game. I suggest you to:
-save before using skill point and see the prequisities before and after
-search here the jewel of fallhaven
-have fun, this game rocks
Sarumar
..dansing left foot polka with Hirathil

Lvl 313|XP 559721474|Gold 7965188|AP 3/12|AC 516|AD 161-175|ECC 48|CM 6|BC 311|HP 591|DR 2|RoLS 3|RoL 2|ElyR 2|ChaR 45|GoLF 3|ShaF 9|SRoV 28|VSH 13|GoW 1|WMC 1
Cyracus
Posts: 46
Joined: Sun Nov 06, 2011 6:23 pm
android_version: 2.3 - Gingerbread

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

Post by Cyracus »

Got the jewel. Know what i'm putting sp into just what order after ap. Want to know about monsters best ac/bc because more than 129 ac over thier bc or 5 bc over thier ac is a waste cause the large amount to change hit/dodge chance, at least imo. I sure do like crits though
User avatar
nyktos
VIP
Posts: 3463
Joined: Wed Sep 14, 2011 5:38 pm
android_version: 7.1 - Nougat
Location: Nor City, Dhayavar

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

Post by nyktos »

Cyracus wrote:Got the jewel. Know what i'm putting sp into just what order after ap. Want to know about monsters best ac/bc because more than 129 ac over thier bc or 5 bc over thier ac is a waste cause the large amount to change hit/dodge chance, at least imo. I sure do like crits though
welcome to the Boards!!! :mrgreen:

i love how very different everyone's strategies are,
its fun to read peoples thoughts & opinions...
and yes! AMAZING game [thx oskar & team, AGAIN]
"Embrace the Shadow"

Image

[Lv: 60] [HP: 175] [AC: 361] [AD: 25-39] [BC: 75]
[Dual Wielding Swords] [Unarmored Fighting]
Post Reply