Fair enough.
However - "reported your initial post" ?
- Report for what? Providing user feedback in the GalCiv IV Feedback forum?
- Do you commonly report posts you do not want brought up?
So, was the following settings discussed? These appear to be diplomatic penalties for using the "Get Off Your Lawn" request to leave your sectors.
If this feature does not exist, then why have diplomatic penalties associated with it?
<DiplomaticModifier>
<UniqueID>AskedToGetOffYourLawn</UniqueID>
<RelationEffect>-1</RelationEffect>
<AIPersonalityModifier>
<PersonalityTrait>Aggressive</PersonalityTrait>
<WeightModifier>1.25</WeightModifier>
</AIPersonalityModifier>
<AIPersonalityModifier>
<PersonalityTrait>Expansionist</PersonalityTrait>
<WeightModifier>2</WeightModifier>
</AIPersonalityModifier>
<AIPersonalityModifier>
<PersonalityTrait>Trader</PersonalityTrait>
<WeightModifier>2</WeightModifier>
</AIPersonalityModifier>
<AIPersonalityModifier>
<PersonalityTrait>Xenophobic</PersonalityTrait>
<WeightModifier>0</WeightModifier>
</AIPersonalityModifier>
<Query>false</Query>
<Duration>10</Duration>
<Description>AskedToGetOffYourLawn_Dec</Description>
</DiplomaticModifier>
FYI - In the XML files, it appears that this feature is using both of the following labels interchangeably:
- 'YourLawn'
- 'MyLawn'
As a professional software engineer, these naming inconsistencies would distress me and I would see as a potential point of failure & source for potential bugs. Hopefully there is a real purpose for using both MyLawn and YourLawn labels.