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

Research: allow overriding research duration for specific player with ActorInit #502

Open
michaeldgg2 opened this issue Sep 29, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@michaeldgg2
Copy link
Member

michaeldgg2 commented Sep 29, 2023

It is possible that map author might want to have some technologies pre-researched (e.g. player already starts with a base with research center). Currently we don't have any way to do this; we could override Researchable.Duration, but that's global and we need it per-player.

Implementation-wise it's likely necessary to do it on Researches trait (i.e. trait placed on Research Center), because it's not possible to define ActorInit objects for PlayerActor.

@michaeldgg2 michaeldgg2 added the enhancement New feature or request label Sep 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants