module Base
{
    recipe Open Pack of Sanitary Pads
    {
        PISanitaryPadPack,

        Result:PISanitaryPad=20,
        Sound:PutItemInBag,
        Time:5.0,
    }
    recipe Open Pack of Sanitary Pads
    {
        PISanitaryPadBox,

        Result:PISanitaryPad=20,
        Sound:PutItemInBag,
        Time:5.0,
    }
}