Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added health conditionals #5707

Merged
merged 2 commits into from
Nov 27, 2021
Merged

Conversation

xlenstra
Copy link
Collaborator

@xlenstra xlenstra commented Nov 25, 2021

Added conditionals:

  • <when above [amount] HP>
  • <when below [amount] HP>

Those both only apply to our unit, so for a pikeman with "[+20]% Strength <vs [All] units> <when below [20] HP>" attacking a swordsman, the pikeman would only receive the bonus if it less than 20 HP, regardless of the HP of the swordsman. For this reason, the conditionals are automatically reordered such that these conditionals are always in front of the 'vs' conditionals: "[+20]% Strength <when below [20] HP> <vs [All] units>".
As requested in #3242

@yairm210
Copy link
Owner

A. Naming consistency - Health, not HP (iirc)

Adding "when" would make it clearer
Compare "vs all units above 20 health" to "vs all units when above 20 health"

@xlenstra
Copy link
Collaborator Author

A. Naming consistency - Health, not HP (iirc)

Currently, all healing uniques use HP instead of Health, and Health is only used in the unit overview screen, for city health and in the code base

Adding "when" would make it clearer Compare "vs all units above 20 health" to "vs all units when above 20 health"

Only thing I worry about is having too many conditionals start with when: "[+20]% Strength <for [All] units> <when above [20] HP> <when fighting in [Marsh] tiles> " starts sounding repetitive.

@yairm210 yairm210 merged commit 4107ff3 into yairm210:master Nov 27, 2021
@xlenstra xlenstra deleted the healthConditionals branch November 27, 2021 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants