Trigger trigger_1
WhenToTest CharacterTurn
Start
Condition FactionType alemanni
and I_TurnNumber = 1
and not FactionwideAncillaryExists first_sword
and Attribute Command = 5
AcquireAncillary first_sword chance 100
;--
Trigger trigger_2
WhenToTest CharacterTurn
End
Condition FactionType alemanni
and I_TurnNumber = 1
and not FactionwideAncillaryExists first_sword
and Attribute Command = 4
AcquireAncillary first_sword chance 100
;--
Trigger trigger_3
WhenToTest CharacterTurn
Start
Condition FactionType alemanni
and I_TurnNumber = 2
and not FactionwideAncillaryExists first_sword
and Attribute Command = 3
AcquireAncillary first_sword chance 100
;--
Trigger trigger_4
WhenToTest CharacterTurn
End
Condition FactionType alemanni
and I_TurnNumber = 2
and not FactionwideAncillaryExists first_sword
and Attribute Command = 2
AcquireAncillary first_sword chance 100
Bookmarks