Stellaris
Оценок: 87
Planet Specialising Edicts (2.0/2.1)
   
Наградить
В избранное
В избранном
Удалить
Gameplay
Метки: Planets, Edicts
Размер файла
Добавлен
Изменён
1.426 KB
5 мар. 2018 г. в 12:00
25 мая. 2018 г. в 10:30
Обновлений: 3 (просмотреть)

Подпишитесь, чтобы загрузить
Planet Specialising Edicts (2.0/2.1)

Описание
Because I like planet edicts and specialising planets.

I've no idea why planet edicts were removed and changed into empire edicts either. So I did some new ones for planets.

Each edict has a base cost of 100 influence and base duration of 50 years.

Each provides a boost to the appropriate production, and a penalty to other production.


I'll update the following blurb when I have a moment to check localisation:
Industrial Focus requires a Mineral Processing Plant (I or II) or Hab Mining thingy on the planet.
Energy Focus requires an Energy Hub/Nexus thingy or Hab Solar Power Plant thingy.
Agricultural Focus requires a Hydroponics Farm or Hab Agri thingy.
Research Focus requires level 2 specialised research facility or Hab Science thingy.

All the edicts are mutually exclusive. Once you pick a specialisation, you are stuck with it for 50 years. No backsies. Click the right one.

The AI does use these intelligently.

COMPATIBILITY
Built against Stellaris v2.0.1. Works fine with v2.1.
Does not modify any vanilla files.
Should be fine with a current save-game.
Does not need AlphaMod. Will work with AlphaMod. Not included in AlphaMod.
Not Ironman achievement compatible.

Want to say thanks for the mods I make? Clicky one and cheers for your consideration!
[paypal.me]
[www.patreon.com]
Комментариев: 37
Team4star 27 дек. 2018 г. в 21:18 
awesome thanks for the quick reply. Love your mods
AlphaAsh  [создатель] 27 дек. 2018 г. в 2:54 
They're dead. Wiz.
Team4star 26 дек. 2018 г. в 22:20 
Hey Ash are these 3 mods planned to be updated to 2.2 or they dead? Just wondering cuz I have em in a pack and want to know if it's worth keeping them in the pack or just pull em out?
Khaosius 31 авг. 2018 г. в 14:40 
Rip. Would it be possible to create one easily? I've found that I passionately hate sectors but don't want to micromanage 20+ planets. Any suggestions?
AlphaAsh  [создатель] 31 авг. 2018 г. в 1:47 
Sorry, nope.
Khaosius 30 авг. 2018 г. в 22:54 
@alphaash Hey mate, just found your mod collection. Do you have anything that would make planets auto build without being in a sector?
AlphaAsh  [создатель] 31 мая. 2018 г. в 23:41 
I'm aware. Already done.
TechSY730 31 мая. 2018 г. в 17:18 
I know you have updated the version number to 2.1, but I just want to make sure you are aware of a breaking scripting change in 2.1 the developers didn't do a good job letting modders about:
https://forum.paradoxplaza.com/forum/index.php?threads/dev-team-2-1-0-documentation-if-else_if-else.1100202

Your scripts may be doing the wrong thing silently if you need to update them.
Velaroz 17 мая. 2018 г. в 15:05 
PFFFT

Yeah, fanatic spiritualist is why it got me there. Didn't know that was a limiter. XD Good to know, and makes a bit of sense.
AlphaAsh  [создатель] 17 мая. 2018 г. в 14:56 
Or you're playing Fan Spiritualist.

potential = {
not = { has_edict = industrial_focus }
not = { has_edict = agricultural_focus }
not = { has_edict = energy_focus }
or = {
has_building = building_engineering_facility_2
has_building = building_engineering_facility_3
has_building = building_engineering_facility_4
has_building = building_physics_lab_2
has_building = building_physics_lab_3
has_building = building_physics_lab_4
has_building = building_biolab_2
has_building = building_biolab_3
has_building = building_biolab_4
has_building = building_hab_laboratory_module
}
owner = {
NOT = { has_ethic = ethic_fanatic_spiritualist }
}
}