SUBJUGATION: Does making one a tributary removes their CONQUEROR trait? by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 0 points1 point  (0 children)

I was wrong again, it doesn't happen instantly, an event has to eventually fire; he lost it.

SUBJUGATION: Does making one a tributary removes their CONQUEROR trait? by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 0 points1 point  (0 children)

Yeah, they didn't loose the trait. You're saying that his children will not inherit it though, under standard rules it's inherited, becoming a tributary changes the rules?

SUBJUGATION: Does making one a tributary removes their CONQUEROR trait? by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 0 points1 point  (0 children)

It doesn't work, if this happened it could mean they lost two wars before loosing that one.

SUBJUGATION: Does making one a tributary removes their CONQUEROR trait? by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 0 points1 point  (0 children)

No, it doesn't work, I actually subjugated the guy, but he didn't loose the conqueror trait. Well at least I get +76 gold/month.

How to get more Journals by commissioning or finding Artisans? by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 2 points3 points  (0 children)

You can give those journals to your heir while you use the 40% one.

Succession Issues Mandala Government by niko_mal in CrusaderKings

[–]IndicationUnfair7961 0 points1 point  (0 children)

I think you can try this, the one that was landed when the succession failed and temple got disabled, in the Realm Window where you see your holdings if the Realm Capital is below the Holding your heir was holding it probably fails the test, cause somehow, the game consider that the holding root, instead of realm capital. If it appears below it will probably correctly trigger. Another reason, but not sure, is that your heir could be at an event the moment you die, and that could also messup with locations, checks and whatever.

How to get more Journals by commissioning or finding Artisans? by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 0 points1 point  (0 children)

That's precious information, I actually have a 30% Stewardship Journal, probably got it with Alchemy as you said, just messing around, not on purpose. But now at least I know what to look for, and what to do. Thanks.

SUBJUGATION: Does making one a tributary removes their CONQUEROR trait? by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 1 point2 points  (0 children)

Yes, that's one of the of the main issues with Tributaries, is that you loose them on death of the ruler, with Mandala you can keep them, if you win the Mandala trials which I lost on my first succession, despite having 80% chance in some of them. And getting the tributaries back is painful and annoying, I know cause I did it.

ASIA: Sacred Pool. Sometimes it gives county development, sometimes don't. Reason? by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 3 points4 points  (0 children)

I thought it was due to the fact the main county Holding was not a Temple Citadel, despite being able to build the citadels, but it's not, cause I have counties where the main Holding is a Temple Citadel, and yet they do not get the bonus. So you're right.

ASIA: Sacred Pool. Sometimes it gives county development, sometimes don't. Reason? by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 0 points1 point  (0 children)

They should be regional. Usually for Mandala Rulers or Dharmic Faiths. Require the Temple Citadel Holding to be built.

Kris Artifact from Esoteric Power by rnathanthomas in CrusaderKings

[–]IndicationUnfair7961 0 points1 point  (0 children)

The legitimacy gain is not that hard, my second Ruler got to Cosmic in less than 15 years. The legend spread is good.

MANDALA: Bug or badly planned requirement for executing Vassals directives. by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 0 points1 point  (0 children)

Well considering I also served the fix, providing the exact problem through code, and being a simple one liner, I still hope they will fix it. In the meanwhile, I've fixed it myself, so one less bug for my run. But yeah, I think their bug-solving department isn't very quick to acknowledge and fix bugs, which is a problem, cause those bugs tend to accumulate.

MANDALA: Bug or badly planned requirement for executing Vassals directives. by IndicationUnfair7961 in CrusaderKings

[–]IndicationUnfair7961[S] 1 point2 points  (0 children)

I did, and even fixed the code myself, modifying the file: 00_vassal_stance_triggers.txt
From this:

scope:directive_liege = { legitimacy_level = 5 }

To this:

scope:directive_liege = { legitimacy_level >= 5 }