1 | <Scenarios>
|
---|
2 |
|
---|
3 | <!--Scenario name="DinnerParty">
|
---|
4 | <WorldSimulator port="46874" scenery="Forest" actionsFile="data/characters/minds/Actions-DinnerParty.xml"
|
---|
5 | agentLanguageFile="data/characters/minds/language/agent/en/language-set-1"
|
---|
6 | userOptionsFile="UserOptions.txt">
|
---|
7 | <Objects>
|
---|
8 | </Objects>
|
---|
9 | </WorldSimulator>
|
---|
10 |
|
---|
11 | <Agent name="Yoda" displayName="Yoda" role="Blank" platform="worldsim" host="localhost"
|
---|
12 | port="46874" displayMode="True" sex="M" actionsFile="Actions-DinnerParty"
|
---|
13 | goalsFile="GoalLibrary-DinnerParty" cultureName="HighPowerCulture">
|
---|
14 | <Properties>
|
---|
15 | <Property name="place" value="party-spot"/>
|
---|
16 | <Property name="type" value="character"/>
|
---|
17 | <Property name="isPerson" value="True"/>
|
---|
18 | <Property name="power" value="10"/>
|
---|
19 | <Property name="time" value="noon"/>
|
---|
20 |
|
---|
21 | <Property name="host" value="False"/>
|
---|
22 | <Property name="hasInvitation" value="False"/>
|
---|
23 | <Property name="pose" value="standing"/>
|
---|
24 | <Property name="onScene" value="True"/>
|
---|
25 | <Property name="isSeated" value="False"/>
|
---|
26 | </Properties>
|
---|
27 | </Agent>
|
---|
28 |
|
---|
29 | <Agent name="ObiWan" displayName="ObiWan" role="Blank" platform="worldsim" host="localhost"
|
---|
30 | port="46874" displayMode="True" sex="M" actionsFile="Actions-DinnerParty"
|
---|
31 | goalsFile="GoalLibrary-DinnerParty" cultureName="HighPowerCulture">
|
---|
32 | <Properties>
|
---|
33 | <Property name="place" value="party-spot"/>
|
---|
34 | <Property name="type" value="character"/>
|
---|
35 | <Property name="isPerson" value="True"/>
|
---|
36 | <Property name="power" value="7"/>
|
---|
37 | <Property name="time" value="noon"/>
|
---|
38 | <Property name="likesGifts" value="True"/>
|
---|
39 | <Property name="dislikesSmallGifts" value="True"/>
|
---|
40 |
|
---|
41 | <Property name="host" value="True"/>
|
---|
42 | <Property name="hasInvitation" value="False"/>
|
---|
43 | <Property name="pose" value="standing"/>
|
---|
44 | <Property name="onScene" value="True"/>
|
---|
45 | <Property name="isSeated" value="False"/>
|
---|
46 | </Properties>
|
---|
47 | </Agent>
|
---|
48 |
|
---|
49 | <Agent name="QuiGon" displayName="QuiGon" role="Blank" platform="worldsim" host="localhost"
|
---|
50 | port="46874" displayMode="True" sex="M" actionsFile="Actions-DinnerParty"
|
---|
51 | goalsFile="GoalLibrary-DinnerParty" cultureName="HighPowerCulture">
|
---|
52 | <Properties>
|
---|
53 | <Property name="place" value="meeting-spot"/>
|
---|
54 | <Property name="type" value="character"/>
|
---|
55 | <Property name="isPerson" value="True"/>
|
---|
56 | <Property name="power" value="7"/>
|
---|
57 | <Property name="time" value="morning"/>
|
---|
58 |
|
---|
59 | <Property name="hasSmallGift" value="True"/>
|
---|
60 | <Property name="hasMoney" value="True"/>
|
---|
61 | <Property name="host" value="False"/>
|
---|
62 | <Property name="hasInvitation" value="True"/>
|
---|
63 | <Property name="pose" value="standing"/>
|
---|
64 | <Property name="onScene" value="True"/>
|
---|
65 | <Property name="isSeated" value="False"/>
|
---|
66 | </Properties>
|
---|
67 | </Agent>
|
---|
68 |
|
---|
69 | <Agent name="Sam" displayName="Sam" role="Blank" platform="worldsim" host="localhost"
|
---|
70 | port="46874" displayMode="True" sex="M" actionsFile="Actions-DinnerParty"
|
---|
71 | goalsFile="GoalLibrary-DinnerParty" cultureName="HighPowerCulture">
|
---|
72 | <Properties>
|
---|
73 | <Property name="place" value="meeting-spot"/>
|
---|
74 | <Property name="type" value="character" />
|
---|
75 | <Property name="isPerson" value="True"/>
|
---|
76 | <Property name="power" value="4"/>
|
---|
77 | <Property name="time" value="morning"/>
|
---|
78 |
|
---|
79 | <Property name="hasMoney" value="False"/>
|
---|
80 | <Property name="host" value="False"/>
|
---|
81 | <Property name="hasInvitation" value="True"/>
|
---|
82 | <Property name="pose" value="standing"/>
|
---|
83 | <Property name="onScene" value="True"/>
|
---|
84 | <Property name="isSeated" value="False"/>
|
---|
85 | </Properties>
|
---|
86 | </Agent>
|
---|
87 |
|
---|
88 | <Agent name="John" displayName="John" role="Blank" platform="worldsim" host="localhost"
|
---|
89 | port="46874" displayMode="True" sex="M" actionsFile="Actions-DinnerParty"
|
---|
90 | goalsFile="GoalLibrary-DinnerParty" cultureName="HighPowerCulture">
|
---|
91 | <Properties>
|
---|
92 | <Property name="place" value="meeting-spot"/>
|
---|
93 | <Property name="type" value="character" />
|
---|
94 | <Property name="isPerson" value="True"/>
|
---|
95 | <Property name="likesToTellJokes" value="True"/>
|
---|
96 | <Property name="power" value="4"/>
|
---|
97 | <Property name="time" value="morning"/>
|
---|
98 |
|
---|
99 | <Property name="host" value="False"/>
|
---|
100 | <Property name="hasInvitation" value="True"/>
|
---|
101 | <Property name="pose" value="standing"/>
|
---|
102 | <Property name="onScene" value="True"/>
|
---|
103 | <Property name="isSeated" value="False"/>
|
---|
104 | </Properties>
|
---|
105 | </Agent>
|
---|
106 | </Scenario-->
|
---|
107 |
|
---|
108 | <Scenario name="DinnerParty">
|
---|
109 | <WorldSimulator port="46874" scenery="Forest" actionsFile="data/characters/minds/Actions.xml"
|
---|
110 | agentLanguageFile="data/characters/minds/language/agent/en/language-set-1"
|
---|
111 | userOptionsFile="UserOptions.txt">
|
---|
112 | <Objects>
|
---|
113 | </Objects>
|
---|
114 | </WorldSimulator>
|
---|
115 |
|
---|
116 | <Agent name="Abbuk" displayName="Abbuk" role="Abbuk" platform="worldsim" host="localhost"
|
---|
117 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
118 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
119 | <Properties>
|
---|
120 | <Property name="place" value="party-spot"/>
|
---|
121 | <Property name="type" value="character"/>
|
---|
122 | <Property name="isPerson" value="True"/>
|
---|
123 | <Property name="power" value="10"/>
|
---|
124 | <Property name="time" value="noon"/>
|
---|
125 |
|
---|
126 | <Property name="host" value="False"/>
|
---|
127 | <Property name="hasInvitation" value="False"/>
|
---|
128 | <Property name="pose" value="standing"/>
|
---|
129 | <Property name="onScene" value="True"/>
|
---|
130 | <Property name="isSeated" value="False"/>
|
---|
131 | </Properties>
|
---|
132 | </Agent>
|
---|
133 |
|
---|
134 | <Agent name="Cerkith" displayName="Cerkith" role="Cerkith" platform="worldsim" host="localhost"
|
---|
135 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
136 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
137 | <Properties>
|
---|
138 | <Property name="place" value="party-spot"/>
|
---|
139 | <Property name="type" value="character"/>
|
---|
140 | <Property name="isPerson" value="True"/>
|
---|
141 | <Property name="power" value="7"/>
|
---|
142 | <Property name="time" value="noon"/>
|
---|
143 | <Property name="likesGifts" value="True"/>
|
---|
144 | <Property name="dislikesSmallGifts" value="True"/>
|
---|
145 |
|
---|
146 | <Property name="host" value="True"/>
|
---|
147 | <Property name="hasInvitation" value="False"/>
|
---|
148 | <Property name="pose" value="standing"/>
|
---|
149 | <Property name="onScene" value="True"/>
|
---|
150 | <Property name="isSeated" value="False"/>
|
---|
151 | </Properties>
|
---|
152 | </Agent>
|
---|
153 |
|
---|
154 | <Agent name="Tigrit" displayName="Tigrit" role="Tigrit" platform="worldsim" host="localhost"
|
---|
155 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
156 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
157 | <Properties>
|
---|
158 | <Property name="place" value="meeting-spot"/>
|
---|
159 | <Property name="type" value="character"/>
|
---|
160 | <Property name="isPerson" value="True"/>
|
---|
161 | <Property name="power" value="7"/>
|
---|
162 | <Property name="time" value="morning"/>
|
---|
163 |
|
---|
164 | <Property name="hasSmallGift" value="True"/>
|
---|
165 | <Property name="hasMoney" value="True"/>
|
---|
166 | <Property name="host" value="False"/>
|
---|
167 | <Property name="hasInvitation" value="True"/>
|
---|
168 | <Property name="pose" value="standing"/>
|
---|
169 | <Property name="onScene" value="True"/>
|
---|
170 | <Property name="isSeated" value="False"/>
|
---|
171 | </Properties>
|
---|
172 | </Agent>
|
---|
173 |
|
---|
174 | <Agent name="Ardoot" displayName="Ardoot" role="Ardoot" platform="worldsim" host="localhost"
|
---|
175 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
176 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
177 | <Properties>
|
---|
178 | <Property name="place" value="meeting-spot"/>
|
---|
179 | <Property name="type" value="character" />
|
---|
180 | <Property name="isPerson" value="True"/>
|
---|
181 | <Property name="power" value="4"/>
|
---|
182 | <Property name="time" value="morning"/>
|
---|
183 |
|
---|
184 | <Property name="hasMoney" value="False"/>
|
---|
185 | <Property name="host" value="False"/>
|
---|
186 | <Property name="hasInvitation" value="True"/>
|
---|
187 | <Property name="pose" value="standing"/>
|
---|
188 | <Property name="onScene" value="True"/>
|
---|
189 | <Property name="isSeated" value="False"/>
|
---|
190 | </Properties>
|
---|
191 | </Agent>
|
---|
192 |
|
---|
193 | <Agent name="Ikop" displayName="Ikop" role="Ikop" platform="worldsim" host="localhost"
|
---|
194 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
195 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
196 | <Properties>
|
---|
197 | <Property name="place" value="meeting-spot"/>
|
---|
198 | <Property name="type" value="character" />
|
---|
199 | <Property name="isPerson" value="True"/>
|
---|
200 | <Property name="likesToTellJokes" value="True"/>
|
---|
201 | <Property name="power" value="4"/>
|
---|
202 | <Property name="time" value="morning"/>
|
---|
203 |
|
---|
204 | <Property name="host" value="False"/>
|
---|
205 | <Property name="hasInvitation" value="True"/>
|
---|
206 | <Property name="pose" value="standing"/>
|
---|
207 | <Property name="onScene" value="True"/>
|
---|
208 | <Property name="isSeated" value="False"/>
|
---|
209 | </Properties>
|
---|
210 | </Agent>
|
---|
211 | </Scenario>
|
---|
212 |
|
---|
213 | <Scenario name="Meal">
|
---|
214 | <WorldSimulator port="46874" scenery="Forest" actionsFile="data/characters/minds/Actions.xml"
|
---|
215 | agentLanguageFile="data/characters/minds/language/agent/en/language-set-1"
|
---|
216 | userOptionsFile="UserOptionsMeal.txt">
|
---|
217 |
|
---|
218 | <Objects>
|
---|
219 | <Object name="seedpod"/>
|
---|
220 | <Object name="seedpod1"/>
|
---|
221 | <Object name="seedpod2"/>
|
---|
222 | <Object name="seedpod3"/>
|
---|
223 | <Object name="seedpod4"/>
|
---|
224 | <Object name="seedpod5"/>
|
---|
225 | <Object name="seedpod6"/>
|
---|
226 | <Object name="liquid"/>
|
---|
227 | <Object name="liquid1"/>
|
---|
228 | <Object name="liquid2"/>
|
---|
229 | <Object name="user"/>
|
---|
230 | <Object name="meal"/>
|
---|
231 | <Object name="tree"/>
|
---|
232 | <Object name="ground"/>
|
---|
233 | </Objects>
|
---|
234 |
|
---|
235 | </WorldSimulator>
|
---|
236 |
|
---|
237 | <Agent name="Errep" displayName="Errep" role="Errep" platform="worldsim" host="localhost"
|
---|
238 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
239 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
240 |
|
---|
241 | <Properties>
|
---|
242 | <Property name="isPerson" value="True"/>
|
---|
243 | <Property name="isParent" value="False"/>
|
---|
244 | <Property name="strength" value="4"/>
|
---|
245 | <Property name="hurt" value="False"/>
|
---|
246 | <Property name="pose" value="standing"/>
|
---|
247 | <Property name="type" value="character"/>
|
---|
248 | <Property name="power" value="10"/>
|
---|
249 | <Property name="holds" value="none"/>
|
---|
250 | </Properties>
|
---|
251 | </Agent>
|
---|
252 |
|
---|
253 | <Agent name="Abbuk" displayName="Abbuk" role="Abbuk" platform="worldsim" host="localhost"
|
---|
254 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
255 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
256 |
|
---|
257 | <Properties>
|
---|
258 | <Property name="isPerson" value="True"/>
|
---|
259 | <Property name="isParent" value="False"/>
|
---|
260 | <Property name="strength" value="4"/>
|
---|
261 | <Property name="hurt" value="False"/>
|
---|
262 | <Property name="pose" value="standing"/>
|
---|
263 | <Property name="type" value="character"/>
|
---|
264 | <Property name="power" value="10"/>
|
---|
265 | <Property name="hasAuthority" value="True"/>
|
---|
266 | <Property name="holds" value="none"/>
|
---|
267 | <Property name="location" value="LivingRoom"/>
|
---|
268 | </Properties>
|
---|
269 | </Agent>
|
---|
270 |
|
---|
271 | <Agent name="Evui" displayName="Evui" role="Evui" platform="worldsim" host="localhost"
|
---|
272 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
273 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
274 |
|
---|
275 | <Properties>
|
---|
276 | <Property name="isPerson" value="True"/>
|
---|
277 | <Property name="strength" value="4"/>
|
---|
278 | <Property name="hurt" value="False"/>
|
---|
279 | <Property name="pose" value="standing"/>
|
---|
280 | <Property name="type" value="character"/>
|
---|
281 | <Property name="power" value="10"/>
|
---|
282 | <Property name="hasAuthority" value="False"/>
|
---|
283 | <Property name="isChild" value="True"/>
|
---|
284 | <Property name="holds" value="none"/>
|
---|
285 | </Properties>
|
---|
286 | </Agent>
|
---|
287 |
|
---|
288 | <Agent name="Ikop" displayName="Ikop" role="Ikop" platform="worldsim" host="localhost"
|
---|
289 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
290 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
291 |
|
---|
292 | <Properties>
|
---|
293 | <Property name="isPerson" value="True"/>
|
---|
294 | <Property name="strength" value="4"/>
|
---|
295 | <Property name="hurt" value="False"/>
|
---|
296 | <Property name="pose" value="standing"/>
|
---|
297 | <Property name="type" value="character"/>
|
---|
298 | <Property name="power" value="10"/>
|
---|
299 | <Property name="holds" value="none"/>
|
---|
300 | </Properties>
|
---|
301 | </Agent>
|
---|
302 | </Scenario>
|
---|
303 |
|
---|
304 | <Scenario name="Gardening">
|
---|
305 | <WorldSimulator port="46874" scenery="Forest" actionsFile="data/characters/minds/Actions.xml"
|
---|
306 | agentLanguageFile="data/characters/minds/language/agent/en/language-set-1"
|
---|
307 | userOptionsFile="UserOptionsGardening.txt">
|
---|
308 | <Objects>
|
---|
309 | <Object name="user"/>
|
---|
310 | <Object name="garden"/>
|
---|
311 | <Object name="tree"/>
|
---|
312 | <Object name="soil"/>
|
---|
313 | <Object name="ground"/>
|
---|
314 | </Objects>
|
---|
315 |
|
---|
316 | </WorldSimulator>
|
---|
317 |
|
---|
318 | <Agent name="Errep" displayName="Errep" role="Errep" platform="worldsim" host="localhost"
|
---|
319 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
320 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
321 |
|
---|
322 | <Properties>
|
---|
323 | <Property name="isPerson" value="True"/>
|
---|
324 | <Property name="toBeFelled" value="False"/>
|
---|
325 | <Property name="strength" value="4"/>
|
---|
326 | <Property name="hurt" value="False"/>
|
---|
327 | <Property name="pose" value="standing"/>
|
---|
328 | <Property name="type" value="character"/>
|
---|
329 | <Property name="power" value="10"/>
|
---|
330 | <Property name="holds" value="none"/>
|
---|
331 | </Properties>
|
---|
332 | </Agent>
|
---|
333 |
|
---|
334 | <Agent name="Abbuk" displayName="Abbuk" role="Abbuk" platform="worldsim" host="localhost"
|
---|
335 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
336 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
337 |
|
---|
338 | <Properties>
|
---|
339 | <Property name="isPerson" value="True"/>
|
---|
340 | <Property name="strength" value="4"/>
|
---|
341 | <Property name="hurt" value="False"/>
|
---|
342 | <Property name="pose" value="standing"/>
|
---|
343 | <Property name="type" value="character"/>
|
---|
344 | <Property name="power" value="10"/>
|
---|
345 | <Property name="holds" value="none"/>
|
---|
346 | <Property name="hasAuthority" value="True"/>
|
---|
347 | </Properties>
|
---|
348 | </Agent>
|
---|
349 |
|
---|
350 | <Agent name="Ardoot" displayName="Ardoot" role="Ardoot" platform="worldsim" host="localhost"
|
---|
351 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
352 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
353 |
|
---|
354 | <Properties>
|
---|
355 | <Property name="isPerson" value="True"/>
|
---|
356 | <Property name="strength" value="4"/>
|
---|
357 | <Property name="hurt" value="False"/>
|
---|
358 | <Property name="pose" value="standing"/>
|
---|
359 | <Property name="type" value="character"/>
|
---|
360 | <Property name="power" value="10"/>
|
---|
361 | <Property name="holds" value="none"/>
|
---|
362 | <Property name="hasAuthority" value="True"/>
|
---|
363 | <Property name="isGardener" value="True"/>
|
---|
364 | </Properties>
|
---|
365 | </Agent>
|
---|
366 |
|
---|
367 | <Agent name="Ikop" displayName="Ikop" role="Ikop" platform="worldsim" host="localhost"
|
---|
368 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
369 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
370 |
|
---|
371 | <Properties>
|
---|
372 | <Property name="isPerson" value="True"/>
|
---|
373 | <Property name="toBeFelled" value="False"/>
|
---|
374 | <Property name="strength" value="4"/>
|
---|
375 | <Property name="hurt" value="False"/>
|
---|
376 | <Property name="pose" value="standing"/>
|
---|
377 | <Property name="type" value="character"/>
|
---|
378 | <Property name="power" value="10"/>
|
---|
379 | <Property name="holds" value="none"/>
|
---|
380 | </Properties>
|
---|
381 | </Agent>
|
---|
382 | </Scenario>
|
---|
383 |
|
---|
384 | <Scenario name="Recycling">
|
---|
385 | <WorldSimulator port="46874" scenery="Forest" actionsFile="data/characters/minds/Actions.xml"
|
---|
386 | agentLanguageFile="data/characters/minds/language/agent/en/language-set-1"
|
---|
387 | userOptionsFile="UserOptionsRecycling.txt">
|
---|
388 |
|
---|
389 | <Objects>
|
---|
390 | <Object name="user"/>
|
---|
391 | <Object name="recycling"/>
|
---|
392 | <Object name="drink"/>
|
---|
393 | <Object name="button1"/>
|
---|
394 | <Object name="button2"/>
|
---|
395 | <Object name="body"/>
|
---|
396 | <Object name="greenDrink"/>
|
---|
397 | <Object name="soil"/>
|
---|
398 | <Object name="machine"/>
|
---|
399 | <Object name="ground"/>
|
---|
400 | </Objects>
|
---|
401 |
|
---|
402 | </WorldSimulator>
|
---|
403 |
|
---|
404 | <Agent name="Cerkith" displayName="Cerkith" role="Cerkith" platform="worldsim" host="localhost"
|
---|
405 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
406 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
407 |
|
---|
408 | <Properties>
|
---|
409 | <Property name="isPerson" value="True"/>
|
---|
410 | <Property name="isParent" value="False"/>
|
---|
411 | <Property name="strength" value="4"/>
|
---|
412 | <Property name="hurt" value="False"/>
|
---|
413 | <Property name="pose" value="standing"/>
|
---|
414 | <Property name="type" value="character"/>
|
---|
415 | <Property name="power" value="10"/>
|
---|
416 | <Property name="hasAuthority" value="True"/>
|
---|
417 | <Property name="holds" value="none"/>
|
---|
418 | </Properties>
|
---|
419 | </Agent>
|
---|
420 |
|
---|
421 | <Agent name="Tigrit" displayName="Tigrit" role="Tigrit" platform="worldsim" host="localhost"
|
---|
422 | port="46874" displayMode="True" sex="M" actionsFile="Actions"
|
---|
423 | goalsFile="GoalLibrary" cultureName="SpryteCulture">
|
---|
424 |
|
---|
425 | <Properties>
|
---|
426 | <Property name="isPerson" value="True"/>
|
---|
427 | <Property name="isParent" value="False"/>
|
---|
428 | <Property name="strength" value="4"/>
|
---|
429 | <Property name="hurt" value="False"/>
|
---|
430 | <Property name="pose" value="standing"/>
|
---|
431 | <Property name="type" value="character"/>
|
---|
432 | <Property name="power" value="10"/>
|
---|
433 | <Property name="hasAuthority" value="True"/>
|
---|
434 | <Property name="holds" value="none"/>
|
---|
435 | </Properties>
|
---|
436 | </Agent>
|
---|
437 |
|
---|
438 | </Scenario>
|
---|
439 | </Scenarios> |
---|