### Regular Empires # Planets triggered_district_planet_modifier = { potential = { exists = owner owner = { NOT = { has_valid_civic = civic_warrior_culture } } planet_is_habitat_equivalent = no planet_is_ecu_equivalent = no planet_is_ring_world_equivalent = no } job_entertainer_add = $AMOUNT$ } # Habitats triggered_district_planet_modifier = { potential = { exists = owner owner = { NOT = { has_valid_civic = civic_warrior_culture } } planet_is_habitat_equivalent = yes } job_entertainer_add = $AMOUNT$ mult = owner.value:hab_void_dweller_jobs } # Ecus triggered_district_planet_modifier = { potential = { exists = owner owner = { NOT = { has_valid_civic = civic_warrior_culture } } planet_is_ecu_equivalent = yes } job_entertainer_add = $AMOUNT$ mult = 3 } # Ringworld triggered_district_planet_modifier = { potential = { exists = owner owner = { NOT = { has_valid_civic = civic_warrior_culture } } planet_is_ring_world_equivalent = yes } job_entertainer_add = $AMOUNT$ mult = 5 } ### Warrior Culture # Planets triggered_district_planet_modifier = { potential = { exists = owner owner = { has_valid_civic = civic_warrior_culture } planet_is_habitat_equivalent = no planet_is_ecu_equivalent = no planet_is_ring_world_equivalent = no } job_entertainer_add = $AMOUNT$ } # Habitats triggered_district_planet_modifier = { potential = { exists = owner owner = { has_valid_civic = civic_warrior_culture } planet_is_habitat_equivalent = yes } job_entertainer_add = $AMOUNT$ mult = owner.value:hab_void_dweller_jobs } # Ecus triggered_district_planet_modifier = { potential = { exists = owner owner = { has_valid_civic = civic_warrior_culture } planet_is_ecu_equivalent = yes } job_entertainer_add = $AMOUNT$ mult = 3 } # Ringworld triggered_district_planet_modifier = { potential = { exists = owner owner = { has_valid_civic = civic_warrior_culture } planet_is_ring_world_equivalent = yes } job_entertainer_add = $AMOUNT$ mult = 5 }