it is base power only, regular promotions actually have no effect but level and base promotions do. that is if you give a unit free promotions using firetuner, its power doesn't change, but if you give it experience and grant it promotions that way, then the N increases.
the base N for melee units i already gave... (1.15*base combat strength)^1.5
based on your chart, one level seems to grant an additional 25% floored. i don't know the effect of gold, but i'd expect it's not a per unit thing and just is applied after everything else
exactly
You can add new panel to firetuner from this post
http://www.flickr.com/photos/whoward69/5775260621/sizes/l/in/photostream/
http://forums.2kgames.com/showthread.php?108142-MOD-Live-Tuner-Panels
it is very useful for testing
there are 3 variable regarding units positive modifiers:
unit experience
unit level
unit promotions
all can be modified separately
pNewUnit:SetExperience(iExperience) -> experience
pUnit:SetLevel(iLevel) -> level
unit:SetHasPromotion(4, true); -->drill I
unit:SetHasPromotion(1, true); -->shock I
unit:SetHasPromotion(30, true); -->march
unit:SetHasPromotion(31, true); -->bliz
unit:SetHasPromotion(78, true); --> +1 move
if you get promotion from experience you automatically change unit level
so
if we want to be accurate we should modified our list to:
-unit base power
-current unit level (from experience)
-starting unit promotions (e.g warrior and jaguar both have 6 base power but different n number. I think that it is because additional promotion that jaguar has at start)
-civilization gold amount
-unit HP
Maybe there is 4th variable that describe units but I dont know it.
i don't know the effect of gold, but i'd expect it's not a per unit thing and just is applied after everything else
unfortunately it is per unit based and every n-level has different gold steps
e.g if you have 10 gold:
warrior score will not change because first gold step for 17 level (first warrior level) is 35 gold
but sward score will by 1 levels up because sword (level 44) has 0, 6 ,21 gold steps
see attached file for more data
NOVAL invert mirror map script