Browse Source

MMO-14341:增加法宝和至宝定义

zhangwenbi 4 years ago
parent
commit
92234b6bbd
1 changed files with 32 additions and 2 deletions
  1. 32 2
      策划脚本/items/ItemTypeConfig.xml

+ 32 - 2
策划脚本/items/ItemTypeConfig.xml

@@ -35,7 +35,7 @@
   </Style>
  </Styles>
  <Worksheet ss:Name="ItemTypeConfig">
-  <Table ss:ExpandedColumnCount="17" ss:ExpandedRowCount="23" x:FullColumns="1"
+  <Table ss:ExpandedColumnCount="17" ss:ExpandedRowCount="25" x:FullColumns="1"
    x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
    <Row ss:AutoFitHeight="0" ss:Height="14.25">
     <Cell><Data ss:Type="String">排列顺序</Data></Cell>
@@ -268,6 +268,20 @@
     <Cell><Data ss:Type="String">TianShu</Data></Cell>
     <Cell ss:Index="6"><Data ss:Type="String">天书</Data></Cell>
    </Row>
+   <Row ss:AutoFitHeight="0">
+    <Cell><Data ss:Type="Number">21</Data></Cell>
+    <Cell><Data ss:Type="Number">21</Data></Cell>
+    <Cell><Data ss:Type="String">法宝</Data></Cell>
+    <Cell><Data ss:Type="String">FaBao</Data></Cell>
+    <Cell ss:Index="6"><Data ss:Type="String">法宝</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0">
+    <Cell><Data ss:Type="Number">22</Data></Cell>
+    <Cell><Data ss:Type="Number">22</Data></Cell>
+    <Cell><Data ss:Type="String">至宝</Data></Cell>
+    <Cell><Data ss:Type="String">ZhiBao</Data></Cell>
+    <Cell ss:Index="6"><Data ss:Type="String">至宝</Data></Cell>
+   </Row>
   </Table>
 <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Unsynced/> <FrozenNoSplit/> <SplitHorizontal>3</SplitHorizontal> <TopRowBottomPane>3</TopRowBottomPane> <SplitVertical>1</SplitVertical><LeftColumnRightPane>1</LeftColumnRightPane> <ActivePane>0</ActivePane>
 </WorksheetOptions>
@@ -277,7 +291,7 @@
    <NamedRange ss:Name="_FilterDatabase" ss:RefersTo="=ItemIdConfig!R3C1:R35C12"
     ss:Hidden="1"/>
   </Names>
-  <Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="44" x:FullColumns="1"
+  <Table ss:ExpandedColumnCount="6" ss:ExpandedRowCount="46" x:FullColumns="1"
    x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="13.5">
    <Row ss:AutoFitHeight="0" ss:Height="14.25">
     <Cell><Data ss:Type="String">物品类型代码</Data></Cell>
@@ -625,6 +639,22 @@
     <Cell><Data ss:Type="Number">14</Data></Cell>
     <Cell><Data ss:Type="String">3:D,2:D,1:D,4:A</Data></Cell>
    </Row>
+   <Row ss:AutoFitHeight="0">
+    <Cell><Data ss:Type="String">法宝</Data></Cell>
+    <Cell><Data ss:Type="Number">14</Data></Cell>
+    <Cell><Data ss:Type="String">法宝</Data></Cell>
+    <Cell><Data ss:Type="Number">1</Data></Cell>
+    <Cell><Data ss:Type="Number">15</Data></Cell>
+    <Cell><Data ss:Type="String">3:D,2:D,1:D,4:A</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0">
+    <Cell><Data ss:Type="String">至宝</Data></Cell>
+    <Cell><Data ss:Type="Number">23</Data></Cell>
+    <Cell><Data ss:Type="String">至宝</Data></Cell>
+    <Cell><Data ss:Type="Number">1</Data></Cell>
+    <Cell><Data ss:Type="Number">16</Data></Cell>
+    <Cell><Data ss:Type="String">3:D,2:D,1:D,4:A</Data></Cell>
+   </Row>
   </Table>
 <WorksheetOptions xmlns="urn:schemas-microsoft-com:office:excel"><Unsynced/> <FrozenNoSplit/> <SplitHorizontal>3</SplitHorizontal> <TopRowBottomPane>3</TopRowBottomPane> <SplitVertical>1</SplitVertical><LeftColumnRightPane>1</LeftColumnRightPane> <ActivePane>0</ActivePane>
 </WorksheetOptions>