idk why I dont have a cursor

This commit is contained in:
Magpie490 2025-06-02 16:22:24 +01:00
parent 701d55c01f
commit cda3acdcea
349 changed files with 78627 additions and 7804 deletions

View file

@ -0,0 +1,112 @@
journey_diplomacy_skill_monument_trigger = {
OR = {
has_building_with_flag = travel_point_of_interest_wonder
has_building_with_flag = travel_point_of_interest_learning
has_building_with_flag = travel_point_of_interest_diplomatic
has_building_with_flag = travel_point_of_interest_natural_feature
has_building_with_flag = travel_point_of_interest_religious
NOR = {
has_building_with_flag = travel_point_of_interest_wonder
has_building_with_flag = travel_point_of_interest_diplomatic
has_building_with_flag = travel_point_of_interest_natural_feature
has_building_with_flag = travel_point_of_interest_martial
has_building_with_flag = travel_point_of_interest_religious
has_building_with_flag = travel_point_of_interest_learning
has_building_with_flag = travel_point_of_interest_economic
has_building_with_flag = travel_point_of_interest_martial_minor
}
}
}
journey_martial_skill_monument_trigger = {
OR = {
has_building_with_flag = travel_point_of_interest_martial
has_building_with_flag = travel_point_of_interest_martial_minor
has_building_with_flag = travel_point_of_interest_wonder
has_building_with_flag = travel_point_of_interest_learning
NOR = {
has_building_with_flag = travel_point_of_interest_wonder
has_building_with_flag = travel_point_of_interest_diplomatic
has_building_with_flag = travel_point_of_interest_natural_feature
has_building_with_flag = travel_point_of_interest_martial
has_building_with_flag = travel_point_of_interest_religious
has_building_with_flag = travel_point_of_interest_learning
has_building_with_flag = travel_point_of_interest_economic
has_building_with_flag = travel_point_of_interest_martial_minor
}
}
}
journey_learning_skill_monument_trigger = {
OR = {
has_building_with_flag = travel_point_of_interest_religious
has_building_with_flag = travel_point_of_interest_learning
NOR = {
has_building_with_flag = travel_point_of_interest_wonder
has_building_with_flag = travel_point_of_interest_diplomatic
has_building_with_flag = travel_point_of_interest_natural_feature
has_building_with_flag = travel_point_of_interest_martial
has_building_with_flag = travel_point_of_interest_religious
has_building_with_flag = travel_point_of_interest_learning
has_building_with_flag = travel_point_of_interest_economic
has_building_with_flag = travel_point_of_interest_martial_minor
}
}
}
journey_stewardship_skill_monument_trigger = {
OR = {
has_building_with_flag = travel_point_of_interest_economic
NOR = {
has_building_with_flag = travel_point_of_interest_wonder
has_building_with_flag = travel_point_of_interest_diplomatic
has_building_with_flag = travel_point_of_interest_natural_feature
has_building_with_flag = travel_point_of_interest_martial
has_building_with_flag = travel_point_of_interest_religious
has_building_with_flag = travel_point_of_interest_learning
has_building_with_flag = travel_point_of_interest_economic
has_building_with_flag = travel_point_of_interest_martial_minor
}
}
}
journey_intrigue_skill_monument_trigger = {
OR = {
has_building_with_flag = travel_point_of_interest_martial
has_building_with_flag = travel_point_of_interest_martial_minor
has_building_with_flag = travel_point_of_interest_diplomatic
has_building_with_flag = travel_point_of_interest_natural_feature
has_building_with_flag = travel_point_of_interest_wonder
has_building_with_flag = travel_point_of_interest_economic
NOR = {
has_building_with_flag = travel_point_of_interest_wonder
has_building_with_flag = travel_point_of_interest_diplomatic
has_building_with_flag = travel_point_of_interest_natural_feature
has_building_with_flag = travel_point_of_interest_martial
has_building_with_flag = travel_point_of_interest_religious
has_building_with_flag = travel_point_of_interest_learning
has_building_with_flag = travel_point_of_interest_economic
has_building_with_flag = travel_point_of_interest_martial_minor
}
}
}
inspired_journey_trigger = {
scope:host = {
NAND = {
has_variable_list = extra_journey_target
is_target_in_variable_list = {
name = extra_journey_target
target = root
}
}
}
}
inspired_journey_value_trigger = {
has_variable_list = extra_journey_target
is_target_in_variable_list = {
name = extra_journey_target
target = scope:province
}
}