Anyone been able to figure out what the culture benefit of Expulsion is

It quickly became clear that the income aspect of the Advent Rebel research expulsion was +20% income.  But has anyone been able to figure out exactly what sort of culture boost Expulsion grants when the last enemy ship leaves the planet's gravity well?

 


Also has anyone worked out about how long said buffs last?

5,788 views 6 replies
Reply #1 Top

Wait nevermind. I'll go in game and see if I can find out myself.

Reply #2 Top

Quoting MayallCommunion, reply 1
Expulsion
End of MayallCommunion's quote

It is a 20% buff to culture and tax for 150 seconds..

entityModifier
    buffEntityModifierType "CultureSpread"
    value
        Level:0 0.200000
        Level:1 0.200000
        Level:2 0.200000
        Level:3 0.200000
entityModifier
    buffEntityModifierType "PlanetTaxRate"
    value
        Level:0 0.200000
        Level:1 0.200000
        Level:2 0.200000
        Level:3 0.200000

    finishConditionType "TimeElapsed"
    time
        Level:0 150.000000
        Level:1 150.000000
        Level:2 150.000000
        Level:3 150.000000

Reply #3 Top

Quoting Yottsu, reply 2

Quoting MayallCommunion, reply 1Expulsion

It is a 20% buff to culture and tax for 150 seconds..

entityModifier
    buffEntityModifierType "CultureSpread"
    value
        Level:0 0.200000
        Level:1 0.200000
        Level:2 0.200000
        Level:3 0.200000
entityModifier
    buffEntityModifierType "PlanetTaxRate"
    value
        Level:0 0.200000
        Level:1 0.200000
        Level:2 0.200000
        Level:3 0.200000

    finishConditionType "TimeElapsed"
    time
        Level:0 150.000000
        Level:1 150.000000
        Level:2 150.000000
        Level:3 150.000000

End of Yottsu's quote

 

Excellent, thanks for the info.

 

On a side note, how exactly do you get this information; any of the number fields I see when I open files in the gameinfo folder with notepad are just gibberish rather then actual numbers.

Reply #4 Top

I'm assuming they're using a text binner.

Reply #5 Top

Quoting Volt_Cruelerz, reply 4
I'm assuming they're using a text binner.
End of Volt_Cruelerz's quote

I am using the convertData.exe. Each time that the game gets an update, I just throw the lot of the .entity files into a folder and convert them all in one go.

Reply #6 Top

Interesting way to react to updates. I just fire up the game and play... well to each his own I guess ;).