From 249c2184d4e72f2f8a40ac9a156bf54849d0e191 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期日, 14 九月 2025 22:42:22 +0800
Subject: [PATCH] 0312 调整目录支持launch
---
Main/Config/Configs/XBGetItemConfig.cs | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/XBGetItemConfig.cs b/Main/Config/Configs/XBGetItemConfig.cs
index a0204a9..1c3a608 100644
--- a/Main/Config/Configs/XBGetItemConfig.cs
+++ b/Main/Config/Configs/XBGetItemConfig.cs
@@ -1,6 +1,6 @@
锘�//--------------------------------------------------------
// [Author]: YYL
-// [ Date ]: 2025骞�8鏈�20鏃�
+// [ Date ]: 2025骞�9鏈�4鏃�
//--------------------------------------------------------
using System.Collections.Generic;
@@ -23,6 +23,7 @@
public Dictionary<int, int> GridLibInfo;
public int[][] JobItemList;
public int[][] GridItemRateList1;
+ public Dictionary<int, int[][]> LuckyItemRateInfo;
public override int LoadKey(string _key)
{
@@ -47,6 +48,8 @@
JobItemList = JsonMapper.ToObject<int[][]>(tables[5].Replace("(", "[").Replace(")", "]"));
GridItemRateList1 = JsonMapper.ToObject<int[][]>(tables[6].Replace("(", "[").Replace(")", "]"));
+
+ LuckyItemRateInfo = ConfigParse.ParseIntArray2Dict(tables[7].Replace("(", "[").Replace(")", "]"));
}
catch (Exception exception)
{
--
Gitblit v1.8.0