mirror of
https://github.com/4sval/FModel.git
synced 2026-09-27 03:27:59 -05:00
Added MaxStackSize and STW Levels
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user