少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-28 4e616a2019e83cd9d14d09e0190ba4fdb224fab1
System/FindPrecious/BossIntroduceBehaviour.cs
@@ -120,7 +120,16 @@
                    break;
                case FindPreciousType.DemonJar:
                    var demonJarConfig = Config.Instance.Get<DemonJarConfig>(bossId);
                    undoubtedlyRewards = demonJarConfig.MustItemID;
                    switch (PlayerDatas.Instance.baseData.Job)
                    {
                        case 1:
                            undoubtedlyRewards = demonJarConfig.MustItemIDJob1;
                            break;
                        case 2:
                            undoubtedlyRewards = demonJarConfig.MustItemIDJob2;
                            break;
                    }
                    unusualRewards = demonJarConfig.RareItemID;
                    break;
            }