I tend to think length should be proportionate to broadness of usage within the file/project
If it's used in lots of places, go for MAXIMUM_MONSTER_DENSITY_SCORE_MULTIPLIER
If it's used in a single file/function, then maxDensityMultiplier might be okay. (You can infer the rest from context).
If it's used in a very confined section, then multiplier.
If it's a loop variable then, sure use m.