1 | <Character role="Greta">
|
---|
2 | <EmotionalThresholds>
|
---|
3 | <EmotionalThreshold emotion="Love" threshold="3" decay="5"/>
|
---|
4 | <EmotionalThreshold emotion="Hate" threshold="3" decay="5"/>
|
---|
5 | <EmotionalThreshold emotion="Hope" threshold="4" decay="8"/>
|
---|
6 | <EmotionalThreshold emotion="Fear" threshold="1" decay="2"/>
|
---|
7 | <EmotionalThreshold emotion="Satisfaction" threshold="5" decay="8"/>
|
---|
8 | <EmotionalThreshold emotion="Relief" threshold="3" decay="5"/>
|
---|
9 | <EmotionalThreshold emotion="Fears-Confirmed" threshold="1" decay="2"/>
|
---|
10 | <EmotionalThreshold emotion="Disappointment" threshold="2" decay="5"/>
|
---|
11 | <EmotionalThreshold emotion="Joy" threshold="3" decay="2"/>
|
---|
12 | <EmotionalThreshold emotion="Distress" threshold="1" decay="2"/>
|
---|
13 | <EmotionalThreshold emotion="Happy-For" threshold="2" decay="5"/>
|
---|
14 | <EmotionalThreshold emotion="Pitty" threshold="2" decay="2"/>
|
---|
15 | <EmotionalThreshold emotion="Resentment" threshold="3" decay="2"/>
|
---|
16 | <EmotionalThreshold emotion="Gloating" threshold="5" decay="8"/>
|
---|
17 | <EmotionalThreshold emotion="Pride" threshold="5" decay="5"/>
|
---|
18 | <EmotionalThreshold emotion="Shame" threshold="1" decay="2"/>
|
---|
19 | <EmotionalThreshold emotion="Gratification" threshold="5" decay="8"/>
|
---|
20 | <EmotionalThreshold emotion="Remorse" threshold="1" decay="2"/>
|
---|
21 | <EmotionalThreshold emotion="Admiration" threshold="3" decay="5"/>
|
---|
22 | <EmotionalThreshold emotion="Reproach" threshold="2" decay="8"/>
|
---|
23 | <EmotionalThreshold emotion="Gratitude" threshold="3" decay="5"/>
|
---|
24 | <EmotionalThreshold emotion="Anger" threshold="3" decay="5"/>
|
---|
25 | </EmotionalThresholds>
|
---|
26 |
|
---|
27 | <MotivationalParameters>
|
---|
28 | <MotivationalParameter motivator="Affiliation" decayFactor="12.5" weight="0.4" intensity="7"/>
|
---|
29 | <MotivationalParameter motivator="Integrity" decayFactor="0.5" weight="0.7" intensity="3"/>
|
---|
30 | <MotivationalParameter motivator="Energy" decayFactor="2" weight="0.2" intensity="6"/>
|
---|
31 | <MotivationalParameter motivator="Certainty" decayFactor="1.5" weight="0.25" intensity="5"/>
|
---|
32 | <MotivationalParameter motivator="Competence" decayFactor="1.5" weight="0.775" intensity="6"/>
|
---|
33 | </MotivationalParameters>
|
---|
34 |
|
---|
35 | <Goals>
|
---|
36 | <Goal name="Goal1([target])" importanceOfSuccess="8" importanceOfFailure="6"/>
|
---|
37 | <Goal name="Goal2([target])" importanceOfSuccess="8" importanceOfFailure="6"/>
|
---|
38 | </Goals>
|
---|
39 |
|
---|
40 | <InterpersonalRelations>
|
---|
41 | </InterpersonalRelations>
|
---|
42 | </Character>
|
---|