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 => 101;
public override string Name => "Apfel";
public override string Description => "Ein Apfel";
public override string Description => "Ein Apfel.";
public override int Gewicht => 200;
public override string Einheit => "g";
public override int HpAmount => 10;