- Timestamp:
- 10/13/2009 12:36:03 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ION/trunk/Lirec/fatima-bin/data/characters/minds/roles/TestAgent/TestAgent.xml
r136 r145 1 <Character role="TestAgent"> 2 1 <Character role="Greta"> 3 2 <EmotionalThresholds> 4 3 <EmotionalThreshold emotion="Love" threshold="3" decay="5"/> … … 26 25 </EmotionalThresholds> 27 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 28 35 <Goals> 29 <Goal name="Goal1( )" importanceOfSuccess="8" importanceOfFailure="6"/>30 <Goal name="Goal2([ anotherAgent])" importanceOfSuccess="8" importanceOfFailure="6"/>36 <Goal name="Goal1([target])" importanceOfSuccess="8" importanceOfFailure="6"/> 37 <Goal name="Goal2([target])" importanceOfSuccess="8" importanceOfFailure="6"/> 31 38 </Goals> 32 39 33 40 <InterpersonalRelations> 34 41 </InterpersonalRelations> 35 36 <EventReactions>37 </EventReactions>38 39 <ActionTendencies>40 </ActionTendencies>41 42 </Character>
Note: See TracChangeset
for help on using the changeset viewer.