Logo Platform
logo amplifiers simplified

some mods i would like to create about cravers and Vodyani, need some help

Reply
Copied to clipboard!
7 years ago
Jan 24, 2018, 11:38:38 AM

I would like to change the essence needed to build an ark from 800 to 500, and modify the slave Drivers of cravers from -10 Approval per enslaved population to -5 Approval per enslaved population.


is it possible? I could not find the file related to these data. 


0Send private message
7 years ago
Jan 24, 2018, 4:27:11 PM

Hey a3a3311o!


The current cost of the Vodyani Ark is based on its hull, and is equal to the maximum of the Essence stock:

<CustomCost Instant="true" ResourceName="EmpireLifeforce">Property(StockLocation,@'../ClassEmpire',MaximumEmpireLifeforceStock)</CustomCost>

You can modify this formula by overriding the HullDefinition HullLarge00Vampirilis.

Look at HullDefinitions[Vampirilis].xml in the game's files for more info.

0Send private message
7 years ago
Jan 24, 2018, 4:30:55 PM

For the enslaved population maluses, you'll have to look at SimulationDescriptors[Population].xml:

    <SimulationDescriptor Name="PopulationParasitedPlanet" Type="PopulationParasite">
        <Modifier TargetProperty="ParasitedPopulation" Operation="Addition" Value="$(PopulationCount)" Path="../ClassColonizedPlanet"/>
        <BinaryModifier TargetProperty="Happiness"     Operation="Subtraction" Left="10" BinaryOperation="Multiplication" Right="$(PopulationCount)" Path="../ClassColonizedStarSystem"/>

        <Modifier TargetProperty="BonusPopulationFIDSPercent"     Operation="Addition" Value="1" Path="ClassPopulationPlanet"/>
    </SimulationDescriptor>

Override this SimulationDescriptor, and you can change any of its effects on the population.

0Send private message
0Send private message
?

Click here to login

Reply
Comment

Characters : 0
No results
0Send private message