hch
2025-09-04 e53028506f90249feada689bab4e052fa800cc0a
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)
        {