add rarity option for shipcommand

This commit is contained in:
raphaeIl
2024-04-03 06:03:45 -04:00
parent cea1a22103
commit 91042d06eb
2 changed files with 17 additions and 6 deletions

View File

@@ -159,7 +159,7 @@ namespace BLHX.Server.Common.Database {
public string Name { get; set; }
// Aka. manifesto
public string Adv { get; set; } = string.Empty;
public uint ShipBagMax { get; set; } = 9990;
public uint ShipBagMax { get; set; } = 9854938;
public uint Level { get; set; }
// TODO: Exp add setter to recalculate cap and set level
public uint Exp { get; set; }