Difference between revisions of "GAE/Unit XML"

From MegaGlest
Jump to navigation Jump to search
 
(Added TODO message)
Line 1: Line 1:
 +
<font color="red">TODO: This is missing a lot of information on GAE-specific options (skills, commands, emanations, effects, etc.).</font>
 +
 
  <?xml version="1.0" standalone="no" ?>
 
  <?xml version="1.0" standalone="no" ?>
 
   
 
   
Line 107: Line 109:
 
         </command-sounds>
 
         </command-sounds>
 
     </parameters>
 
     </parameters>
 +
 
     <skills>                                    <font color="green">&lt;!-- Skills are what a unit can do. --&gt;</font>
 
     <skills>                                    <font color="green">&lt;!-- Skills are what a unit can do. --&gt;</font>
 
         <skill>
 
         <skill>
Line 145: Line 148:
 
   ...
 
   ...
 
     </skills>
 
     </skills>
 +
 
     <commands>                                  <font color="green">&lt;!-- Commands create the specific UI for accessing skills --&gt;</font>
 
     <commands>                                  <font color="green">&lt;!-- Commands create the specific UI for accessing skills --&gt;</font>
 
         <command>
 
         <command>

Revision as of 20:47, 28 March 2009

TODO: This is missing a lot of information on GAE-specific options (skills, commands, emanations, effects, etc.).

<?xml version="1.0" standalone="no" ?>

<unit>
    <parameters>
        <size value="#" />                       <!-- How many units per side a building uses -->
        <height value="#" />                     <!-- The height of a unit -->
        <max-hp value="#" regeneration="#"/>     <!-- Maximum hit points and rate of regeneration -->
        <max-ep value="#" regeneration="#"/>     <!-- Maximum energy points and rate of regeneration -->
        <armor value="#" />                      <!-- Armor value of unit -->
        <armor-type value="wood"/>               <!-- Type of armor - some weapons are more effective against some
                                                      armor types; Editable in the Tech XML file -->
        <sight value="#" />                      <!-- Range of sight to react to other units -->
        


If anyone needs a downloadable version of a rtf format outline, check out mine: http://www.mediafire.com/?ydypxxsyx3x

Back to GAE XML Reference