XML/Faction

From MegaGlest
Revision as of 22:32, 3 April 2007 by Pug (talk) (New page: <?xml version="1.0" standalone="no"?> *<faction> ** <starting-resources> *** <resource name="filename" amount="1"/> The XML filename (.xml extension not needed) and amount of all startin...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

  • <faction>
    • <starting-resources>
      • <resource name="filename" amount="1"/> The XML filename (.xml extension not needed) and amount of all starting resources for the faction.
    • </starting-resources>
    • <starting-units>
      • <unit name="castle" amount="1"/> The XML filename (.xml extension not needed) and amount of all starting units for the faction.
    • </starting-units>
    • <music value="true" path="../../common/music_tech.ogg"/>
  • </faction>