Neural Rewiring icon inverted

4

when health is full, neural rewiring icon shows up, when health is below 50% there is no icon. My understanding from the tooltip is that this only has an effect when below 50%

Store Page
Share
4 comments
Neural Rewiring icon inverted
Your Thoughts? Please login to place your opinion. Not a member yet? Register here and now!
5 years 128 days ago
xenoterracide
We will take note of this when adding descriptions to any new skills. Sorry for the confusion! 
5 years 129 days ago
+1

http://www.perltutorial.org/perl-until/ I hate to use Perl as an example... but

The while loop statement executes a block of code repeatedly as long as the condition is true. If you replace the keyword while by the keyword until, the test is reversed i.e., it executes a block of code as long as the condition is false. The until statement is the opposite of the while statement.

you could also say until... under 50%

This comment was edited 5 years 129 days ago by xenoterracide
5 years 129 days ago
+1
Marcopolocs

until, implies that it works below 50% and cuts off at 50%. until is a negative operator. To use until correctly

"until the character is under 50% of max HP"

better to just use a positive "while the character is over 50% of max HP"

This comment was edited 5 years 129 days ago by xenoterracide
5 years 130 days ago
Hi,

the skill works only if the HP is over 50%, not below. Please check on the tooltip once again! It says 'until the character is over 50% of max HP'