Himeko Sutori

Himeko Sutori

Not enough ratings
Passive Experience Bonus
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
174.588 KB
Aug 27, 2021 @ 12:16am
Aug 28, 2021 @ 12:40am
2 Change Notes ( view )

Subscribe to download
Passive Experience Bonus

Description
Overview
This mod lets your characters under level 20 passively learn from other members of their army. Under-level-20 characters get bonus exp at the end of each battle, regardless of whether they participated in the battle or not.

This mod is compatible with the Combat Experience Bonus mod!

Purpose
This mod is meant to reduce the late game grind around training new recruits in an already large and established army.

Dependencies
This mod uses Core Mod to detect when battles end. In the Mod Loader, make sure that Core Mod is higher on the list than this mod.

How does this work?
The amount of bonus exp gained is tied to army size. The bigger the army, the more low level characters benefit.

The total amount of bonus exp gained is also inversely proportionate to level. In other words, a level 1 character will gain more bonus XP than a level 19 character.

The formula being used is:

ArmyPawn.XPAdded = int((ArmySize * ((20 - ArmyPawn.CharacterLevel) * 0.05)) + Min(ArmySize, 20));

Example XP Table

Character Level
Army Size
Bonus Exp Granted to Character After Battle
1
5
9
10
5
7
19
5
5
1
25
43
10
25
32
19
25
21
1
100
115
10
100
70
19
100
25
20+
Any
0

Installation
After subscribing to this mod, remember to also enable it in your Mod Loader. There is a quick guide on how to do it here: https://steamcommunity.com/sharedfiles/filedetails/?id=2591291043