[Feature Request] Mob life multiplier for each player
Multiply the life of each mob by a value of the configurator's choice for each player present.
There are 5 players and the multiplier is 0.5 and the mobs have 100hp.
FINAL_HP = BASE_HP * (MULTIPLIER * NUM_PLAYERS) FINAL_HP = 100 * (0.5 * 5) = 250hp