-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update leader historical events #115
Comments
I started some related work a while ago in this branch but never finished it, it adds some events for council appointments, and at least this part still seems to work: Your other comments:
I can pick this topic up again this weekend. I think it could be a good step to get back into the code, and if the next release changes things, then so be it... :D |
Not sure what you mean about something breaking... I don't see any code (at least on master) for tracking leader traits; only species traits. Leader traits are a list of strings in the
Ah, looks like that is still the case. It might be worth changing the message for the
Glad to hear I'm rekindling your interest :) Btw the new update just got a release date for Nov 16. Hopefully we'll get some details on the leader rework in tomorrow's DD |
Good to know about that release date, that's really soon! I'll still spend a bit of time on leaders before then, just to get back into the code.
You're right, I confused it with leader level ups but those seem to work. Anyway I got started on the traits, it's not too complicated.
I never liked that message much anyway, retired sounds much better. 👍 |
Implemented in 7cabf08 |
Leaders have received quite a few changes with the 3.8 / Paragons update.
For reference, here are the leader events currently implemented:
With 3.8,
research_leader
andfaction_leader
are no longer relevant.New events could be added for
appointed_to_council
,governed_planet
,leader_retired
(retirement already existed, but is more common post-3.8), andheir_appointed
(this is also not new to 3.8).Potentially, new events could also be added for
leader_gained_subclass_trait
andleader_gained_destiny_trait
(or an event for any gained trait, but that might be too much).It's worth noting that 3.10, due to be released before the end of the year, will include significant changes to leaders, so it probably makes sense to wait until that's released before working on this.
The text was updated successfully, but these errors were encountered: