So this is what I'm trying to do. I want to have a modifier that increases empire size by 6% for every planet that an empire owns. That way as your empire grows larger the more it taxes your bureaucracy.
So I'm thinking for doing this by a monthly on_action that counts the number of planets an empire has then applies the necessary modifier. I'm making 100 versions of the modifier for an empire having 1-100 planets.
So how do I create an on_action and event like this?
So I'm thinking for doing this by a monthly on_action that counts the number of planets an empire has then applies the necessary modifier. I'm making 100 versions of the modifier for an empire having 1-100 planets.
So how do I create an on_action and event like this?