diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.Designer.cs b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.Designer.cs index e1b3a0f..252ad97 100644 --- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.Designer.cs +++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.Designer.cs @@ -30,10 +30,10 @@ namespace GrasscutterTools.Forms private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGachaBannersEditor3)); - System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea9 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); - System.Windows.Forms.DataVisualization.Charting.Legend legend9 = new System.Windows.Forms.DataVisualization.Charting.Legend(); - System.Windows.Forms.DataVisualization.Charting.Series series17 = new System.Windows.Forms.DataVisualization.Charting.Series(); - System.Windows.Forms.DataVisualization.Charting.Series series18 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea2 = new System.Windows.Forms.DataVisualization.Charting.ChartArea(); + System.Windows.Forms.DataVisualization.Charting.Legend legend2 = new System.Windows.Forms.DataVisualization.Charting.Legend(); + System.Windows.Forms.DataVisualization.Charting.Series series3 = new System.Windows.Forms.DataVisualization.Charting.Series(); + System.Windows.Forms.DataVisualization.Charting.Series series4 = new System.Windows.Forms.DataVisualization.Charting.Series(); this.GrpBannerValues = new System.Windows.Forms.GroupBox(); this.BtnAddOrUpdate = new System.Windows.Forms.Button(); this.CmbTitlePath = new System.Windows.Forms.ComboBox(); @@ -59,7 +59,6 @@ namespace GrasscutterTools.Forms this.LblSortId = new System.Windows.Forms.Label(); this.NUDGachaType = new System.Windows.Forms.NumericUpDown(); this.NUDSortId = new System.Windows.Forms.NumericUpDown(); - this.LblGachaTypeTip = new System.Windows.Forms.Label(); this.LblEndTime = new System.Windows.Forms.Label(); this.LblScheduleId = new System.Windows.Forms.Label(); this.LblBeginTime = new System.Windows.Forms.Label(); @@ -93,6 +92,7 @@ namespace GrasscutterTools.Forms this.LblPoolWeight5 = new System.Windows.Forms.Label(); this.ChartWeights = new System.Windows.Forms.DataVisualization.Charting.Chart(); this.GrpBanners = new System.Windows.Forms.GroupBox(); + this.LnkCheckLatestBanners = new System.Windows.Forms.LinkLabel(); this.ListBanners = new System.Windows.Forms.ListBox(); this.FLPBannersControl = new System.Windows.Forms.FlowLayoutPanel(); this.BtnDelete = new System.Windows.Forms.Button(); @@ -145,7 +145,6 @@ namespace GrasscutterTools.Forms this.GrpBannerValues.Controls.Add(this.LblSortId); this.GrpBannerValues.Controls.Add(this.NUDGachaType); this.GrpBannerValues.Controls.Add(this.NUDSortId); - this.GrpBannerValues.Controls.Add(this.LblGachaTypeTip); this.GrpBannerValues.Controls.Add(this.LblEndTime); this.GrpBannerValues.Controls.Add(this.LblScheduleId); this.GrpBannerValues.Controls.Add(this.LblBeginTime); @@ -345,11 +344,6 @@ namespace GrasscutterTools.Forms 0, 0}); // - // LblGachaTypeTip - // - resources.ApplyResources(this.LblGachaTypeTip, "LblGachaTypeTip"); - this.LblGachaTypeTip.Name = "LblGachaTypeTip"; - // // LblEndTime // resources.ApplyResources(this.LblEndTime, "LblEndTime"); @@ -569,44 +563,52 @@ namespace GrasscutterTools.Forms // ChartWeights // resources.ApplyResources(this.ChartWeights, "ChartWeights"); - chartArea9.AxisX.Minimum = 0D; - chartArea9.AxisY.Maximum = 100D; - chartArea9.AxisY.Minimum = 0D; - chartArea9.AxisY.Title = "%"; - chartArea9.Name = "ChartArea1"; - this.ChartWeights.ChartAreas.Add(chartArea9); - legend9.Name = "Legend1"; - this.ChartWeights.Legends.Add(legend9); + chartArea2.AxisX.Minimum = 0D; + chartArea2.AxisY.Maximum = 100D; + chartArea2.AxisY.Minimum = 0D; + chartArea2.AxisY.Title = "%"; + chartArea2.Name = "ChartArea1"; + this.ChartWeights.ChartAreas.Add(chartArea2); + legend2.Name = "Legend1"; + this.ChartWeights.Legends.Add(legend2); this.ChartWeights.Name = "ChartWeights"; - series17.ChartArea = "ChartArea1"; - series17.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; - series17.Color = System.Drawing.Color.OrangeRed; - series17.Label = "(#VALX, #VAL)"; - series17.Legend = "Legend1"; - series17.LegendText = "5*"; - series17.Name = "SeriesWeight5"; - series17.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; - series17.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double; - series18.ChartArea = "ChartArea1"; - series18.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; - series18.Color = System.Drawing.Color.Purple; - series18.Label = "(#VALX, #VAL)"; - series18.Legend = "Legend1"; - series18.LegendText = "4*"; - series18.Name = "SeriesWeight4"; - series18.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; - series18.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double; - this.ChartWeights.Series.Add(series17); - this.ChartWeights.Series.Add(series18); + series3.ChartArea = "ChartArea1"; + series3.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series3.Color = System.Drawing.Color.OrangeRed; + series3.Label = "(#VALX, #VAL)"; + series3.Legend = "Legend1"; + series3.LegendText = "5*"; + series3.Name = "SeriesWeight5"; + series3.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + series3.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double; + series4.ChartArea = "ChartArea1"; + series4.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line; + series4.Color = System.Drawing.Color.Purple; + series4.Label = "(#VALX, #VAL)"; + series4.Legend = "Legend1"; + series4.LegendText = "4*"; + series4.Name = "SeriesWeight4"; + series4.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32; + series4.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double; + this.ChartWeights.Series.Add(series3); + this.ChartWeights.Series.Add(series4); // // GrpBanners // resources.ApplyResources(this.GrpBanners, "GrpBanners"); + this.GrpBanners.Controls.Add(this.LnkCheckLatestBanners); this.GrpBanners.Controls.Add(this.ListBanners); this.GrpBanners.Controls.Add(this.FLPBannersControl); this.GrpBanners.Name = "GrpBanners"; this.GrpBanners.TabStop = false; // + // LnkCheckLatestBanners + // + resources.ApplyResources(this.LnkCheckLatestBanners, "LnkCheckLatestBanners"); + this.LnkCheckLatestBanners.Name = "LnkCheckLatestBanners"; + this.LnkCheckLatestBanners.TabStop = true; + this.LnkCheckLatestBanners.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LnkCheckLatestBanners_LinkClicked); + // // ListBanners // resources.ApplyResources(this.ListBanners, "ListBanners"); @@ -693,6 +695,7 @@ namespace GrasscutterTools.Forms this.GrpBalance.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.ChartWeights)).EndInit(); this.GrpBanners.ResumeLayout(false); + this.GrpBanners.PerformLayout(); this.FLPBannersControl.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); @@ -708,7 +711,6 @@ namespace GrasscutterTools.Forms private System.Windows.Forms.Label LblSortId; private System.Windows.Forms.NumericUpDown NUDGachaType; private System.Windows.Forms.NumericUpDown NUDSortId; - private System.Windows.Forms.Label LblGachaTypeTip; private System.Windows.Forms.Label LblEndTime; private System.Windows.Forms.Label LblScheduleId; private System.Windows.Forms.Label LblBeginTime; @@ -767,5 +769,6 @@ namespace GrasscutterTools.Forms private System.Windows.Forms.ComboBox CmbTitlePath; private System.Windows.Forms.Label LblTitlePath; private System.Windows.Forms.Button BtnClear; + private System.Windows.Forms.LinkLabel LnkCheckLatestBanners; } } \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.cs b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.cs index 0fb3fc8..b353960 100644 --- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.cs +++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.cs @@ -28,7 +28,7 @@ using System.Windows.Forms; using GrasscutterTools.Game; using GrasscutterTools.Game.Gacha; using GrasscutterTools.Properties; - +using GrasscutterTools.Utils; using Newtonsoft.Json; namespace GrasscutterTools.Forms @@ -259,6 +259,11 @@ namespace GrasscutterTools.Forms #region - 卡池 - + private void LnkCheckLatestBanners_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e) + { + UIUtil.OpenURL("https://github.com/Zhaokugua/Grasscutter_Banners"); + } + private void InitCheckedListBoxs() { ListFallbackItems.BeginUpdate(); @@ -499,5 +504,6 @@ namespace GrasscutterTools.Forms } #endregion - 卡池参数 - + } } \ No newline at end of file diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.en-us.resx b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.en-us.resx index 6793bf6..d853429 100644 --- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.en-us.resx +++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.en-us.resx @@ -206,12 +206,6 @@ Sort - - 123, 17 - - - Increment from 400 - 62, 17 @@ -443,6 +437,15 @@ Banners + + 141, -1 + + + 129, 17 + + + Check latest Banners + Delete diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.resx b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.resx index ad86da0..0db59ec 100644 --- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.resx +++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.resx @@ -144,6 +144,9 @@ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 4星活动爆率 + GrpBannerValues @@ -166,25 +169,25 @@ 34, 28 - 31 + 30 65 - - 24 - 单抽消耗 System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + GrpBanners + 56, 17 - - NUDEventChance5 + + 卡池参数 System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -222,8 +225,8 @@ LblBeginTime - - ColUpName + + 3 270, 512 @@ -246,6 +249,9 @@ True + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + Fill @@ -343,9 +349,6 @@ 294, 504 - - 7 - 纠缠之缘 @@ -385,6 +388,9 @@ $this + + 0 + BtnClear @@ -400,8 +406,11 @@ 55, 32 + + 63, 23 + - 29 + 28 True @@ -439,8 +448,8 @@ 300, 23 - - 22 + + System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 GrpBannerValues @@ -466,6 +475,9 @@ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + $this + 17 @@ -559,6 +571,9 @@ LblCostItemAmount10 + + 保存 + 15 @@ -579,7 +594,7 @@ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - 27 + 26 NUDSortId @@ -632,7 +647,7 @@ ChartWeights - 33 + 32 210, 351 @@ -653,7 +668,7 @@ 740, 401 - 1 + 2 System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -673,6 +688,9 @@ 402, 0 + + 22 + 8 @@ -691,8 +709,8 @@ 100, 23 - - BtnDelete + + 962, 41 0 @@ -718,20 +736,20 @@ True - - 125, 17 - √ 添加或更新 110, 23 + + NUDEventChance5 + 9 - - 962, 41 + + 7 ListFallbackItems @@ -761,7 +779,7 @@ 204, 329 - 35 + 34 LblSortIdTip @@ -779,7 +797,7 @@ 29 - 34 + 33 System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 @@ -796,9 +814,6 @@ 204, 329 - - GrpBannerValues - LblSortId @@ -835,25 +850,12 @@ 封面标题 - - System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 32 + 31 Top, Bottom, Right - - - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w - LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0 - ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh - ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG - AwAAAAo15pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu - dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc1Cw== - - 5星活动爆率 @@ -873,7 +875,7 @@ RbCostItem223 - 25 + 24 0 @@ -884,8 +886,8 @@ True - - 112, 29 + + 80, 17 210, 351 @@ -921,8 +923,8 @@ GrpBannerValues - - GrpBannerValues + + 100, 23 BtnSave @@ -939,9 +941,6 @@ LblWeight4 - - True - True @@ -954,8 +953,8 @@ 24 - - NoControl + + $this 5 @@ -976,7 +975,7 @@ 2 - 0 + 1 10 @@ -1002,9 +1001,6 @@ 56, 17 - - 0 - 33 @@ -1044,8 +1040,8 @@ 55, 61 - - System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + NoControl 2 @@ -1080,8 +1076,8 @@ 50, 175 - - 276, 563 + + 151, 21 1 @@ -1113,11 +1109,8 @@ GrpBannerValues - - $this - - 28 + 27 GrpBalance @@ -1125,6 +1118,9 @@ 加载 + + 查看最新卡池 + 100, 23 @@ -1146,6 +1142,9 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 190, 0 + GrpBalance @@ -1170,8 +1169,8 @@ 28 - - GrpBannerValues + + 218, 233 LnkWeightHelp @@ -1182,6 +1181,9 @@ RbCostItem224 + + 112, 29 + ChkRemoveC6FormPool @@ -1239,6 +1241,9 @@ True + + GrpBannerValues + 14 @@ -1368,6 +1373,9 @@ Top, Bottom, Right + + True + 100, 23 @@ -1383,8 +1391,8 @@ True - - 218, 28 + + 440, 100 112, 84 @@ -1392,14 +1400,11 @@ 50, 87 - - 72, 17 - System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 4星活动爆率 + + GrpWeights True @@ -1410,8 +1415,8 @@ 1 - - 151, 21 + + BtnDelete LnkOpenOldEditor @@ -1425,8 +1430,8 @@ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - $this + + ID要求唯一 4星权重 @@ -1467,30 +1472,27 @@ 112, 173 - - 63, 23 + + GrpBannerValues System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 微软雅黑, 9pt + + LblCostItemAmount1 12, 41 + + 29 + $this 6 - - LblGachaTypeTip - - - LblCostItemAmount1 - 1200, 655 @@ -1542,14 +1544,14 @@ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + 微软雅黑, 9pt 43, 32 - - 从400开始,顺序递增 + + 7 56, 17 @@ -1560,8 +1562,8 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 270, 29 + + ColUpName 1 @@ -1614,9 +1616,6 @@ 150, 23 - - ID要求唯一 - 20 @@ -1656,14 +1655,11 @@ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - True - 删除 - - 2 + + 0 16 @@ -1674,8 +1670,8 @@ LblPoolWeight4 - - 7 + + 270, 29 56, 17 @@ -1704,9 +1700,6 @@ 34 - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - % @@ -1737,14 +1730,14 @@ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - GrpWeights + + System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 221, 262 - - 440, 100 + + 276, 563 0 @@ -1759,7 +1752,7 @@ 8 - 36 + 35 GrpWeights @@ -1800,8 +1793,8 @@ 75, 17 - - 218, 233 + + 72, 17 100, 23 @@ -1824,8 +1817,8 @@ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 100, 23 + + LnkCheckLatestBanners 63, 23 @@ -1834,7 +1827,7 @@ CmbPrefab - 26 + 25 294, 41 @@ -1869,14 +1862,21 @@ GrpBannerValues - - 保存 + + + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w + LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0 + ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh + ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG + AwAAAAo15pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu + dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc1Cw== + - - 卡池参数 + + System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - 30 + + True 3, 19 diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.ru-ru.resx b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.ru-ru.resx index 78a2cf7..9450bf7 100644 --- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.ru-ru.resx +++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.ru-ru.resx @@ -217,12 +217,6 @@ Сорт. - - 116, 17 - - - Увеличение с 400 - 249, 204 @@ -466,6 +460,15 @@ Banners + + 73, 0 + + + 203, 17 + + + Проверьте последние баннеры + - Удалить diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.zh-TW.resx b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.zh-TW.resx index f4e0723..d1306ba 100644 --- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.zh-TW.resx +++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.zh-TW.resx @@ -144,9 +144,6 @@ 順序 - - 從400開始,順序遞增 - 結束時間 @@ -178,9 +175,6 @@ 卡池參數 - - 基礎池 - AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w @@ -231,6 +225,9 @@ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXMws= + + 基礎池 + AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w @@ -271,9 +268,6 @@ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc0Cw== - - 卡池權重與保底機制 - 幫助 @@ -283,8 +277,8 @@ 5星權重 - - 角色和武器平衡機制(僅混合池有效) + + 卡池權重與保底機制 4星池權重 @@ -292,12 +286,12 @@ 5星池權重 + + 角色和武器平衡機制(僅混合池有效) + 刪除 - - Banners.json 路徑: - 加載