// allow random distribution of oils to various creatures
OUTER_SET zswo_allow_random_redistribution_cre = "1"

// probabilities a thief gets at least noxious oil
OUTER_SET zswo_thief_noxious_oil_assignment_chances = "25"

// probabilities a thief gets drow soporific oil, *IF* the thief gets matched for noxious oil
OUTER_SET zswo_thief_drow_poison_assignment_chances = "15"

// probabilities a thief gets caustic oil *ONLY IF* they don't get noxious oil; in order words, this probability should be balanced around the probabilities of noxious oil. For example, if noxious oil chances are 60%, caustic oil chances should be 40 *at most* (may be lowered so there's a chance the creature gets nothing); or if noxious oil is 10%, caustic oil chances should be 90% *at most*. If this is not done, it will be possible for the assignments to not work correctly
OUTER_SET zswo_thief_caustic_oil_assignment_chances = "10"

OUTER_SET zswo_fighter_elemental_assignment_chances = "15"
OUTER_SET zswo_mage_arcane_oil_assignment_chances   = "25"

// price configurations
OUTER_SET zswo_price_caustic       = "500"
OUTER_SET zswo_price_gelid         = "500"
OUTER_SET zswo_price_igneous       = "500"
OUTER_SET zswo_price_scintillating = "500"
OUTER_SET zswo_price_arcane        = "1000"
OUTER_SET zswo_price_noxious       = "1200"
OUTER_SET zswo_price_soporific     = "1750"
OUTER_SET zswo_price_sanctified    = "2500"
OUTER_SET zswo_price_profane       = "2500"
OUTER_SET zswo_price_dragonbile    = "3000"
OUTER_SET zswo_price_kuotoa        = "2000"
OUTER_SET zswo_price_dragonbane    = "5000"


//// Pits of Despair store config \\\\

OUTER_SET zswo_pod_patch = "1" // allow the patching

// allow oils to be added to the store
OUTER_SET zswo_pod_allow_caustic       = "1"
OUTER_SET zswo_pod_allow_gelid         = "1"
OUTER_SET zswo_pod_allow_igneous       = "1"
OUTER_SET zswo_pod_allow_scintillating = "1"
OUTER_SET zswo_pod_allow_arcane        = "1"
OUTER_SET zswo_pod_allow_noxious       = "1"
OUTER_SET zswo_pod_allow_soporific     = "1"
OUTER_SET zswo_pod_allow_sanctified    = "1"
OUTER_SET zswo_pod_allow_profane       = "1"
OUTER_SET zswo_pod_allow_dragonbile    = "1"
OUTER_SET zswo_pod_allow_kuotoa        = "1"
OUTER_SET zswo_pod_allow_dragonbane    = "1"

// Amount of oils available in the store
OUTER_SET zswo_pod_caustic_store       = "20"
OUTER_SET zswo_pod_gelid_store         = "20"
OUTER_SET zswo_pod_igneous_store       = "20"
OUTER_SET zswo_pod_scintillating_store = "20"
OUTER_SET zswo_pod_arcane_store        = "15"
OUTER_SET zswo_pod_noxious_store       = "15"
OUTER_SET zswo_pod_soporific_store     = "10"
OUTER_SET zswo_pod_sanctified_store    = "8"
OUTER_SET zswo_pod_profane_store       = "8"
OUTER_SET zswo_pod_dragonbile_store    = "6"
OUTER_SET zswo_pod_kuotoa_store        = "3"
OUTER_SET zswo_pod_dragonbane_store    = "3"
