GameConfig.xml 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  1. <?xml version="1.0"?>
  2. <?mso-application progid="Excel.Sheet"?>
  3. <Workbook xmlns="urn:schemas-microsoft-com:office:spreadsheet"
  4. xmlns:o="urn:schemas-microsoft-com:office:office"
  5. xmlns:x="urn:schemas-microsoft-com:office:excel"
  6. xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
  7. xmlns:ss="urn:schemas-microsoft-com:office:spreadsheet"
  8. xmlns:html="http://www.w3.org/TR/REC-html40">
  9. <DocumentProperties xmlns="urn:schemas-microsoft-com:office:office">
  10. <Keywords>系统参数、提示信息、货币定义</Keywords>
  11. <Created>2015-10-17T09:08:00Z</Created>
  12. <Company>微软中国</Company>
  13. <Version>16.00</Version>
  14. </DocumentProperties>
  15. <OfficeDocumentSettings xmlns="urn:schemas-microsoft-com:office:office">
  16. <AllowPNG/>
  17. </OfficeDocumentSettings>
  18. <ExcelWorkbook xmlns="urn:schemas-microsoft-com:office:excel">
  19. <WindowHeight>9810</WindowHeight>
  20. <WindowWidth>23535</WindowWidth>
  21. <WindowTopX>32767</WindowTopX>
  22. <WindowTopY>32767</WindowTopY>
  23. <ProtectStructure>False</ProtectStructure>
  24. <ProtectWindows>False</ProtectWindows>
  25. </ExcelWorkbook>
  26. <Styles>
  27. <Style ss:ID="Default" ss:Name="Normal">
  28. <Alignment ss:Vertical="Bottom"/>
  29. <Borders/>
  30. <Font ss:FontName="等线" x:CharSet="134" x:Family="Swiss" ss:Size="11"
  31. ss:Color="#000000"/>
  32. <Interior/>
  33. <NumberFormat/>
  34. <Protection/>
  35. </Style>
  36. </Styles>
  37. <Worksheet ss:Name="Parameters">
  38. <Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="13" x:FullColumns="1"
  39. x:FullRows="1" ss:DefaultColumnWidth="149.25" ss:DefaultRowHeight="16.5">
  40. <Row ss:AutoFitHeight="0">
  41. <Cell><Data ss:Type="String">功能模块</Data><Comment ss:Author="陈绍治"><ss:Data
  42. xmlns="http://www.w3.org/TR/REC-html40">陈绍治:&#10;&#10;带@的程序无需解析,参考和注释用的</ss:Data></Comment></Cell>
  43. <Cell><Data ss:Type="String">参数定义</Data></Cell>
  44. <Cell><Data ss:Type="String">参数名称</Data><Comment ss:Author="陈绍治"><ss:Data
  45. xmlns="http://www.w3.org/TR/REC-html40">陈绍治:&#10;&#10;填写字符串,供程序做参数关键字;唯一性</ss:Data></Comment></Cell>
  46. <Cell><Data ss:Type="String">参数类型</Data><Comment ss:Author="陈绍治"><ss:Data
  47. xmlns="http://www.w3.org/TR/REC-html40">陈绍治:&#10;&#10;这个字段是字符串类型,有些参数可能是数字,有些可能是字符串,所以程序处理的时候按这个类型进行转换</ss:Data></Comment></Cell>
  48. <Cell><Data ss:Type="String">参数值</Data></Cell>
  49. <Cell><Data ss:Type="String">备注</Data></Cell>
  50. </Row>
  51. <Row ss:AutoFitHeight="0">
  52. <Cell><Data ss:Type="String">@Function</Data></Cell>
  53. <Cell><Data ss:Type="String">@ParamDefine</Data></Cell>
  54. <Cell><Data ss:Type="String">ParamName</Data></Cell>
  55. <Cell><Data ss:Type="String">ParamType</Data></Cell>
  56. <Cell><Data ss:Type="String">ParamValue</Data></Cell>
  57. <Cell><Data ss:Type="String">@Remark</Data></Cell>
  58. </Row>
  59. <Row ss:AutoFitHeight="0">
  60. <Cell ss:Index="3"><Data ss:Type="String">STRING</Data></Cell>
  61. <Cell><Data ss:Type="String">STRING</Data></Cell>
  62. <Cell><Data ss:Type="String">STRING</Data></Cell>
  63. </Row>
  64. <Row ss:AutoFitHeight="0">
  65. <Cell ss:Index="3"><Data ss:Type="String">initExp</Data></Cell>
  66. <Cell><Data ss:Type="String">NUMBER</Data></Cell>
  67. <Cell><Data ss:Type="Number">1</Data></Cell>
  68. </Row>
  69. <Row ss:AutoFitHeight="0">
  70. <Cell ss:Index="3"><Data ss:Type="String">initBalance</Data></Cell>
  71. <Cell><Data ss:Type="String">STRING</Data></Cell>
  72. <Cell><Data ss:Type="Number">20000</Data></Cell>
  73. </Row>
  74. <Row ss:AutoFitHeight="0">
  75. <Cell ss:Index="3"><Data ss:Type="String">SyncReelsCountBase</Data></Cell>
  76. <Cell><Data ss:Type="String">STRING</Data></Cell>
  77. <Cell><Data ss:Type="String">908000,0,80000,12000</Data></Cell>
  78. </Row>
  79. <Row ss:AutoFitHeight="0">
  80. <Cell ss:Index="3"><Data ss:Type="String">SyncReelsCountFree</Data></Cell>
  81. <Cell><Data ss:Type="String">STRING</Data></Cell>
  82. <Cell><Data ss:Type="String">0,0,960000,30000,10000</Data></Cell>
  83. </Row>
  84. <Row ss:AutoFitHeight="0">
  85. <Cell ss:Index="3"><Data ss:Type="String">FreeCnt</Data></Cell>
  86. <Cell><Data ss:Type="String">NUMBER</Data></Cell>
  87. <Cell><Data ss:Type="Number">15</Data></Cell>
  88. </Row>
  89. <Row ss:AutoFitHeight="0">
  90. <Cell ss:Index="3"><Data ss:Type="String">BetList</Data></Cell>
  91. <Cell><Data ss:Type="String">STRING</Data></Cell>
  92. <Cell><Data ss:Type="String">0.25,0.5,1,2.5,5,10,25,50,100,500</Data></Cell>
  93. </Row>
  94. <Row ss:AutoFitHeight="0">
  95. <Cell ss:Index="3"><Data ss:Type="String">WidthNum</Data></Cell>
  96. <Cell><Data ss:Type="String">NUMBER</Data></Cell>
  97. <Cell><Data ss:Type="Number">8</Data></Cell>
  98. </Row>
  99. <Row ss:AutoFitHeight="0">
  100. <Cell ss:Index="3"><Data ss:Type="String">HeightNum</Data></Cell>
  101. <Cell><Data ss:Type="String">NUMBER</Data></Cell>
  102. <Cell><Data ss:Type="Number">10</Data></Cell>
  103. </Row>
  104. <Row ss:AutoFitHeight="0">
  105. <Cell ss:Index="3"><Data ss:Type="String">InitItemNum</Data></Cell>
  106. <Cell><Data ss:Type="String">STRING</Data></Cell>
  107. <Cell><Data ss:Type="String">3,3,3,3</Data></Cell>
  108. </Row>
  109. <Row ss:AutoFitHeight="0">
  110. <Cell ss:Index="3"><Data ss:Type="String">initCompetitionTime</Data></Cell>
  111. <Cell><Data ss:Type="String">NUMBER</Data></Cell>
  112. <Cell><Data ss:Type="Number">30</Data></Cell>
  113. </Row>
  114. </Table>
  115. <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel">
  116. <Unsynced/>
  117. <Selected/>
  118. <FreezePanes/>
  119. <FrozenNoSplit/>
  120. <SplitHorizontal>3</SplitHorizontal>
  121. <TopRowBottomPane>3</TopRowBottomPane>
  122. <SplitVertical>1</SplitVertical>
  123. <LeftColumnRightPane>1</LeftColumnRightPane>
  124. <ActivePane>0</ActivePane>
  125. <Panes>
  126. <Pane>
  127. <Number>3</Number>
  128. </Pane>
  129. <Pane>
  130. <Number>1</Number>
  131. </Pane>
  132. <Pane>
  133. <Number>2</Number>
  134. </Pane>
  135. <Pane>
  136. <Number>0</Number>
  137. <ActiveRow>12</ActiveRow>
  138. <ActiveCol>4</ActiveCol>
  139. </Pane>
  140. </Panes>
  141. <ProtectObjects>False</ProtectObjects>
  142. <ProtectScenarios>False</ProtectScenarios>
  143. </WorksheetOptions>
  144. </Worksheet>
  145. </Workbook>