Stellaris

Stellaris

~ StarNet AI
gobbibomb 2024 年 4 月 9 日 上午 6:53
starnet.2 event issue for set_flag use country that is ever best
I'm studying your mod (I'm integrating some of your code into my mod to make the ultimate AI), I found that you set a nice flag to understand if the nation has good eco tech or fleet but you also use empires that are necessarily better like an overlord.
I also found some code that can be optimized (which I will tell you in the future as soon as I finish studying it)

In starnet.2 add "NOT = { is_overlord_to = ROOT } " overlord is ever best at 99% of times.
every_relation = { limit = { is_country_type = default }
change in:
every_relation = { limit = { is_country_type = default NOT = { is_overlord_to = ROOT } }
最後修改者:gobbibomb; 2024 年 4 月 9 日 上午 6:58