Adds each modifier's amount to the base value.
For example, with a base of 3, and 2 modifiers, with values 2 and 4 respectively, the total would be 9, because 3 + 2 + 4 = 9.
Applies this operation to the given base value, modifying it with the given modifiers, and returns the result.