module Base { item DisassembledGunPartsSmall { DisplayCategory = Tool, Weight = 0.1, Type = Normal, DisplayName = Disassembled Gun Parts, Icon = DisassembledGunPartsSmall, WorldStaticModel = DisassembledGunPartsSmall, } item DisassembledGunPartsLarge { DisplayCategory = Tool, Weight = 0.1, Type = Normal, DisplayName = Disassembled Gun Parts, Icon = DisassembledGunPartsLarge, WorldStaticModel = DisassembledGunPartsLarge, } item FirearmMaintenanceKit { DisplayCategory = Tool, Weight = 1.0, Type = Normal, DisplayName = Firearm Maintenance Kit, Icon = FirearmMaintenanceKit, WorldStaticModel = FirearmMaintenanceKit, Tags = UGRToolClean, } item GunsmithingTools { DisplayCategory = Tool, Weight = 3.0, Type = Normal, DisplayName = Gunsmithing Tools, Icon = GunsmithingTools, WorldStaticModel = GunsmithingTools, Tags = UGRToolRepair, } item CleaningSolvent { DisplayCategory = Tool, Weight = 0.3, Type = Drainable, UseWhileEquipped = FALSE, UseDelta = 0.1, DisplayName = Cleaning Solvent, Icon = CleaningSolvent, WorldStaticModel = CleaningSolvent, Tags = UGRItemClean, } item CleaningSolventBlackLabel { DisplayCategory = Tool, Weight = 1.0, Type = Normal, UseWhileEquipped = FALSE, DisplayName = Premium Cleaning Solvent, Icon = CleaningSolventBlackLabel, WorldStaticModel = CleaningSolventBlackLabel, Tags = UGRItemCleanFull, } item FirearmLubricant { DisplayCategory = Tool, Weight = 0.2, Type = Drainable, UseWhileEquipped = FALSE, UseDelta = 0.2, DisplayName = Firearm Lubricant, Icon = FirearmLubricant, WorldStaticModel = FirearmLubricant, Tags = UGRItemAssemble, } }