You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
361 B
19 lines
361 B
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<pack>
|
|
<driver name="fighter" extends="basic_ship">
|
|
|
|
<task replace="fly">
|
|
<fn str="FLY_TO_POINT" />
|
|
<target coord="PLAYER_POS" />
|
|
</task>
|
|
|
|
<task replace="fire">
|
|
<fn str="SHOOT" />
|
|
<count num="1" />
|
|
<gap_group num="3" />
|
|
<gun num="0" />
|
|
</task>
|
|
|
|
</driver>
|
|
</pack> |