Like this:
Code: Select all
<Sovereign UNID="&PseudoAlignment;"
name="inert"
alignment="neutral"
>
<Relationship alignment="destructive chaos" disposition="neutral" mutual="true"/>
<Relationship alignment="collective" disposition="neutral" mutual="true"/>
<Relationship alignment="sterilizer" disposition="neutral" mutual="true"/>
<Relationship alignment="megalomaniac" disposition="neutral" mutual="true"/>
<Relationship alignment="perversion" disposition="neutral" mutual="true"/>
</Sovereign>
Code: Select all
<Sovereign UNID="&mySovereign;"
name="alien debris"
inherit="&PseudoAlignment;"
>
</Sovereign>
This can technically be done already by defining a new sovereign for each of the alignments, and then manually setting this up, and then going back and overwriting all the original alignments, but that again, requires overwriting core xml stuff.
(edited for clarity)