MpGameRules.xml 372 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <AssetDeclaration xmlns="uri:ea.com:eala:asset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <Tags></Tags>
  4. <Includes></Includes>
  5. <MpGameRules
  6. id="TheMpGameRules"
  7. >
  8. <SkirmishStartCash
  9. LoCash="10000"
  10. HiCash="40000"
  11. ChoiceStepAmount="5000"
  12. DefaultChoiceIndex="1"
  13. />
  14. </MpGameRules>
  15. </AssetDeclaration>