Cigar packaging

Overview

Prisoners can produce / run economy inside Prison through Cigarettes, that can be crafted at the table.

  • By default the defined reward is item named cigarrete with random amount from (1-6).

  • Configuration path: config.lua - Config.CigarProduction

Config file structure

CigarProduction = {
    RewardMin = 1, -- This is the reward amount for minigame
    RewardMax = 6, -- This is the reward amount for minigame
    RewardItem = 'cigarrete', -- This is the reward item for minigame
},

Features

  • Simple minigame is started when Prisoner needs to be press keys when LETTER is in the specific box.

  • When player finish minigame, prisoner received reward cigarette

Last updated