module BLTAnnotations {
    imports {
        Base
    }
    item BLTAnnotations
    {
        DisplayCategory = Cartography,
        Type         = Normal,
        DisplayName  = Map annotations,
        Icon         = Paper,
        Weight       = 0.1,
        WorldStaticModel = Map,
    }
    timedAction JotDown
    {
        metabolics = SedentaryActivity,
        actionAnim = Making,
        sound      = MapAddSymbol,
    }
    craftRecipe JotDownAnnotations
    {
        category = Miscellaneous,
        Tags = InHandCraft,
        timedAction = BLTAnnotations.JotDown,
        Time = 100,
        OnCreate = BLTAnnotations.OnCreate,
        ToolTip = Tooltip_MustBeUnwritten,
        OnTest = BLTAnnotations.OnTest,
        inputs
        {
            item 1 tags[Write] mode:keep,
            item 1 [Base.Journal;Base.Notebook;Base.SheetPaper2;Base.Diary1;Base.Diary2;Base.IndexCard;Base.MenuCard;Base.GraphPaper;Base.Note;Base.Notepad;Base.Card_Birthday;Base.Card_Christmas;Base.Card_Easter;Base.Card_Halloween;Base.Card_Hanukkah;Base.Card_LunarYear;Base.Card_StPatrick;Base.Card_Sympathy;Base.Card_Valentine;Base.Paperwork;Base.IDcard_Blank;Base.Tissue;Base.PaperNapkins2;Base.ToiletPaper;Base.PaperBag;Base.Paperbag_Jays;Base.Paperbag_Spiffos],
        }
        outputs
        {
           item 1 BLTAnnotations.BLTAnnotations,
        }
    }
}
