Skip to content
MrAfitol edited this page Oct 22, 2023 · 6 revisions

Welcome to the InventoryControl-CursedMod wiki!

Default config

# List of roles, their items, and chance (Do not add a role if you want its inventory to be normal)
inventory:
  ClassD:
    keep_items: false
    items:
      KeycardJanitor: 35
      Painkillers: 80
      Coin: 100
  Scientist:
    keep_items: true
    items:
      Flashlight: 100
      Coin: 90
# List of ranks and their roles items and chances
inventory_rank:
  owner:
    ClassD:
      keep_items: false
      items:
        KeycardScientist: 80
        GunCOM18: 60
        Painkillers: 100
        Coin: 100
    Scientist:
      keep_items: true
      items:
        GunCOM18: 85
        SCP500: 70
        Flashlight: 100
        Coin: 90
Clone this wiki locally