VERSION = 1,

option PFOLootDrop_Normal
{
    type = double,
    min = 0,
    max = 9999,
    default = 0.3,
    page = PFOCommonDropRate,
    translation = PFOCommonDropRate,
}

option PFOLootDrop_Rare
{
    type = double,
    min = 0,
    max = 9999,
    default = 0.2,
    page = PFORareDropRate,
    translation = PFORareDropRate,
}

option PFOLootDrop_Mega
{
    type = double,
    min = 0,
    max = 9999,
    default = 0.1,
    page = PFOMegaRareDropRate,
    translation = PFOMegaRareDropRate,
}

option PFOLootDrop_AWCWFParts
{
    type = double,
    min = 0,
    max = 9999,
    default = 0.2,
    page = PFOAWCWFPartsDropRate,
    translation = PFOAWCWFPartsDropRate,
}

option AWCWFAmmoSystem_BoxTypes
{
    type = double,
    min = 0,
    max = 9999,
    default = 0.3,
    page = AWCWFAmmoSystem,
    translation = AWCWFAmmoSystem,
}

option AWCWFAmmoSystem_Cartridge
{
    type = double,
    min = 0,
    max = 9999,
    default = 0.1,
    page = AWCWFAmmoSystemCartridge,
    translation = AWCWFAmmoSystemCartridge,
}








