VERSION = 1,

option HNDLBR.PrepperChance {
    type = double,
    min = 0.01,
    max = 100,
    default = 0.15,
    page = HNDLBR,
    translation = HNDLBR_PrepperChance,
}

option HNDLBR.PrepperWeaponPack {
	type = enum,
	numValues = 6,
	default = 1,
	page = HNDLBR,
        translation = HNDLBR_PrepperWeaponPack,
	valueTranslation = HNDLBR_PrepperWeaponPack,
}

option HNDLBR.DoomsdayPrepper {
    type = boolean,
    default = true,
    page = HNDLBR,
    translation = HNDLBR_DoomsdayPrepper,
}