mirror of
https://github.com/jie65535/GrasscutterCommandGenerator.git
synced 2025-10-22 20:09:46 +08:00
Implement ShopEditor
This commit is contained in:
@@ -30,6 +30,9 @@ namespace GrasscutterTools.Game.Shop
|
||||
[JsonProperty("goodsItem")]
|
||||
public ItemParamData GoodsItem { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 消耗摩拉
|
||||
/// </summary>
|
||||
[JsonProperty("scoin")]
|
||||
public int SCoin { get; set; }
|
||||
|
||||
@@ -55,11 +58,18 @@ namespace GrasscutterTools.Game.Shop
|
||||
public int MaxLevel { get; set; } = 61;
|
||||
|
||||
[JsonProperty("preGoodsIdList")]
|
||||
public List<int> PreGoodsIdList { get; set; } = new List<int>();
|
||||
public List<int> PreGoodsIdList { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 消耗创世结晶
|
||||
/// </summary>
|
||||
[JsonProperty("mcoin")]
|
||||
public int MCoin { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 消耗原石
|
||||
/// </summary>
|
||||
|
||||
[JsonProperty("hcoin")]
|
||||
public int HCoin { get; set; }
|
||||
|
||||
|
Reference in New Issue
Block a user