Skip to content

MinEventActionModifyFactionSDX

SphereII edited this page Sep 18, 2024 · 1 revision

MinEventActionModifyFactionSDX

This modifies the relationship with the faction specified, and adjusts it accordingly.

 

 

<!-- Gives 10 points to the relationship with bandits -->

<triggered_effect trigger="onSelfBuffStart" action="ModifyFactionSDX, SCore" target="self" faction="bandits" value="10" /> 

 

<!-- Takes 10 points away to the relationship with the undead. -->

<triggered_effect trigger="onSelfPrimaryActionEnd" action="ModifyFactionSDX, SCore" target="self" faction="undead" value="-10" /> //Take away 10 points to the relationship with undead


Created with the Personal Edition of HelpNDoc: Effortlessly Create Encrypted, Password-Protected PDFs

0-SCore

Table of contents

Clone this wiki locally