按照说明
Possible values for HonorPenalty:
Normal - use default honor penalty system
IfCruel - does not apply honor penalty if Lord has Cruel trait (in addition to no penalty of Lord is dishonorable)
Never - never suffer honor penalty
Possible values for RelationshipPenalty:
Normal - use default relationship penalty system
Never - never suffer relationship penalty
So if you want to execute with abandon you could change the configuration file to:
<?xml version="1.0"?>
<RighteousExecutionsSettings xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Version>1</Version>
<HonorPenalty>Never</HonorPenalty>
<RelationshipPenalty>Never</RelationshipPenalty>
</RighteousExecutionsSettings>
设置了never还是砍了就减荣誉和关系。