Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 4 and Version 5 of code/doc/AI


Ignore:
Timestamp:
Nov 30, 2015, 2:32:35 PM (8 years ago)
Author:
gania
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/AI

    v4 v5  
    3535{{{
    3636<SpaceShip position="-2000, 1500, -1000" lookat="0,0,0" team=0 name="ss2">
    37       <templates>
    38         <Template link=spaceshipassff />
    39       </templates>
    40       <controller>
    41         <DivisionController team=0 formationMode="finger4">
    42           <actionpoints>
    43             <Actionpoint position="0,0,0" action="FLY" />
    44             <Actionpoint position="-1000,750,-500" action="ATTACK" attack="attack" />
    45             <Actionpoint position="-1000,750,-500" action="PROTECt" protectMe=true />
    46             <Actionpoint position="-1000,750,-500" action="PROTECt" protect="protect" />
    47             <Actionpoint position="-1000,750,-500" action="FIGHTALL" />
    48            </actionpoints>
    49         </DivisionController>
    50       </controller>
     37  <templates>
     38    <Template link=spaceshipassff />
     39  </templates>
     40  <controller>
     41    <DivisionController team=0 formationMode="finger4">
     42      <actionpoints>
     43        <Actionpoint position="0,0,0" action="FLY" />
     44        <Actionpoint position="-1000,750,-500" action="ATTACK" attack="attack" />
     45        <Actionpoint position="-1000,750,-500" action="PROTECt" protectMe=true />
     46        <Actionpoint position="-1000,750,-500" action="PROTECt" protect="protect" />
     47        <Actionpoint position="-1000,750,-500" action="FIGHTALL" />
     48      </actionpoints>
     49    </DivisionController>
     50  </controller>
    5151</SpaceShip>
    5252}}}