26 lines
941 B
XML
26 lines
941 B
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!--
|
|
file : default.xml
|
|
created : 05 Dec 2008
|
|
last modified : 16 Feb 2009
|
|
copyright : (C) 2008-2009 Wolf-Dieter Beelitz
|
|
|
|
SIMPLIX_36GP - ALL CARS
|
|
-->
|
|
<!-- This program is free software; you can redistribute it and/or modify -->
|
|
<!-- it under the terms of the GNU General Public License as published by -->
|
|
<!-- the Free Software Foundation; either version 2 of the License, or -->
|
|
<!-- (at your option) any later version. -->
|
|
<!DOCTYPE params SYSTEM "../../../src/libs/tgf/params.dtd">
|
|
<params name="simplix" type="template" mode="mw">
|
|
<section name="robot">
|
|
<attstr name="robot name" val="simplix_36GP"/>
|
|
</section>
|
|
<section name="skilling">
|
|
<attnum name="enable" min="0" max="1" val="1"/>
|
|
</section>
|
|
<section name="team">
|
|
<attnum name="enable" min="0" max="1" val="0"/>
|
|
</section>
|
|
</params>
|