module WellsConstruction
{
    imports {
        Base,
    }

    item WellsConstructionMag
    {
        DisplayCategory     = SkillBook,
        Weight	            = 0.1,
        Type	            = Literature,
        DisplayName	        = WellsConstructionMag,
        Icon	            = MagazineWells,
        TeachedRecipes      = build well,
        ReplaceOnUse        = WellsConstructionMag,
        StaticModel         = Magazine,
        WorldStaticModel    = MagazineWellsGround,
    }
}
