module Base
{
	xuiSkin default
	{
		entity ES_Welding_ShopClothingSingleRack
		{
			LuaWindowClass	= ISEntityWindow,
			DisplayName	= NBEntityName_ShopClothingSingleMetalRack,
			Icon		= Build_location_shop_generic_01_50,
		}
	}

    entity Welding_ShopClothingSingleRack
    {
        component UiConfig
        {
            xuiSkin         = default,
            entityStyle     = ES_Welding_ShopClothingSingleRack,
            uiEnabled       = false,
        }

        component SpriteConfig
        {
            isThumpable = false,
            face W
            {
                layer
                {
                    row = location_shop_generic_01_49,
                    row = location_shop_generic_01_48,
                }
            }
            face N
            {
                layer
                {
                    row = location_shop_generic_01_50 location_shop_generic_01_51,
                }
            }
        }
        
        component CraftRecipe
        {
            timedAction   = BuildMetalStructureSmall,
            time          = 100,
            SkillRequired = MetalWelding:6,
            xpAward       = MetalWelding:60,
            category      = Furniture,
            tags          = Welding;Furniture,
            ToolTip       = Tooltip_craft_NeedsWallDesc,
            inputs
            {
                item 4 [Base.BlowTorch] flags[DontRecordInput],
                item 6 [Base.MetalPipe],
                item 4 [Base.WeldingRods] flags[DontRecordInput],
            }
        }
    }
}