speed-dreams/data/drivers/simplix_67GP/9/skill.xml

27 lines
1.0 KiB
XML
Raw Permalink Normal View History

2023-12-12 18:58:24 +01:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE params SYSTEM "../../../../src/libs/tgf/params.dtd">
<params name="Skill" type="template">
<!-- sc-996 1 -->
<section name="skill">
<!-- This skill level is added to the global skill level set in -->
<!-- raceman/config/extra/skill.xml to provide a unique value for -->
<!-- each driver. The values should be between 0 and 1, with 0 being -->
<!-- the highest skill level. -->
<attnum name="level" min="0.0" max="1.0" val="0.1"/>
<!-- The aggression value is used to control how cautious or otherwise -->
<!-- a driver is in overtaking opponents. Positive values make a -->
<!-- driver take more risks, while negative values make them more -->
<!-- careful about when they choose to overtake. Don't go too high -->
<!-- with the positive values! -->
<attnum name="aggression" min="-3.0" max="1.5" val="0.1"/>
</section>
</params>