商品配置测试
parent
b20fbb573a
commit
45b121f699
|
|
@ -33,6 +33,7 @@ public sealed partial class DataShopContent : Luban.BeanBase
|
|||
{ if(!_buf["CurrencyShopID"].IsNumber) { throw new SerializationException(); } CurrencyShopID = _buf["CurrencyShopID"]; }
|
||||
{ if(!_buf["OriCurrencyPrice"].IsNumber) { throw new SerializationException(); } OriCurrencyPrice = _buf["OriCurrencyPrice"]; }
|
||||
{ if(!_buf["IsLimitTime"].IsNumber) { throw new SerializationException(); } IsLimitTime = _buf["IsLimitTime"]; }
|
||||
{ if(!_buf["BornDayCount"].IsNumber) { throw new SerializationException(); } BornDayCount = _buf["BornDayCount"]; }
|
||||
{ if(!_buf["RefreshType"].IsNumber) { throw new SerializationException(); } RefreshType = (ActorCfg.ShopContentRefreshType)_buf["RefreshType"].AsInt; }
|
||||
{ if(!_buf["Unlocks"].IsString) { throw new SerializationException(); } Unlocks = _buf["Unlocks"]; }
|
||||
{ if(!_buf["SellOutHidden"].IsNumber) { throw new SerializationException(); } SellOutHidden = _buf["SellOutHidden"]; }
|
||||
|
|
@ -43,7 +44,7 @@ public sealed partial class DataShopContent : Luban.BeanBase
|
|||
{ if(!_buf["BgLongPath"].IsString) { throw new SerializationException(); } BgLongPath = _buf["BgLongPath"]; }
|
||||
}
|
||||
|
||||
public DataShopContent(int Id, string Name, ActorCfg.PurchaseType PurchaseType, int ItemID, int ItemCount, int PriceID, int PriceCount, int MaxPurchaseCount, string NameLocal, int Successor, int CurrencyShopID, int OriCurrencyPrice, int IsLimitTime, ActorCfg.ShopContentRefreshType RefreshType, string Unlocks, int SellOutHidden, string ScrollTextKey, string GoodsPath, string MarkPath, string BgShortPath, string BgLongPath )
|
||||
public DataShopContent(int Id, string Name, ActorCfg.PurchaseType PurchaseType, int ItemID, int ItemCount, int PriceID, int PriceCount, int MaxPurchaseCount, string NameLocal, int Successor, int CurrencyShopID, int OriCurrencyPrice, int IsLimitTime, int BornDayCount, ActorCfg.ShopContentRefreshType RefreshType, string Unlocks, int SellOutHidden, string ScrollTextKey, string GoodsPath, string MarkPath, string BgShortPath, string BgLongPath )
|
||||
{
|
||||
this.Id = Id;
|
||||
this.Name = Name;
|
||||
|
|
@ -58,6 +59,7 @@ public sealed partial class DataShopContent : Luban.BeanBase
|
|||
this.CurrencyShopID = CurrencyShopID;
|
||||
this.OriCurrencyPrice = OriCurrencyPrice;
|
||||
this.IsLimitTime = IsLimitTime;
|
||||
this.BornDayCount = BornDayCount;
|
||||
this.RefreshType = RefreshType;
|
||||
this.Unlocks = Unlocks;
|
||||
this.SellOutHidden = SellOutHidden;
|
||||
|
|
@ -127,6 +129,10 @@ public sealed partial class DataShopContent : Luban.BeanBase
|
|||
/// </summary>
|
||||
public int IsLimitTime { get; private set; }
|
||||
/// <summary>
|
||||
/// IsLimitTime=2时出生几日内
|
||||
/// </summary>
|
||||
public int BornDayCount { get; private set; }
|
||||
/// <summary>
|
||||
/// 刷新类型(不配置跟随商店)
|
||||
/// </summary>
|
||||
public ActorCfg.ShopContentRefreshType RefreshType { get; private set; }
|
||||
|
|
@ -182,6 +188,7 @@ public sealed partial class DataShopContent : Luban.BeanBase
|
|||
+ "CurrencyShopID:" + CurrencyShopID + ","
|
||||
+ "OriCurrencyPrice:" + OriCurrencyPrice + ","
|
||||
+ "IsLimitTime:" + IsLimitTime + ","
|
||||
+ "BornDayCount:" + BornDayCount + ","
|
||||
+ "RefreshType:" + RefreshType + ","
|
||||
+ "Unlocks:" + Unlocks + ","
|
||||
+ "SellOutHidden:" + SellOutHidden + ","
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 120,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -36,6 +37,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 200,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -59,6 +61,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -82,6 +85,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -105,6 +109,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -128,6 +133,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 20,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -151,6 +157,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 20,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -174,6 +181,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 20,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -197,6 +205,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 20,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -220,6 +229,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 20,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -243,6 +253,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -266,6 +277,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 40,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -289,6 +301,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -312,6 +325,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 40,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -335,6 +349,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -358,6 +373,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 40,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -381,6 +397,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -404,6 +421,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 40,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -427,6 +445,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -450,6 +469,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -473,6 +493,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -496,6 +517,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -519,6 +541,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 100,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -542,6 +565,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -565,6 +589,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -588,6 +613,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -611,6 +637,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 1320,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 3,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -634,6 +661,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 3,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -657,6 +685,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 50,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 3,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -680,6 +709,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 100,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 3,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -703,6 +733,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 200,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 3,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -726,6 +757,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 100,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 3,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -749,6 +781,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 120,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 3,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -772,6 +805,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 60,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 3,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -795,6 +829,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -818,6 +853,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -841,6 +877,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -864,6 +901,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -887,6 +925,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -910,6 +949,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -933,6 +973,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -956,6 +997,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -979,6 +1021,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1002,6 +1045,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 4,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1025,6 +1069,7 @@
|
|||
"CurrencyShopID": 9030001,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 1,
|
||||
|
|
@ -1048,6 +1093,7 @@
|
|||
"CurrencyShopID": 9030002,
|
||||
"OriCurrencyPrice": 71,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "GoodsPurchaseCount(90300,9030001,1)",
|
||||
"SellOutHidden": 1,
|
||||
|
|
@ -1071,6 +1117,7 @@
|
|||
"CurrencyShopID": 9030003,
|
||||
"OriCurrencyPrice": 71,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "GoodsPurchaseCount(90300,9030002,1)",
|
||||
"SellOutHidden": 1,
|
||||
|
|
@ -1085,7 +1132,7 @@
|
|||
"Name": "五星指挥自选礼包",
|
||||
"PurchaseType": 2,
|
||||
"ItemID": 40004,
|
||||
"ItemCount": 1,
|
||||
"ItemCount": 2,
|
||||
"PriceID": 11,
|
||||
"PriceCount": 0,
|
||||
"MaxPurchaseCount": 1,
|
||||
|
|
@ -1094,6 +1141,7 @@
|
|||
"CurrencyShopID": 9030004,
|
||||
"OriCurrencyPrice": 120,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 1,
|
||||
|
|
@ -1117,6 +1165,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 321,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1140,6 +1189,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 360,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1163,6 +1213,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 560,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1186,6 +1237,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 560,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1209,6 +1261,7 @@
|
|||
"CurrencyShopID": 9030105,
|
||||
"OriCurrencyPrice": 60,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1232,6 +1285,7 @@
|
|||
"CurrencyShopID": 9030106,
|
||||
"OriCurrencyPrice": 66,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1255,6 +1309,7 @@
|
|||
"CurrencyShopID": 9030107,
|
||||
"OriCurrencyPrice": 145,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1278,6 +1333,7 @@
|
|||
"CurrencyShopID": 9030108,
|
||||
"OriCurrencyPrice": 210,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1301,6 +1357,7 @@
|
|||
"CurrencyShopID": 9030109,
|
||||
"OriCurrencyPrice": 420,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1324,6 +1381,7 @@
|
|||
"CurrencyShopID": 9030110,
|
||||
"OriCurrencyPrice": 722,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1347,6 +1405,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 641,
|
||||
"IsLimitTime": 1,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1370,6 +1429,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 1000,
|
||||
"IsLimitTime": 1,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1393,6 +1453,7 @@
|
|||
"CurrencyShopID": 9030201,
|
||||
"OriCurrencyPrice": 52,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1416,6 +1477,7 @@
|
|||
"CurrencyShopID": 9030202,
|
||||
"OriCurrencyPrice": 52,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1439,6 +1501,7 @@
|
|||
"CurrencyShopID": 9030203,
|
||||
"OriCurrencyPrice": 52,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1462,6 +1525,7 @@
|
|||
"CurrencyShopID": 9030204,
|
||||
"OriCurrencyPrice": 52,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1485,6 +1549,7 @@
|
|||
"CurrencyShopID": 9030205,
|
||||
"OriCurrencyPrice": 136,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1508,6 +1573,7 @@
|
|||
"CurrencyShopID": 9030206,
|
||||
"OriCurrencyPrice": 136,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1531,6 +1597,7 @@
|
|||
"CurrencyShopID": 9030207,
|
||||
"OriCurrencyPrice": 136,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1554,6 +1621,7 @@
|
|||
"CurrencyShopID": 9030208,
|
||||
"OriCurrencyPrice": 136,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1577,6 +1645,7 @@
|
|||
"CurrencyShopID": 9030209,
|
||||
"OriCurrencyPrice": 444,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1600,6 +1669,7 @@
|
|||
"CurrencyShopID": 9030210,
|
||||
"OriCurrencyPrice": 100,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1623,6 +1693,7 @@
|
|||
"CurrencyShopID": 9030211,
|
||||
"OriCurrencyPrice": 100,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1646,6 +1717,7 @@
|
|||
"CurrencyShopID": 9030212,
|
||||
"OriCurrencyPrice": 100,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1669,6 +1741,7 @@
|
|||
"CurrencyShopID": 9030213,
|
||||
"OriCurrencyPrice": 100,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1692,6 +1765,7 @@
|
|||
"CurrencyShopID": 9030214,
|
||||
"OriCurrencyPrice": 100,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1715,6 +1789,7 @@
|
|||
"CurrencyShopID": 9030215,
|
||||
"OriCurrencyPrice": 241,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1738,6 +1813,7 @@
|
|||
"CurrencyShopID": 9030216,
|
||||
"OriCurrencyPrice": 360,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1761,6 +1837,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 340,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(5)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1784,6 +1861,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 460,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(10)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1807,6 +1885,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 699,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(15)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1830,6 +1909,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 720,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(20)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1853,6 +1933,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 900,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(25)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1876,6 +1957,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 922,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(30)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1899,6 +1981,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 1200,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(35)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1922,6 +2005,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 1560,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(40)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1945,6 +2029,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 1799,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(45)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1968,6 +2053,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 1799,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(50)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -1991,6 +2077,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 1799,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(55)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2014,6 +2101,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 2100,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "ActorLevel(60)",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2037,6 +2125,7 @@
|
|||
"CurrencyShopID": 9040101,
|
||||
"OriCurrencyPrice": 240,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 0,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2060,6 +2149,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2083,6 +2173,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2106,6 +2197,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2129,6 +2221,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 0,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2152,6 +2245,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 160,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2175,6 +2269,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 50,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2198,6 +2293,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 200,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2221,6 +2317,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 160,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
@ -2244,6 +2341,7 @@
|
|||
"CurrencyShopID": 0,
|
||||
"OriCurrencyPrice": 130,
|
||||
"IsLimitTime": 0,
|
||||
"BornDayCount": 0,
|
||||
"RefreshType": 2,
|
||||
"Unlocks": "",
|
||||
"SellOutHidden": 0,
|
||||
|
|
|
|||
Loading…
Reference in New Issue