Log in

View Full Version : Query - Trigger 0051_T_Stole_Back_Settlement



part_time_player
01-11-2007, 11:42
Hi guys

can someone possibly answer this question?

In the descr_faction_standing file under transgressions is the following code;

Trigger 0051_T_Stole_Back_Settlement
WhenToTest Transgression

Condition TransgressionName = TC_STOLE_BACK_SETTLEMENT

FactionStanding target_faction -1.5


Does this refer to capturing a settlement which originally belonged to you anyway?

It also appears under "Dishonest Transgressions"

Trigger 0075_DT_Stole_Back_Settlement
WhenToTest Transgression

Condition TransgressionName = TC_STOLE_BACK_SETTLEMENT

FactionStanding global -1.0


So would I be reading this correctly, that if say playing as the English the French were to capture Caen and then I re-take it from them, my standing with the French will drop -1.5 and my global standing will drop -1.0?

If this is the case it doesn't seem fair as you would imagine re-taking your own settlement would count as fighting off an aggressor and shouldn't be penalised?

Any thoughts/comments appreciated

sapi
01-11-2007, 11:54
I agree with your sentiments, but don't know enough about the data to back up your findings

Varyar
01-11-2007, 12:00
I'm merely guessing, but I think that particular piece of code only comes into effect if you diplomatically hand over a settlement(gift, peace deal) and then retake it(within the same turn?).

part_time_player
01-11-2007, 12:04
Varyar -

Thanks, its an interesting idea, I'll try and test it this afternoon.