module Base
{
    entity Simple_Cooking_Pit
    {
        component UiConfig
        {
            xuiSkin = default,
            entityStyle = ES_Simple_Cooking_Pit,
            uiEnabled = false,
        }
        component SpriteConfig
        {
            isProp = true,
            face SINGLE
            {
                layer
                {
                    row = camping_03_16,
                }
            }
        }
        component CraftRecipe
        {
            timedAction = BuildCairn,
            time = 50,
            category = Outdoors,
            SkillRequired = Masonry:1,
            xpAward = Masonry:10,
            Tooltip = Tooltip_craft_cookingPitDesc,
            inputs
            {
                item 1 tags[Concrete] flags[DontRecordInput],
                item 10 [Base.Stone2],
                item 3 [Base.TreeBranch2;Base.WoodenStick2],
            }
        }
        component CraftBenchSounds
        {
            AddFuel = CampfireAddFuel,
            LightFire = CampfireLight,
            Running = CampfireRunning,
        }
    }
}
