Files
bl/public/config/talk.xml
昔念 eac1d41043 fix(rpc): 修复日志输出格式并修正logic服务器注册逻辑
修复了rpc模块中日志输出时参数拼接错误的问题,同时修正了RegisterLogic函数中端口映射的逻辑错误。

feat(socket): 替换错误处理方式为panic

在ServerEvent.go中将网络启动失败的返回错误改为panic处理,提高错误可见性。

feat(fight): 增加战斗加载进度控制

在LoadPercent函数中增加对FightC非
2025-11-01 00:40:19 +08:00

40 lines
3.0 KiB
Go

<!--
type : 为类别..服务器规定的id来
mapID : 为矿产所在地图
name : 矿产名字
collectType : 挖掘,采集,采摘
collectCnt : 每天采集次数
unit : 为单位,,,==
dir : 人模的所对方向
-->
<root>
<energy type="1" mapID="10" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="4"/>
<energy type="2" mapID="21" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="1"/>
<energy type="3" mapID="15" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="1"/>
<energy type="4" mapID="20" name="甲烷燃气" collectType="采集" collectCnt="2" unit="罐" dir="1"/>
<energy type="5" mapID="25" name="甲烷燃气" collectType="采集" collectCnt="2" unit="罐" dir="7"/>
<energy type="6" mapID="16" name="甲烷燃气" collectType="采集" collectCnt="2" unit="罐" dir="1"/>
<energy type="7" mapID="34" name="藤结晶" collectType="采摘" collectCnt="1" unit="块" dir="5"/>
<energy type="9" mapID="105" name="蘑菇结晶" collectType="挖掘" collectCnt="3" unit="块" dir="7"/>
<energy type="10" mapID="106" name="纳格晶体" collectType="挖掘" collectCnt="3" unit="块" dir="1"/>
<energy type="11" mapID="106" name="豆豆果实" collectType="采摘" collectCnt="1" unit="块" dir="7"/>
<energy type="12" mapID="49" name="电能石" collectType="挖掘" collectCnt="2" unit="块" dir="1"/>
<energy type="14" mapID="54" name="露尼亚矿石" collectType="挖掘" collectCnt="1" unit="块" dir="1"/>
<energy type="15" mapID="54" name="希罗里矿石" collectType="挖掘" collectCnt="1" unit="块" dir="1"/>
<energy type="16" mapID="54" name="欧古德矿石" collectType="采摘" collectCnt="1" unit="块" dir="1"/>
<energy type="17" mapID="54" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="7"/>
<energy type="27" mapID="57" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="1"/>
<energy type="28" mapID="60" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="5"/>
<energy type="29" mapID="325" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="1"/>
<energy type="30" mapID="328" name="甲烷燃气" collectType="采集" collectCnt="2" unit="罐" dir="5"/>
<energy type="31" mapID="688" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="1"/>
<energy type="32" mapID="404" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="1"/>
<energy type="33" mapID="429" name="甲烷燃气" collectType="采集" collectCnt="2" unit="罐" dir="5"/>
<energy type="34" mapID="494" name="黄晶矿" collectType="挖掘" collectCnt="5" unit="块" dir="5"/>
<energy type="35" mapID="702" name="甲烷燃气" collectType="采集" collectCnt="2" unit="罐" dir="7"/>
<energy type="36" mapID="29" name="甲烷燃气" collectType="采集" collectCnt="2" unit="罐" dir="7"/>
<energy type="37" mapID="688" name="甲烷燃气" collectType="采集" collectCnt="2" unit="罐" dir="6"/>
</root>