diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.Designer.cs b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.Designer.cs
index d55fe4a..e1b3a0f 100644
--- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.Designer.cs
+++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.Designer.cs
@@ -30,11 +30,12 @@ namespace GrasscutterTools.Forms
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGachaBannersEditor3));
- System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
- System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
- System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
- System.Windows.Forms.DataVisualization.Charting.Series series2 = new System.Windows.Forms.DataVisualization.Charting.Series();
+ 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();
this.GrpBannerValues = new System.Windows.Forms.GroupBox();
+ this.BtnAddOrUpdate = new System.Windows.Forms.Button();
this.CmbTitlePath = new System.Windows.Forms.ComboBox();
this.LblTitlePath = new System.Windows.Forms.Label();
this.NUDCostItemAmount10 = new System.Windows.Forms.NumericUpDown();
@@ -94,13 +95,12 @@ namespace GrasscutterTools.Forms
this.GrpBanners = new System.Windows.Forms.GroupBox();
this.ListBanners = new System.Windows.Forms.ListBox();
this.FLPBannersControl = new System.Windows.Forms.FlowLayoutPanel();
- this.BtnAddOrUpdate = new System.Windows.Forms.Button();
this.BtnDelete = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
+ this.BtnClear = new System.Windows.Forms.Button();
+ this.LblBannersJson = new System.Windows.Forms.Label();
this.TxtBannersJsonPath = new System.Windows.Forms.TextBox();
this.BtnLoad = new System.Windows.Forms.Button();
this.BtnSave = new System.Windows.Forms.Button();
- this.BtnClear = new System.Windows.Forms.Button();
this.GrpBannerValues.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDCostItemAmount10)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDCostItemAmount1)).BeginInit();
@@ -161,11 +161,18 @@ namespace GrasscutterTools.Forms
this.GrpBannerValues.Name = "GrpBannerValues";
this.GrpBannerValues.TabStop = false;
//
+ // BtnAddOrUpdate
+ //
+ resources.ApplyResources(this.BtnAddOrUpdate, "BtnAddOrUpdate");
+ this.BtnAddOrUpdate.Name = "BtnAddOrUpdate";
+ this.BtnAddOrUpdate.UseVisualStyleBackColor = true;
+ this.BtnAddOrUpdate.Click += new System.EventHandler(this.BtnAddOrUpdate_Click);
+ //
// CmbTitlePath
//
+ resources.ApplyResources(this.CmbTitlePath, "CmbTitlePath");
this.CmbTitlePath.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbTitlePath.FormattingEnabled = true;
- resources.ApplyResources(this.CmbTitlePath, "CmbTitlePath");
this.CmbTitlePath.Name = "CmbTitlePath";
//
// LblTitlePath
@@ -253,9 +260,9 @@ namespace GrasscutterTools.Forms
//
// CmbPrefab
//
+ resources.ApplyResources(this.CmbPrefab, "CmbPrefab");
this.CmbPrefab.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbPrefab.FormattingEnabled = true;
- resources.ApplyResources(this.CmbPrefab, "CmbPrefab");
this.CmbPrefab.Name = "CmbPrefab";
//
// LblEventChance4Tip
@@ -380,13 +387,13 @@ namespace GrasscutterTools.Forms
//
// CmbBannerType
//
+ resources.ApplyResources(this.CmbBannerType, "CmbBannerType");
this.CmbBannerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.CmbBannerType.FormattingEnabled = true;
this.CmbBannerType.Items.AddRange(new object[] {
resources.GetString("CmbBannerType.Items"),
resources.GetString("CmbBannerType.Items1"),
resources.GetString("CmbBannerType.Items2")});
- resources.ApplyResources(this.CmbBannerType, "CmbBannerType");
this.CmbBannerType.Name = "CmbBannerType";
//
// LblSortIdTip
@@ -433,11 +440,11 @@ namespace GrasscutterTools.Forms
//
// ListFallbackItems
//
+ resources.ApplyResources(this.ListFallbackItems, "ListFallbackItems");
this.ListFallbackItems.CheckBoxes = true;
this.ListFallbackItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.ColFallbackId,
this.ColFallbackName});
- resources.ApplyResources(this.ListFallbackItems, "ListFallbackItems");
this.ListFallbackItems.FullRowSelect = true;
this.ListFallbackItems.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListFallbackItems.Groups"))),
@@ -467,11 +474,11 @@ namespace GrasscutterTools.Forms
//
// ListUpItems
//
+ resources.ApplyResources(this.ListUpItems, "ListUpItems");
this.ListUpItems.CheckBoxes = true;
this.ListUpItems.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.ColUpId,
this.ColUpName});
- resources.ApplyResources(this.ListUpItems, "ListUpItems");
this.ListUpItems.FullRowSelect = true;
this.ListUpItems.Groups.AddRange(new System.Windows.Forms.ListViewGroup[] {
((System.Windows.Forms.ListViewGroup)(resources.GetObject("ListUpItems.Groups"))),
@@ -561,36 +568,36 @@ namespace GrasscutterTools.Forms
//
// ChartWeights
//
- chartArea1.AxisX.Minimum = 0D;
- chartArea1.AxisY.Maximum = 100D;
- chartArea1.AxisY.Minimum = 0D;
- chartArea1.AxisY.Title = "%";
- chartArea1.Name = "ChartArea1";
- this.ChartWeights.ChartAreas.Add(chartArea1);
- legend1.Name = "Legend1";
- this.ChartWeights.Legends.Add(legend1);
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);
this.ChartWeights.Name = "ChartWeights";
- series1.ChartArea = "ChartArea1";
- series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
- series1.Color = System.Drawing.Color.OrangeRed;
- series1.Label = "(#VALX, #VAL)";
- series1.Legend = "Legend1";
- series1.LegendText = "5*";
- series1.Name = "SeriesWeight5";
- series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
- series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
- series2.ChartArea = "ChartArea1";
- series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
- series2.Color = System.Drawing.Color.Purple;
- series2.Label = "(#VALX, #VAL)";
- series2.Legend = "Legend1";
- series2.LegendText = "4*";
- series2.Name = "SeriesWeight4";
- series2.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Int32;
- series2.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
- this.ChartWeights.Series.Add(series1);
- this.ChartWeights.Series.Add(series2);
+ 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);
//
// GrpBanners
//
@@ -609,18 +616,11 @@ namespace GrasscutterTools.Forms
//
// FLPBannersControl
//
+ resources.ApplyResources(this.FLPBannersControl, "FLPBannersControl");
this.FLPBannersControl.Controls.Add(this.BtnDelete);
this.FLPBannersControl.Controls.Add(this.BtnClear);
- resources.ApplyResources(this.FLPBannersControl, "FLPBannersControl");
this.FLPBannersControl.Name = "FLPBannersControl";
//
- // BtnAddOrUpdate
- //
- resources.ApplyResources(this.BtnAddOrUpdate, "BtnAddOrUpdate");
- this.BtnAddOrUpdate.Name = "BtnAddOrUpdate";
- this.BtnAddOrUpdate.UseVisualStyleBackColor = true;
- this.BtnAddOrUpdate.Click += new System.EventHandler(this.BtnAddOrUpdate_Click);
- //
// BtnDelete
//
resources.ApplyResources(this.BtnDelete, "BtnDelete");
@@ -628,10 +628,17 @@ namespace GrasscutterTools.Forms
this.BtnDelete.UseVisualStyleBackColor = true;
this.BtnDelete.Click += new System.EventHandler(this.BtnDelete_Click);
//
- // label1
+ // BtnClear
//
- resources.ApplyResources(this.label1, "label1");
- this.label1.Name = "label1";
+ resources.ApplyResources(this.BtnClear, "BtnClear");
+ this.BtnClear.Name = "BtnClear";
+ this.BtnClear.UseVisualStyleBackColor = true;
+ this.BtnClear.Click += new System.EventHandler(this.BtnClear_Click);
+ //
+ // LblBannersJson
+ //
+ resources.ApplyResources(this.LblBannersJson, "LblBannersJson");
+ this.LblBannersJson.Name = "LblBannersJson";
//
// TxtBannersJsonPath
//
@@ -652,13 +659,6 @@ namespace GrasscutterTools.Forms
this.BtnSave.UseVisualStyleBackColor = true;
this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
//
- // BtnClear
- //
- resources.ApplyResources(this.BtnClear, "BtnClear");
- this.BtnClear.Name = "BtnClear";
- this.BtnClear.UseVisualStyleBackColor = true;
- this.BtnClear.Click += new System.EventHandler(this.BtnClear_Click);
- //
// FormGachaBannersEditor3
//
resources.ApplyResources(this, "$this");
@@ -667,7 +667,7 @@ namespace GrasscutterTools.Forms
this.Controls.Add(this.BtnSave);
this.Controls.Add(this.BtnLoad);
this.Controls.Add(this.TxtBannersJsonPath);
- this.Controls.Add(this.label1);
+ this.Controls.Add(this.LblBannersJson);
this.Controls.Add(this.GrpBanners);
this.Controls.Add(this.GrpBalance);
this.Controls.Add(this.GrpWeights);
@@ -752,7 +752,7 @@ namespace GrasscutterTools.Forms
private System.Windows.Forms.Label LblOptions;
private System.Windows.Forms.DataVisualization.Charting.Chart ChartWeights;
private System.Windows.Forms.GroupBox GrpBanners;
- private System.Windows.Forms.Label label1;
+ private System.Windows.Forms.Label LblBannersJson;
private System.Windows.Forms.TextBox TxtBannersJsonPath;
private System.Windows.Forms.Button BtnLoad;
private System.Windows.Forms.Button BtnSave;
diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.en-us.resx b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.en-us.resx
index 3bfa4d2..6793bf6 100644
--- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.en-us.resx
+++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.en-us.resx
@@ -117,9 +117,40 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NoControl
+
+
+ √ Add or Update
+
+
+ 57, 17
+
+
+ TitlePath
+
+
+ 225, 175
+
+
+ 78, 17
+
+
+ Ten Amount
+
+
+ 23, 175
+
+
+ 83, 17
+
+
+ Cost Amount
+
- 112, 287
+ 112, 307
225, 21
@@ -128,7 +159,7 @@
Auto Strip Rate Up From Fall back
- 60, 260
+ 60, 288
46, 17
@@ -136,6 +167,9 @@
Optins
+
+ 112, 287
+
157, 21
@@ -149,7 +183,7 @@
Open old editor
- 200, 233
+ 200, 261
96, 17
@@ -158,7 +192,7 @@
Event Chance 4
- 10, 233
+ 10, 261
96, 17
@@ -167,7 +201,7 @@
Event Chance 5
- 72, 204
+ 72, 232
Sort
@@ -185,7 +219,7 @@
End Time
- 32, 175
+ 32, 203
73, 17
@@ -355,21 +389,6 @@
bWVudAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc0Cw==
-
- 85, 23
-
-
- Gen Json
-
-
- 409, 201
-
-
- 85, 23
-
-
- Parse Json
-
Gacha weights
@@ -421,8 +440,26 @@
Pool Weight 5
-
- Weight Chart
+
+ Banners
+
+
+ Delete
+
+
+ Clear
+
+
+ 114, 17
+
+
+ Banners.json Path:
+
+
+ Load
+
+
+ Save
Gacha Banner Editor
diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.resx b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.resx
index 2661897..ad86da0 100644
--- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.resx
+++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.resx
@@ -117,993 +117,159 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom, Right
-
-
- 170, 328
-
-
- 100, 23
-
-
-
- 35
-
-
- √ 添加或更新
-
-
- BtnAddOrUpdate
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 0
-
-
- 302, 115
-
-
- 110, 25
-
-
- 11
-
-
- CmbTitlePath
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 1
-
-
- True
-
-
- 240, 118
-
-
- 56, 17
-
-
- 10
-
-
- 封面标题
-
-
- LblTitlePath
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 2
-
-
- 302, 173
-
-
- 110, 23
-
-
- 18
-
-
- NUDCostItemAmount10
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 3
-
-
- True
-
-
- 240, 175
-
-
- 56, 17
-
-
- 17
-
-
- 十连消耗
-
-
- LblCostItemAmount10
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 4
-
-
- 112, 173
-
-
- 110, 23
-
-
- 16
-
-
- NUDCostItemAmount1
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 5
-
-
- True
-
-
- 50, 175
-
-
- 56, 17
-
-
- 15
-
-
- 单抽消耗
-
-
- LblCostItemAmount1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 6
-
-
- True
-
-
- 217, 289
-
-
- 151, 21
-
-
- 34
-
-
- 自动避免UP被基础抽中
-
-
- ChkAutoStripRateUpFromFallback
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 7
-
-
- True
-
-
- 74, 290
-
-
- 32, 17
-
-
- 32
-
-
- 选项
-
-
- LblOptions
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 8
-
-
- True
-
-
- 112, 289
-
-
- 99, 21
-
-
- 33
-
-
- 避免命座溢出
-
-
- ChkRemoveC6FormPool
-
-
- System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 9
-
-
- True
-
-
- 6, 331
-
-
- 104, 17
-
-
- 36
-
-
- 打开旧版本编辑器
-
-
- LnkOpenOldEditor
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 10
-
-
- 302, 202
-
-
- 110, 23
-
-
- 22
-
-
- DTPEndTime
-
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 11
-
-
- 112, 202
-
-
- 110, 23
-
-
- 20
-
-
- DTPBeginTime
-
-
- System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 12
-
-
- 112, 115
-
-
- 110, 25
-
-
- 9
-
-
- CmbPrefab
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 13
-
-
- True
-
-
- NoControl
-
-
- 371, 262
-
-
- 19, 17
-
-
- 31
-
-
- %
-
-
- LblEventChance4Tip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 14
-
-
- True
-
-
- 181, 262
-
-
- 19, 17
-
-
- 28
-
-
- %
-
-
- LblEventChance5Tip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 15
-
-
- 302, 260
-
-
- 63, 23
-
-
- 30
-
-
- NUDEventChance4
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 16
-
-
- 112, 260
-
-
- 63, 23
-
-
- 27
-
-
- NUDEventChance5
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 17
-
-
- True
-
-
- 34, 28
-
-
- 72, 17
-
-
- 0
-
-
- GachaType
-
-
- LblGachaType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 18
-
-
- True
-
-
- NoControl
-
-
- 221, 262
-
-
- 75, 17
-
-
- 29
-
-
- 4星活动爆率
-
-
- LblEventChance4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 19
-
-
- True
-
-
- 31, 262
-
-
- 75, 17
-
-
- 26
-
-
- 5星活动爆率
-
-
- LblEventChance5
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 20
-
-
- True
-
-
- 74, 233
-
-
- 32, 17
-
-
- 23
-
-
- 顺序
-
-
- LblSortId
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 21
-
-
- 112, 26
-
-
- 100, 23
-
-
- 1
-
-
- NUDGachaType
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 22
-
-
- 112, 231
-
-
- 100, 23
-
-
- 24
-
-
- NUDSortId
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 50, 118
GrpBannerValues
-
- 23
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
-
-
- 218, 28
-
-
- 125, 17
-
-
- 2
-
-
- 从400开始,顺序递增
-
-
- LblGachaTypeTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 24
-
-
- True
-
-
- 240, 205
-
-
- 56, 17
-
-
- 21
-
-
- 结束时间
-
-
- LblEndTime
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 25
-
-
- True
-
-
- 34, 57
-
-
- 72, 17
-
-
- 3
-
-
- ScheduleId
-
-
- LblScheduleId
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 26
-
-
- True
-
-
- 50, 205
-
-
- 56, 17
-
-
- 19
-
-
- 开始时间
-
-
- LblBeginTime
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 27
-
-
- 112, 55
-
-
- 100, 23
-
-
- 4
-
-
- NUDScheduleId
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 28
-
-
- True
-
-
- 218, 57
-
-
- 69, 17
-
-
- 5
-
-
- ID要求唯一
-
-
- LblScheduleIdTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 29
-
-
- 常驻池
+
+
+ 3, 4, 3, 4
限时角色祈愿池
-
- 限时武器祈愿池
-
-
- 112, 84
-
-
- 300, 25
-
-
- 7
-
-
- CmbBannerType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 30
-
-
- True
-
-
- 218, 233
-
-
- 116, 17
-
-
- 25
-
-
- 客户端中显示的顺序
-
-
- LblSortIdTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 31
-
+
True
-
- 50, 87
-
-
- 56, 17
-
-
- 6
-
-
- 奖池类型
-
-
- LblBannerType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 32
-
-
- True
-
-
- 112, 146
-
-
- 74, 21
-
-
- 13
-
-
- 相遇之缘
-
-
- RbCostItem224
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 33
-
-
- True
-
-
- 50, 148
-
-
- 56, 17
-
-
- 12
-
-
- 祈愿道具
-
-
- LblCostItem
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 34
-
-
- True
-
-
- 50, 118
-
-
- 56, 17
-
-
- 8
-
-
- 封面预制
-
-
- LblPrefabPath
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 35
-
-
- True
-
-
- 192, 146
-
-
- 74, 21
-
-
- 14
-
-
- 纠缠之缘
-
-
- RbCostItem223
-
System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
GrpBannerValues
-
- 36
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 294, 41
+
+ 112, 58
-
- 440, 351
+
+ 32, 17
-
- 5
+
+ True
-
- 卡池参数
-
-
+
GrpBannerValues
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 34, 28
-
+
+ 31
+
+
+ 65
+
+
+ 24
+
+
+ 单抽消耗
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 56, 17
+
+
+ NUDEventChance5
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
$this
+
+ 3
+
+
+ 371, 262
+
+
+ 2
+
+
+ 300, 25
+
+
+ LblEventChance5Tip
+
+
+ Fill
+
+
+ True
+
+
+ GrpBannerValues
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblBeginTime
+
+
+ ColUpName
+
+
+ 270, 512
+
+
+ GrpBannerValues
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ColUpId
+
+
+ GrpBannerValues
+
10
-
- Top, Bottom, Right
-
-
- ID
-
-
- 65
-
-
- Name
-
-
- 110
+
+ True
Fill
+
+ 5
+
+
+ 51, 17
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 294, 398
+
+
+ GrpBannerValues
+
+
+ LblBannerType
+
+
+ GrpBanners
+
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
@@ -1114,6 +280,18 @@
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBBNQs=
+
+ FLPBannersControl
+
+
+ 110, 25
+
+
+ GrpBannerValues
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
@@ -1122,6 +300,19 @@
ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
AwAAAAo15pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXNQs=
+
+
+
+ 19, 17
+
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
+ ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
+ AwAAAAo05pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
+ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXNAs=
@@ -1134,15 +325,245 @@
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBBNAs=
-
-
- AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
- LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
- ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
- ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
- AwAAAAo05pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
- dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXNAs=
-
+
+ GrpBannerValues
+
+
+ 122, 17
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblEventChance5
+
+
+ 72, 17
+
+
+ 294, 504
+
+
+ 7
+
+
+ 纠缠之缘
+
+
+ 0
+
+
+ GrpWeights
+
+
+ 145, 328
+
+
+ CmbBannerType
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 祈愿道具
+
+
+ 300, 23
+
+
+ 27
+
+
+ 16
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ BtnClear
+
+
+ FLPBannersControl
+
+
+ 31
+
+
+ Bottom
+
+
+ 55, 32
+
+
+ 29
+
+
+ True
+
+
+ 1
+
+
+ 十连消耗
+
+
+ DTPBeginTime
+
+
+ 26
+
+
+ 3
+
+
+ GrpBannerValues
+
+
+ UP池
+
+
+ 300, 23
+
+
+ GrpBannerValues
+
+
+ 74, 21
+
+
+ 300, 23
+
+
+ 22
+
+
+ GrpBannerValues
+
+
+ LblPoolWeight5
+
+
+ Bottom, Right
+
+
+ 240, 118
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ True
+
+
+ System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 17
+
+
+ 23
+
+
+ 3, 19
+
+
+ 1184, 616
+
+
+ 2
+
+
+ ListBanners
+
+
+ GrpFallbackPool
+
+
+ 3
+
+
+ BtnLoad
+
+
+ GrpBannerValues
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpFallbackPool
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 112, 202
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ BtnAddOrUpdate
+
+
+ %
+
+
+ True
+
+
+ 109, 3
+
+
+ $this
+
+
+ NUDCostItemAmount1
+
+
+ 12, 15
+
+
+ 11
+
+
+ ListUpItems
+
+
+ 结束时间
+
+
+ 1072, 12
+
+
+ 17
+
+
+ 740, 41
+
+
+ $this
+
+
+ LblTitlePath
+
+
+ LblCostItemAmount10
+
+
+ 15
+
+
+ 440, 351
@@ -1154,87 +575,29 @@
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXMws=
-
- 3, 19
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 204, 329
+
+ 27
-
- 0
+
+ NUDSortId
-
- ListFallbackItems
+
+ 302, 173
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 1
-
- GrpFallbackPool
-
-
- 0
-
-
- 962, 41
-
-
- 210, 351
-
-
- 7
-
-
- 基础池
-
-
- GrpFallbackPool
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 8
-
-
- Top, Bottom, Right
-
-
- ID
-
-
- 65
-
-
- Name
-
-
- 110
-
-
- Fill
-
-
+
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
- AwAAAAo15pif6KeS6ImyBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
- dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcEE1Cw==
-
-
-
-
- AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
- LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
- ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
- ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
- AwAAAAo15pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
- dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc1Cw==
+ AwAAAAo05pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
+ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc0Cw==
@@ -1247,650 +610,1284 @@
dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcEE0Cw==
-
+
+ 12
+
+
+ GrpBannerValues
+
+
+ 帮助
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ True
+
+
+ ChartWeights
+
+
+ 33
+
+
+ 210, 351
+
+
+ GrpBannerValues
+
+
+ 32
+
+
+ True
+
+
+ 110, 23
+
+
+ 740, 401
+
+
+ 1
+
+
+ System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 110
+
+
+ 13
+
+
+ 0
+
+
+ FLPBannersControl
+
+
+ 402, 0
+
+
+ 8
+
+
+ 17
+
+
+ 112, 146
+
+
+ 14
+
+
+ 63, 17
+
+
+ 100, 23
+
+
+ BtnDelete
+
+
+ 0
+
+
+ 8
+
+
+ GrpBalance
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 客户端中显示的顺序
+
+
+ 卡池列表
+
+
+ 112, 29
+
+
+ True
+
+
+ 125, 17
+
+
+ √ 添加或更新
+
+
+ 110, 23
+
+
+ 9
+
+
+ 962, 41
+
+
+ ListFallbackItems
+
+
+ 6, 331
+
+
+ 6
+
+
+ GrpBannerValues
+
+
+ 3, 531
+
+
+ 0
+
+
+ System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 204, 329
+
+
+ 35
+
+
+ LblSortIdTip
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBalance
+
+
+ 104, 17
+
+
+ 29
+
+
+ 34
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 112, 260
+
+
+ True
+
+
+ 卡池编辑器
+
+
+ 204, 329
+
+
+ GrpBannerValues
+
+
+ LblSortId
+
+
+ GrpWeights
+
+
+ 65
+
+
+ 避免命座溢出
+
+
+ NoControl
+
+
+ GrpBanners
+
+
+ 清空
+
+
+ 100, 23
+
+
+ Name
+
+
+ 角色和武器平衡机制(仅混合池有效)
+
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 封面标题
+
+
+ System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 32
+
+
+ Top, Bottom, Right
+
+
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
- AwAAAAo05pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
- dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc0Cw==
+ AwAAAAo15pif5q2m5ZmoBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
+ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc1Cw==
-
- 3, 19
+
+ 5星活动爆率
-
- 204, 329
-
-
- 0
-
-
- ListUpItems
-
-
- System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpUpPool
-
-
- 0
-
-
- 740, 41
-
-
- 210, 351
-
-
- 6
-
-
- UP池
-
-
- GrpUpPool
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 9
-
-
- Bottom, Right
-
-
- True
-
-
- 402, 0
-
-
- 32, 17
-
-
- 2
-
-
- 帮助
-
-
- LnkWeightHelp
-
-
- System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpWeights
-
-
- 0
-
-
- 112, 58
-
-
- 300, 23
-
-
- 3
-
-
- TxtWeight4
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpWeights
-
-
- 1
-
-
- 112, 29
-
-
- 300, 23
-
-
- 1
-
-
- TxtWeight5
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpWeights
-
-
- 2
-
-
- True
-
-
- 55, 61
-
-
- 51, 17
-
-
- 2
-
-
- 4星权重
-
-
- LblWeight4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpWeights
-
-
- 3
-
-
- True
-
-
- 55, 32
-
-
- 51, 17
-
-
- 0
-
-
- 5星权重
-
-
- LblWeight5
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpWeights
-
-
- 4
-
-
- 294, 398
-
-
- 440, 100
-
-
- 8
-
-
- 卡池权重与保底机制
-
-
- GrpWeights
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
+
7
-
- Bottom, Right
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 112, 58
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 300, 23
+
+ 2
-
- 3
+
+ RbCostItem223
-
- TxtPoolWeight4
+
+ 25
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBalance
-
-
+
0
+
+ 19, 17
+
+
+ True
+
112, 29
-
- 300, 23
+
+ 210, 351
-
- 1
+
+
+ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
+ LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACJTeXN0
+ ZW0uV2luZG93cy5Gb3Jtcy5MaXN0Vmlld0dyb3VwBAAAAAZIZWFkZXIPSGVhZGVyQWxpZ25tZW50A1Rh
+ ZwROYW1lAQQCAShTeXN0ZW0uV2luZG93cy5Gb3Jtcy5Ib3Jpem9udGFsQWxpZ25tZW50AgAAAAIAAAAG
+ AwAAAAo15pif6KeS6ImyBfz///8oU3lzdGVtLldpbmRvd3MuRm9ybXMuSG9yaXpvbnRhbEFsaWdubWVu
+ dAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcEE1Cw==
+
-
- TxtPoolWeight5
+
+ 302, 260
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 74, 290
-
- GrpBalance
+
+ 25
-
- 1
+
+ 5
-
- True
-
-
- NoControl
-
-
- 43, 61
-
-
- 63, 17
-
-
- 2
-
-
- 4星池权重
-
-
- LblPoolWeight4
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBalance
-
-
- 2
-
-
- True
-
-
- NoControl
-
-
- 43, 32
-
-
- 63, 17
-
-
- 0
-
-
- 5星池权重
-
-
- LblPoolWeight5
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBalance
-
-
- 3
-
-
- 294, 504
-
-
- 440, 100
-
-
- 9
-
-
- 角色和武器平衡机制(仅混合池有效)
-
-
- GrpBalance
-
-
+
System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- $this
+
+ LblCostItem
-
- 6
+
+ GrpBannerValues
-
- 740, 401
+
+ GrpBannerValues
-
- 432, 203
+
+ BtnSave
-
- 0
+
+ 140, 12
-
- chart1
+
+ 440, 100
-
- ChartWeights
+
+ LblEventChance4Tip
-
- System.Windows.Forms.DataVisualization.Charting.Chart, System.Windows.Forms.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
+
+ LblWeight4
-
- $this
+
+ True
-
+
+ True
+
+
+ 240, 175
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 24
+
+
+ NoControl
+
+
+ 5
+
+
+ 1
+
+
0
Top, Bottom, Left, Right
-
- Fill
+
+ GrpBannerValues
-
- 17
-
-
- 3, 19
-
-
- 270, 512
-
-
+
2
-
- ListBanners
-
-
- System.Windows.Forms.ListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanners
-
0
+
+ 10
+
+
+ True
+
+
+ NUDEventChance4
+
+
+ $this
+
+
+ 1
+
+
+ True
+
+
+ LblScheduleId
+
+
+ 56, 17
+
+
+ 0
+
+
+ 33
+
+
+ 顺序
+
+
+ 0
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GachaType
+
+
+ Top, Bottom, Right
+
+
+ LblEventChance4
+
+
+ 18
+
+
+ 110, 23
+
+
+ 打开旧版本编辑器
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 8
+
+
+ 55, 61
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 2
+
+
+ 112, 115
+
+
+ 112, 231
+
+
+ 34, 57
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 966, 12
+
+
+ 3, 19
+
+
+ System.Windows.Forms.Label, 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
+
+
+ GrpBannerValues
+
+
+ 50, 175
+
+
+ 276, 563
+
+
+ 1
+
+
+ 4
+
+
+ GrpBannerValues
+
+
+ 820, 23
+
+
+ NUDCostItemAmount10
+
+
+ 21
+
+
+ 15
+
+
+ GrpBannerValues
+
+
+ 自动避免UP被基础抽中
+
+
+ GrpBannerValues
+
+
+ $this
+
+
+ 28
+
+
+ GrpBalance
+
+
+ 加载
+
+
+ 100, 23
+
+
+ 112, 55
+
+
+ 选项
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtWeight4
+
+
+ 4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBalance
+
+
+ Fill
+
+
+ 30
+
+
+ 240, 205
+
+
+ 1
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 28
+
+
+ GrpBannerValues
+
+
+ LnkWeightHelp
+
+
+ 218, 57
+
+
+ RbCostItem224
+
+
+ ChkRemoveC6FormPool
+
+
+ 21
+
+
+ chart1
+
+
+ GrpBannerValues
+
+
+ 50, 205
+
+
+ GrpBannerValues
+
+
+ 6
+
+
+ 卡池权重与保底机制
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblPrefabPath
+
+
+ 56, 17
+
+
+ 10
+
+
+ Banners.json 路径:
+
+
+ GrpBannerValues
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ FormGachaBannersEditor3
+
+
+ 基础池
+
+
+ 100, 23
+
+
+ True
+
+
+ 14
+
+
+ DTPEndTime
+
+
+ LblGachaType
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 112, 58
+
+
+ GrpBannerValues
+
+
+ 110, 25
+
+
+ 封面预制
+
3, 3
-
+
+ 217, 289
+
+
+ 11
+
+
+ 6
+
+
+ System.Windows.Forms.DateTimePicker, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBalance
+
+
+ True
+
+
+ True
+
+
+ 相遇之缘
+
+
+ TxtWeight5
+
+
+ 3
+
+
+ GrpWeights
+
+
+ 32, 17
+
+
+ True
+
+
+ 32, 17
+
+
+ 181, 262
+
+
+ 19
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ ID
+
+
+ 0
+
+
+ Top, Right
+
+
+ TxtPoolWeight4
+
+
+ NoControl
+
+
+ NUDGachaType
+
+
+ LblScheduleIdTip
+
+
+ 0
+
+
+ 2
+
+
+ GrpBanners
+
+
+ GrpBannerValues
+
+
+ $this
+
+
+ LblEndTime
+
+
+ True
+
+
+ True
+
+
+ Top, Bottom, Right
+
+
+ 100, 23
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpUpPool
+
+
+ True
+
+
+ 218, 28
+
+
+ 112, 84
+
+
+ 50, 87
+
+
+ 72, 17
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4星活动爆率
+
+
+ True
+
+
+ 302, 202
+
+
+ 1
+
+
+ 151, 21
+
+
+ LnkOpenOldEditor
+
+
+ Name
+
+
+ 112, 26
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 4星权重
+
+
+ 110
+
+
+ 5
+
+
+ GrpBannerValues
+
+
+ GrpBannerValues
+
+
+ Top, Left, Right
+
+
+ 99, 21
+
+
+ 56, 17
+
+
+ 9
+
+
+ 9
+
+
+ ColFallbackName
+
+
+ GrpUpPool
+
+
+ 112, 173
+
+
+ 63, 23
+
+
+ System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 微软雅黑, 9pt
+
+
+ 12, 41
+
+
+ $this
+
+
+ 6
+
+
+ LblGachaTypeTip
+
+
+ LblCostItemAmount1
+
+
+ 1200, 655
+
+
+ True
+
+
+ 3
+
+
+ 4星池权重
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 302, 115
+
+
+ TxtPoolWeight5
+
+
+ 69, 17
+
+
+ 22
+
+
+ 116, 17
+
+
+ 74, 21
+
+
+ 1
+
+
+ 0
+
+
+ 18
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 0
+
+
+ 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
+
+
+ 43, 32
+
+
+ 从400开始,顺序递增
+
+
+ 56, 17
+
+
+ 36
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 270, 29
+
+
+ 1
+
+
+ 5星池权重
+
+
+ 3
+
+
+ 2
+
+
+ 110, 23
+
+
+ True
+
+
+ 2
+
+
+ 75, 17
+
+
+ 63, 17
+
+
+ CmbTitlePath
+
+
+ 3
+
+
+ 300, 23
+
+
+ 限时武器祈愿池
+
+
+ 7
+
+
+ 56, 17
+
+
+ 1
+
+
+ 150, 23
+
+
+ ID要求唯一
+
+
+ 20
+
+
+ LblOptions
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 13
+
+
+ 奖池类型
+
+
+ 74, 233
+
+
+ Top, Right
+
+
+ 9
+
+
+ 2
+
+
+ GrpBannerValues
+
+
+ GrpBannerValues
+
+
+ 19
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 删除
+
+
+ 2
+
+
+ 16
+
+
+ 43, 61
+
+
+ LblPoolWeight4
+
+
+ 7
+
+
+ 56, 17
+
+
+ 432, 203
+
+
+ 常驻池
+
+
+ 7, 17
+
+
+ LblWeight5
+
+
+ 5星权重
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ TxtBannersJsonPath
+
+
+ 34
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ %
+
+
+ 31, 262
+
+
+ ColFallbackId
+
+
+ System.Windows.Forms.DataVisualization.Charting.Chart, System.Windows.Forms.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
+
+
+ 23
+
+
+ 20
+
+
+ System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 4
+
+
+ CenterScreen
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpWeights
+
+
+ 221, 262
+
+
+ 440, 100
+
+
+ 0
+
+
+ LblBannersJson
+
+
+ 50, 148
+
+
+ 8
+
+
+ 36
+
+
+ GrpWeights
+
+
+ True
+
+
+ $this
+
+
+ System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NUDScheduleId
+
+
+ 4
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ ChkAutoStripRateUpFromFallback
+
+
+ 0
+
+
+ 192, 146
+
+
+ $this
+
+
+ True
+
+
+ 75, 17
+
+
+ 218, 233
+
+
100, 23
1
-
- 删除
+
+ 开始时间
-
- BtnDelete
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 56, 17
-
- FLPBannersControl
+
+ 112, 289
-
- 0
-
-
- 109, 3
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
100, 23
-
- 2
+
+ 63, 23
-
- 清空
+
+ CmbPrefab
-
- BtnClear
+
+ 26
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 294, 41
-
- FLPBannersControl
+
+ GrpBannerValues
-
- 1
+
+ ScheduleId
-
- Bottom
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 3, 531
+
+ 35
-
- 270, 29
-
-
- 1
-
-
- FLPBannersControl
-
-
- System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBanners
-
-
- 1
-
-
- 12, 41
-
-
- 276, 563
-
-
- 4
-
-
- 卡池列表
-
-
- GrpBanners
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 5
-
-
- True
-
-
- 12, 15
-
-
- 122, 17
-
-
- 0
-
-
- Banners.json 路径:
-
-
- label1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 4
-
-
- Top, Left, Right
-
-
- 140, 12
-
-
- 820, 23
-
-
- 1
-
-
- TxtBannersJsonPath
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
+
3
-
- Top, Right
+
+ 12
-
- 966, 12
+
+ 51, 17
-
- 100, 23
+
+ ID
-
- 2
+
+ NoControl
-
- 加载
-
-
- BtnLoad
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 2
-
-
- Top, Right
-
-
- 1072, 12
-
-
- 100, 23
-
-
- 3
+
+ GrpBannerValues
保存
-
- BtnSave
+
+ 卡池参数
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 30
-
- $this
+
+ 3, 19
-
- 1
+
+ 2
+
+
+ Bottom, Right
True
-
- 7, 17
-
-
- 1184, 616
-
-
- 微软雅黑, 9pt
-
-
- NoControl
-
-
- 3, 4, 3, 4
-
-
- 1200, 655
-
-
- CenterScreen
-
-
- 卡池编辑器
-
-
- ColFallbackId
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ColFallbackName
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ColUpId
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- ColUpName
-
-
- System.Windows.Forms.ColumnHeader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- FormGachaBannersEditor3
-
-
- System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
\ No newline at end of file
diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.ru-ru.resx b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.ru-ru.resx
index 94b2599..78a2cf7 100644
--- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.ru-ru.resx
+++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.ru-ru.resx
@@ -118,8 +118,41 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 180, 328
+
+
+ 186, 23
+
+
+ √ Добавить или обновить
+
+
+ 32, 17
+
+
+ Title
+
+
+ 224, 175
+
+
+ 78, 17
+
+
+ Ten Amount
+
+
+ 23, 175
+
+
+ 83, 17
+
+
+ Cost Amount
+
- 112, 287
+ 112, 307
288, 21
@@ -128,7 +161,7 @@
Авто возврат шанса выпадения с баннера
- 56, 261
+ 56, 290
50, 17
@@ -158,7 +191,7 @@
Тип Гачи
- 210, 233
+ 210, 262
86, 17
@@ -167,7 +200,7 @@
Шанс соб. 4*
- 20, 233
+ 20, 262
86, 17
@@ -176,7 +209,7 @@
Шанс соб. 5*
- 66, 204
+ 66, 233
40, 17
@@ -191,7 +224,7 @@
Увеличение с 400
- 234, 176
+ 249, 204
47, 17
@@ -209,7 +242,7 @@
ID расписания
- 53, 176
+ 53, 204
53, 17
@@ -283,6 +316,9 @@
Баннер
+
+ Запасной Пул
+
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
@@ -333,8 +369,8 @@
bWVudAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAHR3JvdXBXMws=
-
- Запасной Пул
+
+ Верхний Пул
@@ -376,23 +412,8 @@
bWVudAEAAAAHdmFsdWVfXwAIAgAAAAAAAAAKBgUAAAAJR3JvdXBVcFc0Cw==
-
- Верхний Пул
-
-
- 85, 23
-
-
- Сген. Json
-
-
- 409, 201
-
-
- 85, 23
-
-
- Загр. Json
+
+ Gacha Веса
375, 0
@@ -421,8 +442,8 @@
Веса 5*
-
- Gacha Веса
+
+ Баланс персонажа и оружия (работают только смешанные пулы)
28, 61
@@ -442,11 +463,26 @@
Пул Веса 5*
-
- Баланс персонажа и оружия (работают только смешанные пулы)
+
+ Banners
-
- Таблица веса
+
+ - Удалить
+
+
+ × Очистить
+
+
+ 116, 17
+
+
+ Banners.json Путь:
+
+
+ Нагрузка
+
+
+ Сохранять
Редактор баннеров Gacha
diff --git a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.zh-TW.resx b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.zh-TW.resx
index 8fe4a48..f4e0723 100644
--- a/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.zh-TW.resx
+++ b/Source/GrasscutterTools/Forms/FormGachaBannersEditor3.zh-TW.resx
@@ -117,6 +117,15 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 封面標題
+
+
+ 十連消耗
+
+
+ 單抽消耗
+
自動避免UP被基礎抽中
@@ -156,6 +165,10 @@
祈願道具
+
+
+ 32, 17
+
預製
@@ -279,8 +292,14 @@
5星池權重
-
- 權重圖表
+
+ 刪除
+
+
+ Banners.json 路徑:
+
+
+ 加載
卡池編輯器