[904] | 1 | <Character role="CanopySpirit">
|
---|
[437] | 2 | <EmotionalThresholds>
|
---|
[903] | 3 | <EmotionalThreshold emotion="Love" threshold="1" decay="10"/>
|
---|
[898] | 4 | <EmotionalThreshold emotion="Hate" threshold="0" decay="5"/>
|
---|
[903] | 5 | <EmotionalThreshold emotion="Hope" threshold="3" decay="2"/>
|
---|
| 6 | <EmotionalThreshold emotion="Fear" threshold="4" decay="8"/>
|
---|
| 7 | <EmotionalThreshold emotion="Satisfaction" threshold="2" decay="5"/>
|
---|
| 8 | <EmotionalThreshold emotion="Relief" threshold="3" decay="5"/>
|
---|
| 9 | <EmotionalThreshold emotion="Fears-Confirmed" threshold="2" decay="8"/>
|
---|
| 10 | <EmotionalThreshold emotion="Disappointment" threshold="2" decay="2"/>
|
---|
| 11 | <EmotionalThreshold emotion="Joy" threshold="3" decay="5"/>
|
---|
| 12 | <EmotionalThreshold emotion="Distress" threshold="1" decay="2"/>
|
---|
| 13 | <EmotionalThreshold emotion="Happy-For" threshold="2" decay="8"/>
|
---|
| 14 | <EmotionalThreshold emotion="Pitty" threshold="2" decay="8"/>
|
---|
| 15 | <EmotionalThreshold emotion="Resentment" threshold="2" decay="2"/>
|
---|
| 16 | <EmotionalThreshold emotion="Gloating" threshold="2" decay="8"/>
|
---|
| 17 | <EmotionalThreshold emotion="Pride" threshold="2" decay="8"/>
|
---|
| 18 | <EmotionalThreshold emotion="Shame" threshold="1" decay="2"/>
|
---|
| 19 | <EmotionalThreshold emotion="Gratification" threshold="1" decay="5"/>
|
---|
| 20 | <EmotionalThreshold emotion="Remorse" threshold="2" decay="8"/>
|
---|
| 21 | <EmotionalThreshold emotion="Admiration" threshold="1" decay="8"/>
|
---|
| 22 | <EmotionalThreshold emotion="Reproach" threshold="2" decay="8"/>
|
---|
| 23 | <EmotionalThreshold emotion="Gratitude" threshold="1" decay="5"/>
|
---|
| 24 | <EmotionalThreshold emotion="Anger" threshold="1" decay="8"/>
|
---|
[437] | 25 | </EmotionalThresholds>
|
---|
| 26 |
|
---|
| 27 | <Goals>
|
---|
| 28 | <Goal name="AvoidGettingHarmed" importanceOfSuccess="2" importanceOfFailure="10"/>
|
---|
| 29 | </Goals>
|
---|
| 30 |
|
---|
| 31 | <InterpersonalRelations>
|
---|
[904] | 32 | <Relation target="VerticalSpirit" like="3" respect="10"/>
|
---|
| 33 | <Relation target="CoverSpirit" like="2" respect="1"/>
|
---|
[903] | 34 | <Relation target="canopy-grow-a" like="3" respect="1"/>
|
---|
| 35 | <Relation target="canopy-fruit-a" like="1" respect="1"/>
|
---|
| 36 | <Relation target="canopy-fruit-b" like="2" respect="1"/>
|
---|
| 37 | <Relation target="canopy-fruit-c" like="3" respect="1"/>
|
---|
| 38 | <Relation target="canopy-ill-a" like="-1" respect="1"/>
|
---|
| 39 | <Relation target="canopy-ill-b" like="-2" respect="1"/>
|
---|
| 40 | <Relation target="canopy-ill-c" like="-3" respect="1"/>
|
---|
[437] | 41 | </InterpersonalRelations>
|
---|
| 42 |
|
---|
| 43 | <EventReactions>
|
---|
| 44 |
|
---|
| 45 | <!-- General emotional reactions used in more than one episode -->
|
---|
| 46 |
|
---|
[903] | 47 | <EmotionalReaction desirability="6" desirabilityForOther="1" praiseworthiness="5">
|
---|
| 48 | <Event subject="*" action="flower"/>
|
---|
[437] | 49 | </EmotionalReaction>
|
---|
| 50 |
|
---|
[903] | 51 | <EmotionalReaction desirability="-6" desirabilityForOther="-1" praiseworthiness="-2">
|
---|
| 52 | <Event subject="*" action="drop-leaves"/>
|
---|
[437] | 53 | </EmotionalReaction>
|
---|
| 54 |
|
---|
| 55 | </EventReactions>
|
---|
| 56 |
|
---|
| 57 | <ActionTendencies>
|
---|
| 58 |
|
---|
| 59 | <!-- Generic action tendencies -->
|
---|
[903] | 60 | <ActionTendency action="flower([Target])">
|
---|
[437] | 61 | <Preconditions>
|
---|
| 62 | </Preconditions>
|
---|
[903] | 63 | <ElicitingEmotion type="Love" minIntensity="2">
|
---|
[437] | 64 | <CauseEvent/>
|
---|
| 65 | </ElicitingEmotion>
|
---|
| 66 | </ActionTendency>
|
---|
| 67 |
|
---|
[903] | 68 | <ActionTendency action="drop-leaves([Target])">
|
---|
[437] | 69 | <Preconditions>
|
---|
[903] | 70 | </Preconditions>
|
---|
| 71 | <ElicitingEmotion type="Hate" minIntensity="2">
|
---|
| 72 | <CauseEvent/>
|
---|
[437] | 73 | </ElicitingEmotion>
|
---|
| 74 | </ActionTendency>
|
---|
| 75 |
|
---|
| 76 | </ActionTendencies>
|
---|
| 77 | </Character>
|
---|