This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
heritage [2019/09/11 13:36] 188.152.123.92 |
heritage [2019/09/11 13:49] (current) 188.152.123.92 |
||
|---|---|---|---|
| Line 7: | Line 7: | ||
| You earn HP through [[:abdication|abdications]] and [[:ascension|ascensions]] at certain populations. Note: It's the actual population which is used, max population is not taken into consideration. | You earn HP through [[:abdication|abdications]] and [[:ascension|ascensions]] at certain populations. Note: It's the actual population which is used, max population is not taken into consideration. | ||
| + | Once the village have more than 50 population you will be awarded 1 xp for each additional villager. | ||
| + | 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 ) { | ||