module VHS_Farming {
    imports { Base }

    item VHS_Farm1 { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Soil Preparation, Icon = VHS_Farm1, Weight = 0.1, ReplaceOnUse = VHS_Farm1_Used, WorldStaticModel = VHS, }
    item VHS_Farm1_Used { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Soil Preparation (Watched), Icon = VHS_Farm1, Weight = 0.1, WorldStaticModel = VHS, }

    item VHS_Farm2 { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Crop Maintenance, Icon = VHS_Farm2, Weight = 0.1, ReplaceOnUse = VHS_Farm2_Used, WorldStaticModel = VHS, }
    item VHS_Farm2_Used { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Crop Maintenance (Watched), Icon = VHS_Farm2, Weight = 0.1, WorldStaticModel = VHS, }

    item VHS_Farm3 { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Irrigation Techniques, Icon = VHS_Farm3, Weight = 0.1, ReplaceOnUse = VHS_Farm3_Used, WorldStaticModel = VHS, }
    item VHS_Farm3_Used { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Irrigation Techniques (Watched), Icon = VHS_Farm3, Weight = 0.1, WorldStaticModel = VHS, }

    item VHS_Farm4 { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Pest Control, Icon = VHS_Farm4, Weight = 0.1, ReplaceOnUse = VHS_Farm4_Used, WorldStaticModel = VHS, }
    item VHS_Farm4_Used { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Pest Control (Watched), Icon = VHS_Farm4, Weight = 0.1, WorldStaticModel = VHS, }

    item VHS_Farm5 { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Advanced Farming, Icon = VHS_Farm5, Weight = 0.1, ReplaceOnUse = VHS_Farm5_Used, WorldStaticModel = VHS, }
    item VHS_Farm5_Used { DisplayCategory = Entertainment, Type = Normal, DisplayName = VHS: Advanced Farming (Watched), Icon = VHS_Farm5, Weight = 0.1, WorldStaticModel = VHS, }
}
