Fix Inventory, add different Trunk sizes

This commit is contained in:
2021-04-14 03:08:55 +02:00
parent 5e4d5b1ece
commit 9684c36db7
20 changed files with 252 additions and 60 deletions

View File

@@ -12,7 +12,7 @@ namespace ReallifeGamemode.Server.Inventory.Items
{
public override int Id => 100;
public override string Name => "Chips";
public override string Description => "Eine tüte Chips";
public override string Description => "80% Luft, 20% Verpackung.";
public override int Gewicht => 180;
public override string Einheit => "g";
public override int HpAmount => 5;