Stavropul start

This commit is contained in:
Heidesommer 2026-04-25 18:55:31 -04:00
parent 50e221bcef
commit 4c1f524d62
158 changed files with 10079 additions and 10160 deletions

View file

@ -173,6 +173,20 @@ is_valid_for_laampdom = {
}
is_landless_ruler = no # Admin gov vassals should not become laamps
}
trigger_if = {
limit = { tgp_realm_has_ceremonial_liege_trigger = yes }
custom_tooltip = {
text = tgp_japan_imperial_branch_decision_imperial_heir_trigger
NOT = {
top_liege.primary_title.var:administrative_ui_special_title = {
place_in_line_of_succession = {
target = scope:potential_laamp_temp
value <= 4
}
}
}
}
}
trigger_if = {
limit = { is_ai = yes }
trigger_if = {
@ -193,6 +207,11 @@ is_valid_for_laampdom = {
ai_boldness >= low_negative_ai_value
ai_energy >= low_negative_ai_value
}
NOR = {
has_trait = content # Too chill to adventure
has_trait = craven # Too scared to adventure
has_trait = lazy # Too lazy to adventure
}
# Block admin members of noble families
NOT = {
house ?= {
@ -461,7 +480,16 @@ valid_laamp_basic_accept_only_trigger = {
employer_has_treasury_to_offer_job_trigger = {
trigger_if = {
limit = { is_ai = no }
scope:employer.treasury_or_gold >= 50
scope:employer = {
OR = {
treasury_or_gold >= 50
trigger_if = {
limit = { government_allows = barter }
# no define:NBarter|BARTER_GOODS_TO_LOOT_MULT here. wanua rulers start as lower than 100 barter goods
barter_goods >= 50
}
}
}
}
}