module Base
{
    entity Other_Log_Stool
    {
        component UiConfig
        {
            xuiSkin = default,
            entityStyle = ES_Other_Log_Stool,
            uiEnabled = true,
        }
        component SpriteConfig
        {
            isProp = true,
            face SINGLE
            {
                layer
                {
                    row = crafted_02_92,
                }
            }
        }
        component CraftRecipe
        {
            timedAction = BuildWallNoTool,
            time = 50,
            category = Furniture,
            Tags = Survival;Furniture,
            Tooltip = Tooltip_craft_stoolDesc,
            inputs
            {
                item 1 [Base.Log],
                item 3 [Base.TreeBranch2],
                item 1 tags[ChopTree;Saw;CrudeSaw] mode:keep flags[MayDegradeLight;IsNotDull;Prop1;MayDegradeLight],
                item 4 [Base.RippedSheets;Base.RippedSheetsDirty;Base.Twine;Base.Rope;Base.SheetRope] flags[DontReplace],
            }
        }
    }
}
