Stellaris

Stellaris

Ikke nok vurderinger
Halved Ship cost
   
Utmerkelse
Favoritt
Favoritter
Fjern som favoritt
Filstørrelse
Lagt ut
Oppdatert
4.020 KB
8. des. 2018 kl. 21.16
29. des. 2018 kl. 19.07
3 endringslogger ( vis )

Abonner for å laste ned
Halved Ship cost

Beskrivelse
The new ship costs seem a bit high, so I thought to make a very simple mod to halve ship build cost through making a policy.

12/9/2018. 3:11 PM - Specifically, 50% build cost of the four main ships. All empires should get the policy. There is no option to change this, its a policy with one option. 50% corvettes, battleships, cruisers, and destroyers. There is also no localization. If you have any problems or issues, please comment and I will try my best to ammend them, though I promise nothing as I am more used to Victoria 2 modding than Stellaris (they are similar in structure, but vastly different in commands, triggers, and effects).
11 kommentarer
Cesarini Gamer 8. mai 2020 kl. 13.02 
give it no problem, first is the university and then the other also comes close to 2.7 that will surely screw up the game
El Broken Pipe  [skaper] 8. mai 2020 kl. 11.37 
@Cesar199624

I'll add it on my todo list and create it as a separate mod as to allow for choice between the various versions. Might be a few days, university keeps me busy.
Cesarini Gamer 8. mai 2020 kl. 6.01 
update please
ekoparker 24. apr. 2019 kl. 15.23 
How does this work?
El Broken Pipe  [skaper] 29. des. 2018 kl. 19.19 
@mirrom55

I have changed the modifier section to this:
starbase_shipyard_build_cost_mult = -0.25
ship_corvette_cost_mult = -0.25
ship_destroyer_cost_mult = -0.25
ship_cruiser_cost_mult = -0.25
ship_battleship_cost_mult = -0.25
So you can change the build cost of titans as well as other ship types.
mirrom55 25. des. 2018 kl. 22.16 
@El Broken Pipe Hello dude! why i dont may add in script???
ship_titan_cost_mult = 2
in politic only 4 classes in game
i have apo ofc
thx
El Broken Pipe  [skaper] 12. des. 2018 kl. 18.57 
C:\Users\[USER]\Documents\Paradox Interactive\Stellaris\mod\husc\common\policies


hsc_building_ship_cost = {
option = {
name = "cannot wait"
modifier = {
ship_corvette_cost_mult = -0.5
ship_destroyer_cost_mult = -0.5
ship_cruiser_cost_mult = -0.5
ship_battleship_cost_mult = -0.5
}
}

@mirrom55
If you want +250%, replace the "-0.5" with simply "2.5". The "-" is the indicator of whether or not the value is positive or negative, if there is a "-" then the game sees it as negative and if there is no "-" then the game sees it as positive.
mirrom55 12. des. 2018 kl. 14.19 
my var work gyus, try who want

thx avtor Broken Pipe

my note will be stay hear ok?)
mirrom55 12. des. 2018 kl. 12.48 
Man please help me made cost +250% military ships
I see


hsc_building_ship_cost = {
option = {
name = "cannot wait"
modifier = {
ship_corvette_cost_mult = +2.5
ship_destroyer_cost_mult = +2.5
ship_cruiser_cost_mult = +2.5
ship_battleship_cost_mult = +2.5
}
}

but in game -50
El Broken Pipe  [skaper] 8. des. 2018 kl. 21.30 
thanks