new Items

This commit is contained in:
michael.reiswich
2021-02-09 18:02:29 +01:00
parent f26824aaee
commit 99e546b617
8 changed files with 212 additions and 2 deletions

View File

@@ -8,10 +8,10 @@ namespace ReallifeGamemode.Server.Inventory.Items
{
public class Cheeseburger : FoodItem
{
public override int Id => 27;
public override int Id => 103;
public override string Name => "Cheeseburger";
public override string Description => "Ein Burger";
public override int Gewicht => 300;
public override int Gewicht => 50;
public override string Einheit => "g";
public override int HpAmount => 20;
public override uint Object => 2240524752;