This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
heritage [2019/09/11 13:40] 188.152.123.92 |
heritage [2019/09/11 13:49] (current) 188.152.123.92 |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| The cost in xp of the next heritage point is 20+2*n with n equal to the total of hp owned. | The cost in xp of the next heritage point is 20+2*n with n equal to the total of hp owned. | ||
| + | |||
| + | hp_cost_in_xp = 20 + 2 * current_hp | ||
| + | |||
| + | xp_awarded = pop - hp_cost_in_xp_awarded_in_current_run - 50 | ||
| calculateHeritagePoints( removeXP = false ) { | calculateHeritagePoints( removeXP = false ) { | ||