More XP per level difference

If I want my character to gain more XP the higher the level difference between Character and Monster which part of the formula should I change and how:

((((monsterLevel * 12.75 - (averagePartyLevel * averagePartyLevel / 50)) + ((monsterLevel - averagePartyLevel) * (averagePartyLevel / 1.12))) * 0.12) * (1 + (monsterExperience / 100)) + 3) * 1.1

already the case so i assume you want that to be steeper. lower the highlighted value (librecalc/excel is your friend - :nauseated_face: - can’t believe i typed that):

((((monsterLevel * 12.75 - (averagePartyLevel * averagePartyLevel / 50)) + ((monsterLevel - averagePartyLevel) * (averagePartyLevel / 1.12))) * 0.12) * (1 + (monsterExperience / 100)) + 3) * 1.1

using 0.82 for monster level 70 vs party level 50 and monster experience of 100 that gives you 547 instead of 461 xp (50 vs 50 it is the same 158, 60 vs 50 it is 353 over 309).