EDIT
* * * * * 6 votes

Secret of Electrum and Score Gaining

by Xenocidius on December 18, 2011

in Articles

Most people know basic things about electrum gain – you get 40 electrum for an EM against AI3, 120 for an EM against a False God, etc. Not many know the details of electrum gain behind PvP or Arena though, and even fewer know anything about how score is gained.

I have looked into the mechanics and formulas behind how much electrum and score is gained for a win. Here is what I have found.

Note that you gain back the score and electrum you lost when you entered the match before these formulas are applied.

Level 0: Trainer

Electrum: 1
Score: 1

EM

Gain an extra 1 electrum.
Gain no extra score.

Level 1: Random

Electrum: 1 + round-down(HP / 25)
Score: 1 + round-down(HP / 25)

EM

Double electrum gained.
Gain 5 extra score.

Level 2: Normal

Electrum: 5 + round-down(HP / 20)
Score: 5 + round-down(HP / 20)

EM

Double electrum gained.
Gain 10 extra score.

Level 3: Elder

Electrum: 10 + round-down(HP / 10)
Score: 10 + round-down(HP / 10)

EM

Double electrum gained.
Gain 15 extra score.

Level 4: Arena

‘bonus’ is the base reward of the league that you win against.

However, if the deck is rank 4-9, bonus is doubled.
If the deck is rank 3, bonus is multiplied by 6.
If the deck is rank 2, bonus is multiplied by 8.
If the deck is rank 1, bonus is multiplied by 10.

Electrum: -5 + round-down(bonus / 2 + bonus * (HP / 200))
Score: -5 + round-down(bonus / 2 + bonus * (HP / 200))

EM

Double electrum gained.
Gain 20 extra score.

Level 5: Half-Blood

Electrum: 15 + round-down(HP / 4)
Score: 15 + round-down(HP / 4)

EM

Double electrum gained.
Gain 25 extra score.

Level 6: False God

Electrum: 35 + round-down(HP / 4)
Score: 65 + round-down(HP / 4)

EM

Double electrum gained.
Gain 30 extra score.

PvP 1

uberfactor = (your score - opponent's score) / (absolute(your score) + absolute(opponent's score))

Electrum: 60 + round-down(35 * (1 – uberfactor))
Score: 60 + round-down(35 * (1 – uberfactor))

EM

Gain 20 extra electrum.
Gain 20 extra score.

PvP 2

uberfactor = (your score - opponent's score) / (absolute(your score) + absolute(opponent's score))

Electrum: 100 + round-down(35 * (1 – uberfactor))
Score: 100 + round-down(35 * (1 – uberfactor))

EM

Gain 30 extra electrum.
Gain 30 extra score.

Post Revisions:

Want to help out the Elements community by posting awesome new articles or editing existing ones? Please read Basic Wiki Editing Tutorials to get you started. Thanks for your help!