|
@@ -48,9 +48,9 @@ namespace Excel2Json
|
|
|
///免费单抽常量 CD(秒);单日最大次数
|
|
|
/// </summary>
|
|
|
#if !COMBAT_SERVER
|
|
|
- public int oneConsumeFreePara;
|
|
|
+ public int[] oneConsumeFreePara;
|
|
|
#else
|
|
|
- public int oneConsumeFreePara{ set; get; }
|
|
|
+ public int[] oneConsumeFreePara{ set; get; }
|
|
|
#endif
|
|
|
|
|
|
|
|
@@ -58,9 +58,9 @@ namespace Excel2Json
|
|
|
///付费单抽常量 CD(秒);单日最大次数
|
|
|
/// </summary>
|
|
|
#if !COMBAT_SERVER
|
|
|
- public int oneConsumeChargePara;
|
|
|
+ public int[] oneConsumeChargePara;
|
|
|
#else
|
|
|
- public int oneConsumeChargePara{ set; get; }
|
|
|
+ public int[] oneConsumeChargePara{ set; get; }
|
|
|
#endif
|
|
|
|
|
|
|
|
@@ -78,9 +78,9 @@ namespace Excel2Json
|
|
|
///免费十连常量 CD(秒);单日最大次数
|
|
|
/// </summary>
|
|
|
#if !COMBAT_SERVER
|
|
|
- public int oneConsumeFreePara_1;
|
|
|
+ public int[] oneConsumeFreePara_1;
|
|
|
#else
|
|
|
- public int oneConsumeFreePara_1{ set; get; }
|
|
|
+ public int[] oneConsumeFreePara_1{ set; get; }
|
|
|
#endif
|
|
|
|
|
|
|
|
@@ -88,19 +88,9 @@ namespace Excel2Json
|
|
|
///付费十连常量 CD(秒);单日最大次数
|
|
|
/// </summary>
|
|
|
#if !COMBAT_SERVER
|
|
|
- public int oneConsumeChargePara_1;
|
|
|
+ public int[] oneConsumeChargePara_1;
|
|
|
#else
|
|
|
- public int oneConsumeChargePara_1{ set; get; }
|
|
|
-#endif
|
|
|
-
|
|
|
-
|
|
|
- /// <summary>
|
|
|
- ///1=掉落组 2=DropList
|
|
|
- /// </summary>
|
|
|
-#if !COMBAT_SERVER
|
|
|
- public int rewardType;
|
|
|
-#else
|
|
|
- public int rewardType{ set; get; }
|
|
|
+ public int[] oneConsumeChargePara_1{ set; get; }
|
|
|
#endif
|
|
|
|
|
|
|