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

promotion will gives buff to All units when having <for [amount] turns>. #11842

Closed
1 task done
mhoo40 opened this issue Jun 24, 2024 · 1 comment
Closed
1 task done
Labels

Comments

@mhoo40
Copy link

mhoo40 commented Jun 24, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Game Version

4.12.2-patch1

Describe the bug

Example:
{
"name": "Skill1",
"unitTypes": ["Sword", "Scout"],
"uniques": [
"[+40]% Strength",
]
},
this will give the unit +40%strength.
{
"name": "Skill2",
"unitTypes": ["Sword", "Scout"],
"uniques": [
"[+40]% Strength <for [3] turns>",
]
},
this will affect not just the unit but every friendly units as well.

Steps to Reproduce

ModScenarios.zip
-theres a save file in 'scenario' folder already set up.
-You can pick the 2 promotion called "Coura" and "Beagel" from the 2 units and see how they affect things
Or you can just create a promtion and check it out

Screenshots

No response

Link to save file

No response

Operating System

Windows

Additional Information

No response

@mhoo40 mhoo40 added the bug label Jun 24, 2024
@yairm210
Copy link
Owner

Yes, "for X turns" turns any unique into a global unique that holds for X turns
I will document this better, but this is working as intended

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants