Atomic Picnic

Atomic Picnic

Multiplayer XP
Alright, real talk: how does the Multiplayer XP math work? If a four-player team starts with 100% (normal) XP each, too easy: everyone gets the same number. What happens when one player raises their XP gain mid-match by 20%? Everyone still seems to get level ups at the same time?

* Does everyone now benefit: 120% each person
* Is it watered down as an average: (100%*3 + 120%)/4
* It is based on the lowest common value (by far the suckiest implementation)
Originally posted by Ashkental:
Originally posted by Jacob Blade:
Alright, real talk: how does the Multiplayer XP math work? If a four-player team starts with 100% (normal) XP each, too easy: everyone gets the same number. What happens when one player raises their XP gain mid-match by 20%? Everyone still seems to get level ups at the same time?

* Does everyone now benefit: 120% each person
* Is it watered down as an average: (100%*3 + 120%)/4
* It is based on the lowest common value (by far the suckiest implementation)

Each player contributes differently to the same XP Pool.
If I get +20% XP = A 10 XP pickup is now 12 XP if I pick it up.
If you get a -20% XP = A 10 XP pickup is now 8 XP if you pick it up.
Also XP in Atomic is a float, so we can have 1.5 XP or broken numbers.
< >
Showing 1-2 of 2 comments
A developer of this app has indicated that this post answers the original topic.
Ashkental  [developer] Dec 6, 2024 @ 9:08am 
Originally posted by Jacob Blade:
Alright, real talk: how does the Multiplayer XP math work? If a four-player team starts with 100% (normal) XP each, too easy: everyone gets the same number. What happens when one player raises their XP gain mid-match by 20%? Everyone still seems to get level ups at the same time?

* Does everyone now benefit: 120% each person
* Is it watered down as an average: (100%*3 + 120%)/4
* It is based on the lowest common value (by far the suckiest implementation)

Each player contributes differently to the same XP Pool.
If I get +20% XP = A 10 XP pickup is now 12 XP if I pick it up.
If you get a -20% XP = A 10 XP pickup is now 8 XP if you pick it up.
Also XP in Atomic is a float, so we can have 1.5 XP or broken numbers.
Last edited by Ashkental; Dec 6, 2024 @ 9:10am
Jacob Blade Dec 7, 2024 @ 9:36am 
Each player contributes differently to the same XP Pool.
If I get +20% XP = A 10 XP pickup is now 12 XP if I pick it up.
If you get a -20% XP = A 10 XP pickup is now 8 XP if you pick it up.
Also XP in Atomic is a float, so we can have 1.5 XP or broken numbers. [/quote]

Excellent break down, thank you!
< >
Showing 1-2 of 2 comments
Per page: 1530 50