Stellaris

Stellaris

评价数不足
MassiveCraters - Calamitous Birth 3.4.3
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
426.567 KB
2022 年 5 月 27 日 下午 12:19
1 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
MassiveCraters - Calamitous Birth 3.4.3

描述
MassiveCraters - Calamitous Birth

Rebalances the Calamitous Birth origin available to Lithoids.
When colonizing with the Meteorite Colony ships the colonies gain the same Massive Crater planetary feature as the capital gains without mods. It adds mining districts but remove agricultural ones.


Regarding midgame changes to your modlist:
Planets already colonized with the Meteorite Colony ships will not gain the Massive Crater planetary feature if you activate this mod afterwards.
Planets colonized with the Meteorite Colony ships while this mod is active will not lose the Massive Crater planetary feature if you deactivate this mod afterwards.



This mod is not compatible with others that makes changes to ..\Stellaris\events\origin_events_3.txt as the last one loaded will overwrite the changes from the first mod(s).
2 条留言
iru  [作者] 2022 年 6 月 1 日 上午 2:24 
I haven't tried it myself, but the code trigger should stop that with the "NOT = { has_modifier = lithoid_crater".
Shout if you still has the problem, if you do I can add
NOT = { has_deposit = d_lithoid_crater } to the trigger and see if that stops your bug.

#Lithoid origin
planet_event = {
id = origin.3010
hide_window = yes

is_triggered_only = yes

trigger = {
exists = FROM
FROM = { is_ship_size = lithoid_colonizer}
NOT = { has_modifier = lithoid_crater }
}

immediate = {
add_deposit = d_lithoid_crater
add_deposit = d_buried_lithoids
add_deposit = d_buried_lithoids
add_modifier = { modifier = lithoid_crater }
}
}
travellersside 2022 年 5 月 28 日 上午 4:41 
Having done something like this when the lithoids came out, I have to ask, have you tested what happens when you colonise a world, remove the colonists and abandon it all, then recolonise. Do you still get multiple craters, and a stacking penalty to habitability?