Chinh (lelouvincx) / 2026-01-03

Created Sat, 03 Jan 2026 00:00:00 +0000 Modified Mon, 25 May 2026 06:02:25 +0000
134 Words
  • Learn from [[Oxygen Not Included]]’s priority system

    • The priority score formula is: score = (personal_priority * 10) + building_priority + (distance_cost)
    • Where:
      • Personal Priority (L Key): Set the base weighting for specific errand group (cleaning/researching/cooking/etc).
      • Building Priority (Normal building in grid): Span from 1-9. Each number comes with different meaning in prioritization.
      • Distance Cost: If the previous numbers are the same, do the nearest task first. This is the tie breaker.
        • “Nearest” meaning: depends on what system I am. In game, it may be physical distance, or the oldest task in the job queue. But it should be high-cardinality in order to better weight the task - as detail as possible.
      • “If everything is urgent, nothing is urgent.”
  • Tasks

  • Done

    • DONE Prepare phase 2 project for Yen
  • DONE Deep thinking

  • DONE Metabase crash course