Browse Source

MMO-22434:MapFence新增是否装备特定光武装备的判定

yucong 3 years ago
parent
commit
600192a78a
1 changed files with 21 additions and 4 deletions
  1. 21 4
      策划脚本/map/MapFence.xml

+ 21 - 4
策划脚本/map/MapFence.xml

@@ -11,20 +11,22 @@
   <Version>16.00</Version>
  </DocumentProperties>
  <Worksheet ss:Name="MapFence">
-  <Table ss:ExpandedColumnCount="5" x:FullColumns="1"
+  <Table ss:ExpandedColumnCount="6" x:FullColumns="1"
    x:FullRows="1" ss:DefaultColumnWidth="54" ss:DefaultRowHeight="27">
    <Row ss:AutoFitHeight="0">
     <Cell><Data ss:Type="String">排序用</Data></Cell>
     <Cell><Data ss:Type="String">地图ID</Data></Cell>
     <Cell><Data ss:Type="String">传送点编号</Data><Comment ss:Author="Administrator"><ss:Data xmlns="http://www.w3.org/TR/REC-html40"><Font html:Size="9" html:Color="#000000">编辑器中的传送点装饰物&#10;</Font></ss:Data></Comment></Cell>
-    <Cell><Data ss:Type="String">门禁道具</Data><Comment ss:Author="作者"><ss:Data xmlns="http://www.w3.org/TR/REC-html40"><B><Font html:Size="9">作者:</Font></B><Font html:Size="9">&#10;有该特殊道具,可以通过特定门禁</Font></ss:Data></Comment></Cell>
-    <Cell><Data ss:Type="String">通过门禁失败BUffID</Data><Comment ss:Author="作者"><ss:Data xmlns="http://www.w3.org/TR/REC-html40"><Font html:Size="9">:&#10;判断灯笼按钮绑定的对应类型,用来提取灯笼的开放等级和开放策略&#10;&#10;0:关联功能能界面,读取灯笼等级配置&#10;1:关联地图ID,读取关联地图等级&#10;</Font></ss:Data></Comment></Cell>
+    <Cell><Data ss:Type="String">门禁道具</Data><Comment ss:Author="作者"><ss:Data xmlns="http://www.w3.org/TR/REC-html40"><B><Font html:Size="9">作者:</Font></B><Font html:Size="9">&#10;有该特殊道具(背包中),可以通过特定门禁</Font></ss:Data></Comment></Cell>
+    <Cell><Data ss:Type="String">装备某光武装备</Data><Comment ss:Author="作者"><ss:Data xmlns="http://www.w3.org/TR/REC-html40"><B><Font html:Size="9">作者:&#10;作为门禁道具的拓展判定</Font></B><Font html:Size="9">&#10;和门禁道具同时判</Font></ss:Data></Comment></Cell>
+    <Cell><Data ss:Type="String">通过门禁失败BUffID</Data></Cell>
    </Row>
    <Row ss:AutoFitHeight="0">
     <Cell><Data ss:Type="String">id</Data></Cell>
     <Cell><Data ss:Type="String">MapID</Data></Cell>
     <Cell><Data ss:Type="String">PointID</Data></Cell>
     <Cell><Data ss:Type="String">Item</Data></Cell>
+    <Cell><Data ss:Type="String">GuangWu</Data></Cell>
     <Cell><Data ss:Type="String">FailBuff</Data></Cell>
    </Row>
    <Row ss:AutoFitHeight="0">
@@ -32,6 +34,7 @@
     <Cell><Data ss:Type="String">NUMBER</Data></Cell>
     <Cell><Data ss:Type="String">NUMBER</Data></Cell>
     <Cell><Data ss:Type="String">STRING</Data></Cell>
+    <Cell><Data ss:Type="String">STRING</Data></Cell>
     <Cell><Data ss:Type="String">NUMBER</Data></Cell>
    </Row>
    <Row ss:AutoFitHeight="0">
@@ -39,13 +42,27 @@
     <Cell><Data ss:Type="Number">11081</Data></Cell>
     <Cell><Data ss:Type="Number">401</Data></Cell>
     <Cell><Data ss:Type="String">biduzhu</Data></Cell>
-    <Cell><Data ss:Type="Number">12044</Data></Cell>
+    <Cell ss:Index="6"><Data ss:Type="Number">12044</Data></Cell>
    </Row>
    <Row ss:AutoFitHeight="0">
     <Cell><Data ss:Type="Number">2</Data></Cell>
     <Cell><Data ss:Type="Number">11081</Data></Cell>
     <Cell><Data ss:Type="Number">402</Data></Cell>
     <Cell><Data ss:Type="String">biduzhu</Data></Cell>
+    <Cell ss:Index="6"><Data ss:Type="Number">12044</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0">
+    <Cell><Data ss:Type="Number">3</Data></Cell>
+    <Cell><Data ss:Type="Number">11082</Data></Cell>
+    <Cell><Data ss:Type="Number">401</Data></Cell>
+    <Cell ss:Index="5"><Data ss:Type="String">guangwu_bihuozhu</Data></Cell>
+    <Cell><Data ss:Type="Number">12044</Data></Cell>
+   </Row>
+   <Row ss:AutoFitHeight="0">
+    <Cell><Data ss:Type="Number">4</Data></Cell>
+    <Cell><Data ss:Type="Number">11082</Data></Cell>
+    <Cell><Data ss:Type="Number">402</Data></Cell>
+    <Cell ss:Index="5"><Data ss:Type="String">guangwu_bihuozhu</Data></Cell>
     <Cell><Data ss:Type="Number">12044</Data></Cell>
    </Row>
   </Table>