v0.8.9 (Bugfixes + translations) 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.9) from Google, F-Droid, our server, or itch.io

Regeneration questions

A place for general discussion about the content and gameplay of Andor's Trail.
PomCompot
Posts: 20
Joined: Tue Aug 02, 2016 10:38 am
android_version: 4.3

Regeneration questions

Post by PomCompot »

I have built my character with 1 point in regeneration skill and grabbed the RoLS, so theoretically I have 2 points of regeneration by turn. It seems that I have actually 2 regen when not fighting (every 6 secs), but during fights, I've got only one. Is it normal? From what I read here and here, it's by design: where not in combat, skills (regeneration) + conditions (RoLS) are applied whereas in combat only conditions are applied. First, I was thinking it was linked to stackability, but it sounds for me like a bug.

Then, whereas I have one or two regen points, the blue digit spawning over the head of my character is always indicating ‘1’. Looking at code again, it seems normal as only the condition triggers the blue swirl.

Other question, while killing one monster after another (not in melee), you don't get regeneration between monsters, whereas I was thinking that a ended combat worth a game round. It's not super, because you can lose progressively life when killing a lot of monsters in a row because regen doesn't trigger between monster as I was expecting.

Another question, I don't really grasp, looking at the code, the difference between round and full round. What does it practically mean in the game? It seems that monsters can benefit of conditions every 25 seconds, whereas player benefits every 6 seconds. Am I right?

Last question, what is the contribution flow if, by any chance, I wanted to submit a pull request for fixing those things (if they are to be fixed of course)? Should I open an issue first in GitHub?
Last edited by PomCompot on Thu Aug 09, 2018 8:53 pm, edited 1 time in total.
User avatar
rijackson741
Posts: 4451
Joined: Tue Aug 20, 2013 2:04 am
android_version: 10 - Android 10
Location: Somewhere in Dhayavar
Contact:

Re: Regenartion questions

Post by rijackson741 »

PomCompot wrote: Thu Aug 09, 2018 11:43 am I have built my character with 1 point in regeneration skill and grabbed the RoLS, so theoretically I have 2 points of regeneration by turn. It seems that I have actually 2 regen when not fighting (every 6 secs), but during fights, I've got only one. Is it normal? From what I read here and here, it's by design: where not in combat, skills (regeneration) + conditions (RoLS) are applied whereas in combat only conditions are applied. First, I was thinking it was linked to stackability, but it sounds for me like a bug.
It's by design. Regeneration does not work if you are next to a monster. Shadow regeneration works all the time.
PomCompot wrote: Thu Aug 09, 2018 11:43 am Other question, while killing one monster after another (not in melee), you don't get regeneration between monsters, whereas I was thinking that a ended combat worth a game round. It's not super, because you can lose progressively life when killing a lot of monsters in a row because regen doesn't trigger between monster as I was expecting.
This has been fixed for 0.7.2
PomCompot wrote: Thu Aug 09, 2018 11:43 am Another question, I don't really grasp, looking at the code, the difference between round and full round. What does it practically mean in the game? It seems that monsters can benefit of conditions every 25 seconds, whereas player benefits every 6 seconds. Am I right?
The only difference is the time: 6s vs 25s. A condition that acts every full round would act once every 25s (there are no such conditions in 0.7.1 though)
PomCompot wrote: Thu Aug 09, 2018 11:43 am Last question, what is the contribution flow if, by any chance, I wanted to submit a pull request for fixing those things (if they are to be fixed of course)? Should I open an issue first in GitHub?
For the above, there's nothing to fix, but you would fork Zukero's repo, and then make your changes in your copy of the repo (preferably after creating a new branch), then put in a pull request. Before doing any of that it's best to ask here first though, before you do the work ;)
Level:71, XP:6493739, PV:608, FQ:84
HP:210, AC:212, AD:58-77, AP:4, ECC:16%, CM:1.5, BC:188, DR:3
Gold: 237559 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
User avatar
Nut
Posts: 1499
Joined: Mon Oct 27, 2014 12:14 pm
android_version: 8.0
Location: Glade

Re: Regenartion questions

Post by Nut »

If you want regeneration after each monster, you might try corpse eater?
Nut
PomCompot
Posts: 20
Joined: Tue Aug 02, 2016 10:38 am
android_version: 4.3

Re: Regenartion questions

Post by PomCompot »

Nut wrote: Thu Aug 09, 2018 2:13 pm If you want regeneration after each monster, you might try corpse eater?
Yes, I saw corpse eater, but it was not in my priority when using my skill points :-). For the next one perhaps!
rijackson741 wrote: Thu Aug 09, 2018 1:36 pm It's by design. Regeneration does not work if you are next to a monster. Shadow regeneration works all the time.
Perhaps this should be indicated in the skill description like: “Gain health every round, except when engaged in a fight.”. I would have certainly opt for Corpse Eater if I have known that before.
rijackson741 wrote: Thu Aug 09, 2018 1:36 pm This has been fixed for 0.7.2
0.7.2 is the next big one or a small bugfix release that will come any time soon?
rijackson741 wrote: Thu Aug 09, 2018 1:36 pm The only difference is the time: 6s vs 25s. A condition that acts every full round would act once every 25s (there are no such conditions in 0.7.1 though)
I means there's some planned for the next releases? You said it's the only difference, but it seems if I take the code that there is a difference between monsters and character against those turns, no?
rijackson741 wrote: Thu Aug 09, 2018 1:36 pm For the above, there's nothing to fix, but you would fork Zukero's repo, and then make your changes in your copy of the repo (preferably after creating a new branch), then put in a pull request. Before doing any of that it's best to ask here first though, before you do the work ;)
Of course, it's exactly why I was posting this thread :-).
User avatar
Zukero
Lead Developer
Posts: 2028
Joined: Thu Jul 21, 2011 9:56 am
android_version: 8.0
Location: Eclipse

Re: Regenartion questions

Post by Zukero »

PomCompot wrote: Thu Aug 09, 2018 2:48 pm Perhaps this should be indicated in the skill description like: “Gain health every round, except when engaged in a fight.”. I would have certainly opt for Corpse Eater if I have known that before.
It is now.
Screenshot_20180809-165846.png
PomCompot wrote: Thu Aug 09, 2018 2:48 pm 0.7.2 is the next big one or a small bugfix release that will come any time soon?
0.7.2 is the next big one that will come any time soon!
PomCompot wrote: Thu Aug 09, 2018 2:48 pm I means there's some planned for the next releases? You said it's the only difference, but it seems if I take the code that there is a difference between monsters and character against those turns, no?
IIRC, there are one or two in the next release.
You do not have the required permissions to view the files attached to this post.
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
PomCompot
Posts: 20
Joined: Tue Aug 02, 2016 10:38 am
android_version: 4.3

Re: Regeneration questions

Post by PomCompot »

Seems perfect then! Thanks for the info.
Last edited by PomCompot on Thu Aug 09, 2018 8:53 pm, edited 1 time in total.
PomCompot
Posts: 20
Joined: Tue Aug 02, 2016 10:38 am
android_version: 4.3

Re: Regeneration questions

Post by PomCompot »

To be complete, I was thinking that 0.7.2 was a bugfix version due to the versioning scheme and the increment of the patch digit :-).
User avatar
Zukero
Lead Developer
Posts: 2028
Joined: Thu Jul 21, 2011 9:56 am
android_version: 8.0
Location: Eclipse

Re: Regeneration questions

Post by Zukero »

It's still a 0.7 because there aren't that many structural changes. v0.8.0 will include changes to the game system and balancing, and potentially more code rewrites for some important parts of the engine.
Lvl: 78, XP: 8622632, Gold: 271542, RoLS: 1, ElyR: -, RoL: -, ChaR: 1, GoLF: 1, ShaF: 1, SRoV: 1, VSH: 1, WMC: 1, GoW: 1
HP: 71, AC: 301%, AD: 38-47, AP: 3, ECC: 50%, CM: 3.75, BC: 101%, DR: 2
PomCompot
Posts: 20
Joined: Tue Aug 02, 2016 10:38 am
android_version: 4.3

Re: Regeneration questions

Post by PomCompot »

OK, everything's clear now. Just expecting 0.8 as much as 0.7.2 then!
User avatar
rijackson741
Posts: 4451
Joined: Tue Aug 20, 2013 2:04 am
android_version: 10 - Android 10
Location: Somewhere in Dhayavar
Contact:

Re: Regeneration questions

Post by rijackson741 »

We can't hit 1.0 until the content is complete, so we need small increments ;)
Level:71, XP:6493739, PV:608, FQ:84
HP:210, AC:212, AD:58-77, AP:4, ECC:16%, CM:1.5, BC:188, DR:3
Gold: 237559 | RoLS:1, RoL:1, GoW:1, VSH:1, RoFLS:1, WoB:1
HH:1, WA:1, CS:2, Cl:1, IF:4, Ev:3, Re:2, WP:DA:1, WP:1S:1, WP:B:1, AP:L:1, FS:DW:2, S:DW:1
Post Reply