Added MaxStackSize and STW Levels

This commit is contained in:
Asval
2019-05-24 19:31:08 +02:00
parent 8776f2062e
commit 84969dcdf3
4 changed files with 48 additions and 3 deletions

View File

@@ -53,6 +53,15 @@ namespace FModel.Parser.Items
[JsonProperty("AttributeInitKey")]
public AttributeInitKey AttributeInitKey { get; set; }
[JsonProperty("MaxStackSize")]
public long MaxStackSize { get; set; }
[JsonProperty("MinLevel")]
public long MinLevel { get; set; }
[JsonProperty("MaxLevel")]
public long MaxLevel { get; set; }
}
public class GameplayTags