
Originally Posted by
Moah
Are you sure? Does Peacefulness not work better as an opposite to violence? I don't understand why a Pure pope would have peacenik inquisitors...
Oh well...
Code:
;------------------------------------------
Trigger inquisitorinit4
WhenToTest AgentCreated
Condition AgentType = inquisitor
and FactionLeaderAttribute Purity > 0
Affects FairProsecutor 1 Chance 100
;------------------------------------------
Trigger inquisitorinit5
WhenToTest AgentCreated
Condition AgentType = inquisitor
and FactionLeaderAttribute Violence < 0
Affects FairProsecutor 1 Chance 100
;------------------------------------------
Trigger inquisitorinit6
WhenToTest AgentCreated
Condition AgentType = inquisitor
and FactionLeaderAttribute Purity < 0
Affects UnfairProsecutor 1 Chance 100
;------------------------------------------
Trigger inquisitorinit7
WhenToTest AgentCreated
Condition AgentType = inquisitor
and FactionLeaderAttribute Violence > 0
Affects UnfairProsecutor 1 Chance 100
Bookmarks