adaneslavo / More-Unique-Components-for-VP

Adds 3rd and 4th unique component to each civilization.
1 stars 6 forks source link

Different era scaling between bg and adan part #26

Closed adaneslavo closed 6 years ago

adaneslavo commented 6 years ago

We need to decide on one pattern.

adaneslavo commented 6 years ago

I started changing that. Verify if all is changed.

adaneslavo commented 6 years ago

Check if there's some ability that needs adding such scaler. I added it to few of mine.

adaneslavo commented 6 years ago

I found that: Scaling is : Ancient : x1 Classical : x1 Medieval : x2 Rennaissance : x3 Industrial : x4 Modern : x5 Atomic : x6 Information : x7 so you were partially right. The only thing that needs to be changed now is setting x1 for ancient. But values must be adjusted to starting era for each unit or building.

theazuresoul commented 6 years ago

I'm quite sure that that is the formula I was using. max(1, era), which sets x1 for ancient.

And I have taken starting era into account for each unit and building, and chosen numbers that I felt would give the correct values for their starting era. No values need to be adjusted, as far as I know.

adaneslavo commented 6 years ago

Yeah, but I reverted it yesterday to version from my part becaue values were to high and scaled wrong. I need to revert them now to your code and adjust values.