Changes

Jump to navigation Jump to search
892 bytes added ,  02:25, 15 January 2016
Line 397: Line 397:  
|-
 
|-
 
|Relationships
 
|Relationships
|This tag should contain a list how people with this personality feels about another personality. You only need to define this one-way, so if you already have a relationship with Stubborn defined for Short-tempered, you shouldn't also define it other way around.
+
|This tag should contain a list how people with this personality feels about another personality, between -1 for bad and 1 for great. You only need to define this one-way, so if you already have a relationship with Stubborn defined for Short-tempered, you shouldn't also define it other way around. You can define relationships with personalities already in the game.
 
|-
 
|-
 
|}
 
|}
Line 403: Line 403:  
The Incompatibilities should contain a list of Incompatible tags, each with two Personality tags naming the two personalities which cannot exist in the same person.
 
The Incompatibilities should contain a list of Incompatible tags, each with two Personality tags naming the two personalities which cannot exist in the same person.
   −
=== Tags ===
+
=== Example ===
 +
<pre><PersonalityGraph>
 +
<Personalities>
 +
<Personality>
 +
<Name>TestPersonlity</Name>
 +
<Aptitude>1</Aptitude>
 +
<Leadership>-1</Leadership>
 +
<Diligence>1</Diligence>
 +
<Relationships>
 +
<Relation Name = "Extrovert">-0.5</Relation>
 +
<Relation Name = "TestPersonlity 2">1</Relation>
 +
</Relationships>
 +
</Personality>
 +
<Personality>
 +
<Name>TestPersonlity 2</Name>
 +
<Aptitude>-1</Aptitude>
 +
<Leadership>0</Leadership>
 +
<Diligence>1</Diligence>
 +
<Relationships>
 +
<Relation Name = "Extrovert">-0.5</Relation>
 +
</Relationships>
 +
</Personality>
 +
</Personalities>
 +
<Incompatibilities>
 +
<Incompatible>
 +
<Personality>TestPersonlity</Personality>
 +
<Personality>TestPersonlity 2</Personality>
 +
</Incompatible>
 +
</Incompatibilities>
 +
</PersonalityGraph></pre>

Navigation menu