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

Magical academies are converting to feudal titles from theocratic after starting sorcerer/sorceress dies and new holder acquires title. #153

Open
ajjr1996 opened this issue Mar 1, 2023 · 1 comment

Comments

@ajjr1996
Copy link
Collaborator

ajjr1996 commented Mar 1, 2023

Okay so I found the root of a really bad issue where all of the academies are turning feudal instead of staying theocratic once the starting character dies and a new one succeeds them, under this section:
#################################################
Academies
#################################################
AI - Faux Aretuza election (on_death)
character_event = {
id = magic.1060

A little further down there's this line here:

trigger = {
	has_landed_title = d_thanedd
}

This setup seems to work correctly when it comes to it being "inherited" by a sorcerer or sorceress. Problem is this seems to change the academies into a feudal title and no longer a theocratic one, this is allowing lieges to grant them titles and whatnot. I'm currently trying whatever I can to the best of my ability to find a work-around with no luck so far.
Good news.... I found the root of the issue.

I change it to:

trigger = {
	has_titular_title = d_thanedd
}

...and it seems to keep the academy theocratic, but, it's no longer inherited by a sorcerer or sorceress just an average human character. This bug is pretty game-breaking as of right now.

@ajjr1996 ajjr1996 added this to the 0.12.0 milestone Mar 1, 2023
@ajjr1996 ajjr1996 assigned ajjr1996 and unassigned ajjr1996 Mar 1, 2023
@ajjr1996
Copy link
Collaborator Author

ajjr1996 commented Mar 1, 2023

If anyone knows anything or wants to chat about the issue my discord is ajjr1996#8018

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

No branches or pull requests

1 participant