
module Base
{




    craftRecipe CraftmakeShiftQuiver
    {
        timedAction = CraftWeapon1H,
        time = 15,
        category = Packing,
        recipeGroup = OpenBox,
        Tags = InHandCraft;CanBeDoneInDark,
        inputs
        {
            item 6 [Base.RippedSheets] mappers[QuiverType] flags[Prop2;AllowFavorite;InheritFavorite],
        }
        outputs
        {
            item 1 mapper:QuiverType,
        }
        itemMapper QuiverType
        {
            Base.Primitive_Quiver = Base.RippedSheets,
        }
    }








}