Stellaris
Sem avaliações suficientes
Halved Ship cost
   
Premiar
Adic. a Favoritos
Nos Favoritos
Desfavoritar
Tamanho:
Publicado em:
Atualizado em:
4.020 KB
8 dez. 2018 às 21:16
29 dez. 2018 às 19:07
3 notas de alterações ( ver )

Subscreve para transferir
Halved Ship cost

Descrição
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 comentários
Cesarini Gamer 8 mai. 2020 às 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  [autor] 8 mai. 2020 às 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 às 6:01 
update please
ekoparker 24 abr. 2019 às 15:23 
How does this work?
El Broken Pipe  [autor] 29 dez. 2018 às 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 dez. 2018 às 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  [autor] 12 dez. 2018 às 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 dez. 2018 às 14:19 
my var work gyus, try who want

thx avtor Broken Pipe

my note will be stay hear ok?)
mirrom55 12 dez. 2018 às 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  [autor] 8 dez. 2018 às 21:30 
thanks