Various Minor Fixes Relating to herder in Peasant Gov
This commit is contained in:
parent
e09b8834c9
commit
552de94e9f
23 changed files with 49535 additions and 38 deletions
|
|
@ -179,7 +179,7 @@
|
|||
faith = scope:actor.faith
|
||||
faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -218,7 +218,7 @@
|
|||
faith = scope:actor.faith
|
||||
scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
}
|
||||
|
|
@ -257,7 +257,7 @@
|
|||
NOR = {
|
||||
faith = scope:actor.faith
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
|
|
@ -1199,7 +1199,7 @@
|
|||
desc = CONFEDERATION_HERDER_REASON
|
||||
trigger = {
|
||||
scope:recipient = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1778,7 +1778,7 @@ promote_divergent_or_hybrid_culture_interaction = {
|
|||
scope:recipient = {
|
||||
OR = {
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -1886,7 +1886,7 @@ promote_divergent_or_hybrid_culture_interaction = {
|
|||
desc = CONFEDERATION_HERDER_REASON
|
||||
trigger = {
|
||||
scope:recipient = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2161,7 +2161,7 @@ inspire_conversion_interaction = {
|
|||
scope:recipient = {
|
||||
OR = {
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2270,7 +2270,7 @@ inspire_conversion_interaction = {
|
|||
desc = CONFEDERATION_HERDER_REASON
|
||||
trigger = {
|
||||
scope:recipient = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2828,7 +2828,7 @@ migration_interaction = {
|
|||
scope:recipient = {
|
||||
NOR = {
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -2847,7 +2847,7 @@ migration_interaction = {
|
|||
}
|
||||
modifier = { # Herders move away immediately
|
||||
trigger = {
|
||||
scope:recipient = { government_has_flag = government_is_herder }
|
||||
scope:recipient = { government_has_flag = government_is_true_herder }
|
||||
}
|
||||
add = 150
|
||||
desc = MIGRATION_INTERACTION_HERDER
|
||||
|
|
@ -3109,7 +3109,7 @@ migration_interaction = {
|
|||
desc = JUST_SETTLED_REASON
|
||||
scope:recipient = {
|
||||
is_tributary = yes
|
||||
NOT = { government_has_flag = government_is_herder }
|
||||
NOT = { government_has_flag = government_is_true_herder }
|
||||
capital_county = {
|
||||
title_held_years < 3
|
||||
}
|
||||
|
|
@ -3214,7 +3214,7 @@ migration_interaction = {
|
|||
|
||||
# The recipient is a Herder
|
||||
modifier = {
|
||||
scope:recipient = { government_has_flag = government_is_herder }
|
||||
scope:recipient = { government_has_flag = government_is_true_herder }
|
||||
add = 10
|
||||
}
|
||||
|
||||
|
|
@ -4859,7 +4859,7 @@ mpo_ask_for_herd_interaction = {
|
|||
}
|
||||
scope:recipient = {
|
||||
NOT = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -5033,7 +5033,7 @@ mpo_ask_for_herd_interaction = {
|
|||
if = {
|
||||
limit = { #herders cannot give you more herd
|
||||
scope:recipient = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
scope:actor = {
|
||||
|
|
@ -7033,7 +7033,7 @@ feudalize_nomadic_holding_interaction = {
|
|||
this = scope:recipient
|
||||
NOR = {
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -7289,7 +7289,7 @@ feudalize_herder_holding_interaction = {
|
|||
this = scope:recipient
|
||||
NOR = {
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -8339,7 +8339,7 @@ mpo_offer_submission_or_ruin = {
|
|||
|
||||
#HERDER
|
||||
modifier = {
|
||||
scope:recipient = { government_has_flag = government_is_herder }
|
||||
scope:recipient = { government_has_flag = government_is_true_herder }
|
||||
add = 10000
|
||||
desc = HERDER_REASON
|
||||
}
|
||||
|
|
@ -9261,7 +9261,7 @@ mpo_offer_submission_or_ruin = {
|
|||
add = -50
|
||||
scope:recipient = {
|
||||
NOT = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
scope:send_tribute = yes
|
||||
|
|
@ -9497,7 +9497,7 @@ mpo_offer_submission_or_ruin = {
|
|||
is_shown = {
|
||||
scope:recipient = {
|
||||
NOT = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -9511,7 +9511,7 @@ mpo_offer_submission_or_ruin = {
|
|||
scope:recipient = {
|
||||
OR = {
|
||||
highest_held_title_tier < tier_duchy
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -9524,7 +9524,7 @@ mpo_offer_submission_or_ruin = {
|
|||
is_shown = {
|
||||
scope:recipient = {
|
||||
NOT = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
highest_held_title_tier >= tier_duchy
|
||||
}
|
||||
|
|
@ -9543,7 +9543,7 @@ mpo_offer_submission_or_ruin = {
|
|||
is_shown = {
|
||||
scope:recipient = {
|
||||
NOR = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
government_has_flag = government_is_tribal
|
||||
government_has_flag = government_is_nomadic
|
||||
}
|
||||
|
|
@ -9565,7 +9565,7 @@ mpo_offer_submission_or_ruin = {
|
|||
is_shown = {
|
||||
scope:recipient = {
|
||||
NOT = {
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -10264,7 +10264,7 @@ join_confederation_interaction = {
|
|||
faith = scope:actor.faith
|
||||
faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -10303,7 +10303,7 @@ join_confederation_interaction = {
|
|||
faith = scope:actor.faith
|
||||
scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
}
|
||||
|
|
@ -10342,7 +10342,7 @@ join_confederation_interaction = {
|
|||
NOR = {
|
||||
faith = scope:actor.faith
|
||||
government_has_flag = government_is_nomadic
|
||||
government_has_flag = government_is_herder
|
||||
government_has_flag = government_is_true_herder
|
||||
}
|
||||
scope:actor.faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
faith = { has_doctrine = doctrine_pluralism_pluralistic }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue