This commit is contained in:
Oscar
2025-06-29 14:44:00 +03:00
parent 35097533df
commit 495c672818
11 changed files with 595 additions and 61 deletions

View File

@@ -35,7 +35,7 @@ public class BaseItemDefinition : GameResource
[Property, Category( "Visual" )] public string ImageUrl { get; set; }
[Property, Category( "Properties" )]
[Range( 1, 1000 )]
[Range( 1, 100000 )]
public int MaxCount { get; set; } = 1;
[Property, Category( "Properties" )] public virtual ItemCategory Category { get; set; } = ItemCategory.Misc;