diff --git a/Source/GrasscutterTools/FormGachaBannerEditor.Designer.cs b/Source/GrasscutterTools/FormGachaBannerEditor.Designer.cs
index d688dde..0484d2e 100644
--- a/Source/GrasscutterTools/FormGachaBannerEditor.Designer.cs
+++ b/Source/GrasscutterTools/FormGachaBannerEditor.Designer.cs
@@ -31,6 +31,7 @@ namespace GrasscutterTools
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormGachaBannerEditor));
this.GrpBannerValues = new System.Windows.Forms.GroupBox();
+ this.CmbPrefab = new System.Windows.Forms.ComboBox();
this.LblEventChanceTip = new System.Windows.Forms.Label();
this.NUDEventChance = new System.Windows.Forms.NumericUpDown();
this.LblGachaType = new System.Windows.Forms.Label();
@@ -77,7 +78,6 @@ namespace GrasscutterTools
this.BtnGen = new System.Windows.Forms.Button();
this.TxtJson = new System.Windows.Forms.TextBox();
this.BtnParse = new System.Windows.Forms.Button();
- this.CmbPrefab = new System.Windows.Forms.ComboBox();
this.GrpBannerValues.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUDEventChance)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUDBaseYellowWeight)).BeginInit();
@@ -139,6 +139,13 @@ namespace GrasscutterTools
this.GrpBannerValues.Name = "GrpBannerValues";
this.GrpBannerValues.TabStop = false;
//
+ // CmbPrefab
+ //
+ resources.ApplyResources(this.CmbPrefab, "CmbPrefab");
+ this.CmbPrefab.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.CmbPrefab.FormattingEnabled = true;
+ this.CmbPrefab.Name = "CmbPrefab";
+ //
// LblEventChanceTip
//
resources.ApplyResources(this.LblEventChanceTip, "LblEventChanceTip");
@@ -166,8 +173,8 @@ namespace GrasscutterTools
//
// NUDBaseYellowWeight
//
- this.NUDBaseYellowWeight.DecimalPlaces = 2;
resources.ApplyResources(this.NUDBaseYellowWeight, "NUDBaseYellowWeight");
+ this.NUDBaseYellowWeight.DecimalPlaces = 2;
this.NUDBaseYellowWeight.Name = "NUDBaseYellowWeight";
this.NUDBaseYellowWeight.Value = new decimal(new int[] {
6,
@@ -182,8 +189,8 @@ namespace GrasscutterTools
//
// TxtRateUpItems2
//
- this.TxtRateUpItems2.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.TxtRateUpItems2, "TxtRateUpItems2");
+ this.TxtRateUpItems2.BackColor = System.Drawing.Color.White;
this.TxtRateUpItems2.Name = "TxtRateUpItems2";
this.TxtRateUpItems2.ReadOnly = true;
//
@@ -279,8 +286,8 @@ namespace GrasscutterTools
//
// TxtRateUpItems1
//
- this.TxtRateUpItems1.BackColor = System.Drawing.Color.White;
resources.ApplyResources(this.TxtRateUpItems1, "TxtRateUpItems1");
+ this.TxtRateUpItems1.BackColor = System.Drawing.Color.White;
this.TxtRateUpItems1.Name = "TxtRateUpItems1";
this.TxtRateUpItems1.ReadOnly = true;
//
@@ -366,13 +373,13 @@ namespace GrasscutterTools
//
// 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
@@ -382,8 +389,8 @@ namespace GrasscutterTools
//
// NUDBasePurpleWeight
//
- this.NUDBasePurpleWeight.DecimalPlaces = 2;
resources.ApplyResources(this.NUDBasePurpleWeight, "NUDBasePurpleWeight");
+ this.NUDBasePurpleWeight.DecimalPlaces = 2;
this.NUDBasePurpleWeight.Name = "NUDBasePurpleWeight";
this.NUDBasePurpleWeight.Value = new decimal(new int[] {
51,
@@ -440,8 +447,8 @@ namespace GrasscutterTools
//
// ListPurplePool
//
- this.ListPurplePool.CheckOnClick = true;
resources.ApplyResources(this.ListPurplePool, "ListPurplePool");
+ this.ListPurplePool.CheckOnClick = true;
this.ListPurplePool.FormattingEnabled = true;
this.ListPurplePool.Name = "ListPurplePool";
this.ListPurplePool.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ListPurplePool_ItemCheck);
@@ -455,8 +462,8 @@ namespace GrasscutterTools
//
// ListYellowPool
//
- this.ListYellowPool.CheckOnClick = true;
resources.ApplyResources(this.ListYellowPool, "ListYellowPool");
+ this.ListYellowPool.CheckOnClick = true;
this.ListYellowPool.FormattingEnabled = true;
this.ListYellowPool.Name = "ListYellowPool";
this.ListYellowPool.ItemCheck += new System.Windows.Forms.ItemCheckEventHandler(this.ListYellowPool_ItemCheck);
@@ -489,13 +496,6 @@ namespace GrasscutterTools
this.BtnParse.UseVisualStyleBackColor = true;
this.BtnParse.Click += new System.EventHandler(this.BtnParse_Click);
//
- // CmbPrefab
- //
- this.CmbPrefab.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbPrefab.FormattingEnabled = true;
- resources.ApplyResources(this.CmbPrefab, "CmbPrefab");
- this.CmbPrefab.Name = "CmbPrefab";
- //
// FormGachaBannerEditor
//
resources.ApplyResources(this, "$this");
diff --git a/Source/GrasscutterTools/FormGachaBannerEditor.en-us.resx b/Source/GrasscutterTools/FormGachaBannerEditor.en-us.resx
index 8030b80..2872900 100644
--- a/Source/GrasscutterTools/FormGachaBannerEditor.en-us.resx
+++ b/Source/GrasscutterTools/FormGachaBannerEditor.en-us.resx
@@ -119,10 +119,10 @@
- 401, 318
+ 401, 262
- 332, 316
+ 332, 260
83, 17
@@ -130,11 +130,14 @@
Event chance
+
+ 72, 204
+
Sort
- 23, 318
+ 22, 262
83, 17
@@ -143,7 +146,7 @@
5 star weight
- 45, 406
+ 44, 350
61, 17
@@ -152,7 +155,7 @@
4 star UP
- 50, 347
+ 49, 291
56, 17
@@ -173,7 +176,7 @@
End Time
- 45, 290
+ 44, 234
61, 17
@@ -182,7 +185,7 @@
5 star UP
- 33, 231
+ 32, 175
73, 17
@@ -191,7 +194,7 @@
Begin Time
- 43, 376
+ 42, 320
62, 17
@@ -200,7 +203,7 @@
Hard pity
- 287, 230
+ 287, 174
17, 17
@@ -221,7 +224,7 @@
...
- 23, 434
+ 22, 378
83, 17
@@ -253,15 +256,6 @@
Banner Type
-
- 45, 176
-
-
- 61, 17
-
-
- Title Path
-
104, 21
@@ -269,7 +263,7 @@
Acquaint Fate
- 42, 204
+ 41, 148
64, 17
@@ -278,25 +272,16 @@
Cost Item
- 31, 118
+ 59, 118
- 75, 17
+ 46, 17
- Prefab Path
-
-
- 8, 147
-
-
- 98, 17
-
-
- Pre Prefab Path
+ Prefab
- 222, 202
+ 222, 146
119, 21
diff --git a/Source/GrasscutterTools/FormGachaBannerEditor.resx b/Source/GrasscutterTools/FormGachaBannerEditor.resx
index bb9d078..4558cdc 100644
--- a/Source/GrasscutterTools/FormGachaBannerEditor.resx
+++ b/Source/GrasscutterTools/FormGachaBannerEditor.resx
@@ -117,1243 +117,1246 @@
System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Top, Bottom, Left
-
-
- 112, 115
-
-
- 300, 25
-
-
-
- 90
-
-
- CmbPrefab
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 0
-
-
- True
-
-
- 393, 262
-
-
- 19, 17
-
-
- 89
-
-
- %
-
-
- LblEventChanceTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 1
-
-
- 324, 260
-
-
- 63, 23
-
-
- 68
-
-
- NUDEventChance
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 2
-
-
- True
-
-
- 34, 28
-
-
- 72, 17
-
-
- 48
-
-
- GachaType
-
-
- LblGachaType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 3
-
-
- True
-
-
- 243, 262
-
-
- 75, 17
-
-
- 88
-
-
- 5星活动爆率
-
-
- LblEventChance
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 4
-
-
- 112, 260
-
-
- 100, 23
-
-
- 66
-
-
- NUDBaseYellowWeight
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 5
-
-
- True
-
-
- 74, 204
-
-
- 32, 17
-
-
- 75
-
-
- 顺序
-
-
- LblSortId
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 6
-
-
- 112, 347
-
-
- 300, 23
-
-
- 71
-
-
- TxtRateUpItems2
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 7
-
-
- True
-
-
- 31, 262
-
-
- 75, 17
-
-
- 76
-
-
- 5星基础爆率
-
-
- LblBaseYellowWeight
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 8
-
-
- 112, 26
-
-
- 100, 23
-
-
- 47
-
-
- NUDGachaType
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 9
-
-
- 112, 202
-
-
- 100, 23
-
-
- 64
-
-
- NUDSortId
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 74, 118
GrpBannerValues
-
- 10
-
-
- True
-
-
- 31, 350
-
-
- 75, 17
-
-
- 87
-
-
- 4星活动奖池
-
-
- LblRateUpItems2
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpBannerValues
+
+ 50, 87
-
- 11
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+
True
-
- 62, 291
-
-
- 44, 17
-
-
- 77
-
-
- 软保底
-
-
- LblSoftPity
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 12
-
-
- True
-
-
- 218, 28
-
-
- 125, 17
-
-
- 51
-
-
- 从400开始,顺序递增
-
-
- LblGachaTypeTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
13
-
- True
+
+ 3, 19
-
- 218, 176
-
-
- 56, 17
-
-
- 74
-
-
- 结束时间
-
-
- LblEndTime
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 14
-
-
- True
-
-
- 31, 234
-
-
+
75, 17
-
- 86
-
-
- 5星活动奖池
-
-
- LblRateUpItems1
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 15
-
-
- 112, 289
-
-
- 100, 23
-
-
- 69
-
-
- NUDSoftPity
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 16
-
-
- True
-
-
- 34, 57
-
-
- 72, 17
-
-
- 53
-
-
- ScheduleId
-
-
- LblScheduleId
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 17
-
-
- True
-
-
- 50, 176
-
-
- 56, 17
-
-
- 72
-
-
- 开始时间
-
-
- LblBeginTime
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 18
-
-
- 112, 231
-
-
- 300, 23
-
-
- 65
-
-
- TxtRateUpItems1
-
-
- System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 19
-
-
- True
-
-
- 62, 320
-
-
- 44, 17
-
-
- 78
-
-
- 硬保底
-
-
- LblHardPity
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 20
-
-
- 112, 55
-
-
- 100, 23
-
-
- 49
-
-
- NUDScheduleId
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 21
-
-
- 280, 174
-
-
- 100, 23
-
-
- 62
-
-
- NUDEndTime
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 22
-
-
- True
-
-
- 218, 320
-
-
- 183, 17
-
-
- 85
-
-
- 连续非的次数达到该值,必得5星
-
-
- LblHardPityTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 软保底
GrpBannerValues
-
- 23
+
+ 34, 28
+
+
+ 30
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblBeginTime
+
+
+ 20
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 56, 17
112, 318
-
- 100, 23
+
+ 卡池参数
-
- 70
-
-
- NUDHardPity
-
-
+
System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpBannerValues
+
+ 19
-
- 24
-
-
+
True
-
- 218, 57
+
+ 71
-
- 69, 17
+
+ 2
-
- 56
+
+ 连续非的次数达到该值,增加抽中概率
-
- ID要求唯一
+
+ LblEndTime
-
- LblScheduleIdTip
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 74
+
+
+ 100, 23
+
+
+ 49
+
+
+ $this
+
+
+
+ Top, Bottom, Left
+
+
+ 280, 174
+
+
+ True
+
+
+ 35
+
+
+ True
+
+
+ 50
+
+
+ NUDBasePurpleWeight
+
+
+ LblBannerType
+
+
+ GrpBannerValues
+
+
+ GrpBannerValues
+
+
+ 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
-
- 25
+
+ 限时角色祈愿池
-
- 112, 173
-
-
- 100, 23
-
-
- 60
-
-
- NUDBeginTime
-
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 26
-
-
- True
-
-
- 218, 291
-
-
- 212, 17
-
-
- 84
-
-
- 连续非的次数达到该值,增加抽中概率
-
-
- LblSoftPityTip
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpBannerValues
+
+ 72, 17
-
- 27
-
-
+
True
-
- 31, 378
+
+ 69
-
+
75, 17
-
- 79
+
+ 纠缠之缘
-
- 4星基础爆率
+
+ 31, 234
-
- LblBasePurpleWeight
+
+ 从400开始,顺序递增
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 31, 350
-
- GrpBannerValues
+
+ 祈愿道具
+
+
+ 51
28
-
- 常驻池
+
+ LblSoftPityTip
-
- 限时角色祈愿池
+
+ 68
-
- 限时武器祈愿池
+
+ 112, 173
-
- 112, 84
+
+ LblBaseYellowWeightTip
-
- 300, 25
-
-
- 50
-
-
- CmbBannerType
-
-
- System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
GrpBannerValues
-
- 29
+
+ System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- True
+
+ GrpBannerValues
-
- 218, 204
+
+ LblHardPityTip
-
- 116, 17
+
+ %
-
- 83
-
-
- 客户端中显示的顺序
-
-
- LblSortIdTip
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ True
+
+
GrpBannerValues
-
- 30
+
+ True
+
+
+ LblRateUpItems1
+
+
+ 52
+
+
+ 218, 378
+
+
+ 74, 21
+
+
+ 70
+
+
+ 9
+
+
+ 解析Json
+
+
+ 243, 262
+
+
+ 0
+
+
+ GrpBannerValues
+
+
+ 934, 486
+
+
+ GrpJson
+
+
+ GrpBannerValues
+
+
+ GrpBannerValues
+
+
+ 2
+
+
+ LblEventChanceTip
+
+
+ True
112, 376
-
- 100, 23
+
+ LblBaseYellowWeight
+
+
+ 112, 115
+
+
+ 3
+
+
+ True
+
+
+ %
+
+
+ ListPurplePool
+
+
+ 17
+
+
+ 61
+
+
+ 结束时间
73
-
- NUDBasePurpleWeight
+
+ 440, 466
-
- System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ 300, 25
-
+
+ 112, 231
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 18
+
+
+ NUDSortId
+
+
+ GrpPurplePool
+
+
+ True
+
+
+ 81
+
+
GrpBannerValues
31
-
+
True
-
- 50, 87
-
-
- 56, 17
-
-
- 59
-
-
- 奖池类型
-
-
- LblBannerType
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 32
-
-
- True
-
-
- 218, 378
-
-
- 19, 17
-
-
- 81
-
-
- %
-
-
- LblBasePurpleWeightTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
-
- 33
-
-
- True
-
-
- 112, 146
-
-
- 74, 21
-
-
- 57
-
-
- 相遇之缘
-
-
- RbCostItem224
-
-
- System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpBannerValues
-
34
-
- True
-
-
- 218, 262
-
-
- 19, 17
-
-
- 82
-
-
- %
-
-
- LblBaseYellowWeightTip
-
-
- System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
+
GrpBannerValues
-
- 35
+
+ 25
-
- True
+
+ 212, 17
-
- 50, 148
+
+ 33
-
- 56, 17
+
+ 53
-
- 80
+
+ 300, 23
-
- 祈愿道具
+
+ 0
-
- LblCostItem
+
+ 100, 23
-
+
+ System.Windows.Forms.GroupBox, 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
-
+
+ 60
+
+
+ 58
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 218, 176
+
+
GrpBannerValues
-
- 36
+
+ 76
-
- True
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 74, 118
-
-
- 32, 17
-
-
- 61
-
-
- 预制
-
-
- LblPrefabPath
-
-
+
System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
+
+ 客户端中显示的顺序
+
+
+ 125, 17
+
+
+ 硬保底
+
+
+ 90
+
+
+ True
+
+
+ 300, 466
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 59
+
+
+ BtnGen
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 62, 320
+
+
+ True
+
+
+ NUDEventChance
+
+
GrpBannerValues
37
-
- True
+
+ LblSortIdTip
-
- 192, 146
+
+ 100, 23
-
- 74, 21
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 58
+
+ 218, 320
-
- 纠缠之缘
+
+ 75
-
- RbCostItem223
+
+ 36
-
- System.Windows.Forms.RadioButton, 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
-
-
- 38
-
-
- 12, 12
-
-
- 440, 466
-
-
- 44
-
-
- 卡池参数
-
-
- GrpBannerValues
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 3
-
-
- Top, Bottom, Left, Right
-
-
- Fill
-
-
- 3, 19
-
-
- 154, 208
-
-
- 0
-
-
- ListPurplePool
-
-
- System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpPurplePool
-
-
- 0
-
-
- 458, 248
-
-
- 160, 230
-
-
- 50
-
-
- 4星活动卡池
-
-
- GrpPurplePool
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 1
-
-
- Top, Left, Right
-
-
- Fill
-
-
- 3, 19
-
-
- 154, 208
-
-
- 0
-
-
- ListYellowPool
-
-
- System.Windows.Forms.CheckedListBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpYellowPool
-
-
- 0
-
-
- 458, 12
-
-
- 160, 230
-
-
- 49
-
-
- 5星活动奖池
-
-
- GrpYellowPool
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 2
-
-
- Top, Bottom, Right
-
-
- 6, 437
-
-
- 75, 23
-
-
- 53
-
-
- 生成Json
-
-
- BtnGen
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpJson
-
-
- 0
-
-
- Top, Bottom, Left, Right
-
-
- 6, 19
-
-
- True
-
-
- 288, 412
-
-
- 0
-
-
- TxtJson
+
+ 218, 291
System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- GrpJson
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
- 1
+
+ LblSortId
-
- 219, 437
+
+ GrpBannerValues
-
- 75, 23
+
+ 100, 23
-
- 52
+
+ GrpBannerValues
-
- 解析Json
-
-
- BtnParse
-
-
- System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- GrpJson
-
-
- 2
-
-
- 624, 12
-
-
- 300, 466
-
-
- 51
-
-
- Json
-
-
- GrpJson
-
-
- System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- $this
-
-
- 0
-
-
- True
-
-
- 7, 17
-
-
- 934, 486
-
-
- 微软雅黑, 9pt
-
-
- 3, 4, 3, 4
-
-
- CenterScreen
-
-
- 卡池编辑器
-
-
- FormGachaBannerEditor
+
+ 5
System.Windows.Forms.Form, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+ GrpBannerValues
+
+
+ 32
+
+
+ ListYellowPool
+
+
+ 300, 23
+
+
+ $this
+
+
+ RbCostItem223
+
+
+ 14
+
+
+ True
+
+
+ 3, 4, 3, 4
+
+
+ System.Windows.Forms.CheckedListBox, 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
+
+
+ 87
+
+
+ 11
+
+
+ 83
+
+
+ 56
+
+
+ LblCostItem
+
+
+ GrpBannerValues
+
+
+ 6, 19
+
+
+ 26
+
+
+ 19, 17
+
+
+ Fill
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ True
+
+
+ 458, 248
+
+
+ 64
+
+
+ 44
+
+
+ 31, 378
+
+
+ 88
+
+
+ 22
+
+
+ GrpBannerValues
+
+
+ 324, 260
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 393, 262
+
+
+ True
+
+
+ GrpBannerValues
+
+
+ LblBasePurpleWeight
+
+
+ 219, 437
+
+
+ LblScheduleId
+
+
+ GrpJson
+
+
+ 56, 17
+
+
+ 顺序
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 10
+
+
+ 75, 17
+
+
+ 0
+
+
+ 1
+
+
+ GrpPurplePool
+
+
+ 160, 230
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 23
+
+
+ 112, 202
+
+
+ 34, 57
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 288, 412
+
+
+ 7
+
+
+ True
+
+
+ GrpBannerValues
+
+
+ 112, 260
+
+
+ GrpBannerValues
+
+
+ 2
+
+
+ 0
+
+
+ 生成Json
+
+
+ TxtJson
+
+
+ 77
+
+
+ GrpBannerValues
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 21
+
+
+ 458, 12
+
+
+ 47
+
+
+ 75, 17
+
+
+ 112, 55
+
+
+ 154, 208
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NUDHardPity
+
+
+ 4星活动奖池
+
+
+ 84
+
+
+ True
+
+
+ 38
+
+
+ 相遇之缘
+
+
+ 开始时间
+
+
+ 218, 57
+
+
+ RbCostItem224
+
+
+ 100, 23
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ GrpBannerValues
+
+
+ 6
+
+
+ 624, 12
+
+
+ GrpBannerValues
+
+
+ 1
+
+
+ 4星基础爆率
+
+
+ 19, 17
+
+
+ LblPrefabPath
+
+
+ True
+
+
+ GrpBannerValues
+
+
+ 31, 262
+
+
+ LblEventChance
+
+
+ FormGachaBannerEditor
+
+
+ 100, 23
+
+
+ NUDEndTime
+
+
+ ID要求唯一
+
+
+ BtnParse
+
+
+ LblGachaType
+
+
+ 0
+
+
+ 218, 204
+
+
+ GrpBannerValues
+
+
+ 300, 25
+
+
+ 112, 347
+
+
+ 预制
+
+
+ GrpBannerValues
+
+
+ 16
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ LblScheduleIdTip
+
+
+ True
+
+
+ LblHardPity
+
+
+ GrpBannerValues
+
+
+ 32, 17
+
+
+ 50, 176
+
+
+ True
+
+
+ 连续非的次数达到该值,必得5星
+
+
+ 56, 17
+
+
+ 160, 230
+
+
+ 62, 291
+
+
+ Top, Bottom, Left, Right
+
+
+ NUDGachaType
+
+
+ LblSoftPity
+
+
+ GrpBannerValues
+
+
+ GrpJson
+
+
+ 0
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 63, 23
+
+
+ True
+
+
+ LblRateUpItems2
+
+
+ 86
+
+
+ 112, 84
+
+
+ System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 218, 262
+
+
+ System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 微软雅黑, 9pt
+
+
+ 75, 23
+
+
+ 112, 26
+
+
+ GrpYellowPool
+
+
+ 100, 23
+
+
+ GrpBannerValues
+
+
+ 19, 17
+
+
+ GrpBannerValues
+
+
+ 72, 17
+
+
+ True
+
+
+ 56, 17
+
+
+ Fill
+
+
+ 57
+
+
+ True
+
+
+ System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 29
+
+
+ 0
+
+
+ GrpBannerValues
+
+
+ CmbBannerType
+
+
+ 218, 28
+
+
+ 112, 289
+
+
+ 6, 437
+
+
+ $this
+
+
+ 69, 17
+
+
+ 116, 17
+
+
+ 24
+
+
+ 74, 21
+
+
+ GrpJson
+
+
+ 3
+
+
+ GrpBannerValues
+
+
+ GrpBannerValues
+
+
+ GachaType
+
+
+ Top, Bottom, Left, Right
+
+
+ System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 5星基础爆率
+
+
+ 8
+
+
+ True
+
+
+ CenterScreen
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 75, 23
+
+
+ 限时武器祈愿池
+
+
+ 50
+
+
+ Top, Bottom, Right
+
+
+ LblBasePurpleWeightTip
+
+
+ System.Windows.Forms.ComboBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 奖池类型
+
+
+ GrpYellowPool
+
+
+ %
+
+
+ 79
+
+
+ 74, 204
+
+
+ 85
+
+
+ TxtRateUpItems2
+
+
+ 4星活动卡池
+
+
+ 44, 17
+
+
+ GrpBannerValues
+
+
+ 183, 17
+
+
+ 72
+
+
+ 1
+
+
+ 75, 17
+
+
+ 51
+
+
+ 5星活动爆率
+
+
+ GrpBannerValues
+
+
+ 32, 17
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 常驻池
+
+
+ 7, 17
+
+
+ CmbPrefab
+
+
+ 15
+
+
+ 3, 19
+
+
+ NUDSoftPity
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 12
+
+
+ 100, 23
+
+
+ 62
+
+
+ 27
+
+
+ 65
+
+
+ 0
+
+
+ 5星活动奖池
+
+
+ 48
+
+
+ 154, 208
+
+
+ 50, 148
+
+
+ 78
+
+
+ 5星活动奖池
+
+
+ NUDBaseYellowWeight
+
+
+ NUDScheduleId
+
+
+ 49
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ $this
+
+
+ 82
+
+
+ 192, 146
+
+
+ True
+
+
+ 100, 23
+
+
+ 4
+
+
+ 89
+
+
+ System.Windows.Forms.GroupBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ 112, 146
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ Json
+
+
+ 卡池编辑器
+
+
+ 44, 17
+
+
+ TxtRateUpItems1
+
+
+ System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
+
+
+ NUDBeginTime
+
+
+ 12, 12
+
+
+ GrpBannerValues
+
+
+ ScheduleId
+
+
+ Top, Left, Right
+
+
+ LblGachaTypeTip
+
+
+ 53
+
+
+ 80
+
+
+ GrpBannerValues
+
+
+ 66
+
+
+ True
+
+
+ en-US
+
\ No newline at end of file