Stellaris

Stellaris

Enigmatic Tech Return (1.9)
目前顯示第 1-7 項,共 7 項
更新:2017 年 12 月 7 日 @ 下午 7:22

Initial Upload

更新:2017 年 10 月 8 日 @ 下午 10:06

Adjust event "enigmatic_tech_add.2", since machine and hive-mind has their own way.

country_event = { id = enigmatic_tech_add.2 hide_window = yes fire_only_once = yes trigger = { OR = { has_technology = tech_enigmatic_deflector has_technology = tech_enigmatic_power_core has_technology = tech_enigmatic_decoder has_technology = tech_enigmatic_encoder } } mean_time_to_happen = { days = 5 } immediate = { every_country = { limit = { OR = { has_technology = tech_enigmatic_deflector has_technology = tech_enigmatic_power_core has_technology = tech_enigmatic_decoder has_technology = tech_enigmatic_encoder } } if = { limit = { NOT = { has_technology = tech_enigmatic_deflector } } add_research_option = tech_enigmatic_deflector } if = { limit = { NOT = { has_technology = tech_enigmatic_power_core } } add_research_option = tech_enigmatic_power_core } if = { limit = { NOT = { has_technology = tech_enigmatic_decoder } } add_research_option = tech_enigmatic_decoder } if = { limit = { NOT = { has_technology = tech_enigmatic_encoder } } add_research_option = tech_enigmatic_encoder } } } } [/quote]

更新:2017 年 9 月 20 日 @ 上午 2:15

Pre-updated for 1.8.

更新:2017 年 6 月 25 日 @ 下午 10:01

Add one event, if you have finished the event, and researched the tech before using this mod.

###IF YOU HAVE FINISHED THE EVENT, AND RESEARCHED THE TECH### country_event = { id = enigmatic_tech_add.2 hide_window = yes fire_only_once = yes trigger = { has_country_flag = fortress_solved OR = { has_technology = tech_enigmatic_deflector has_technology = tech_enigmatic_power_core has_technology = tech_enigmatic_decoder has_technology = tech_enigmatic_encoder } } mean_time_to_happen = { days = 5 } immediate = { every_country = { limit = { has_country_flag = fortress_solved OR = { has_technology = tech_enigmatic_deflector has_technology = tech_enigmatic_power_core has_technology = tech_enigmatic_decoder has_technology = tech_enigmatic_encoder } } if = { limit = { NOT = { has_technology = tech_enigmatic_deflector } } add_research_option = tech_enigmatic_deflector } if = { limit = { NOT = { has_technology = tech_enigmatic_power_core } } add_research_option = tech_enigmatic_power_core } if = { limit = { NOT = { has_technology = tech_enigmatic_decoder } } add_research_option = tech_enigmatic_decoder } if = { limit = { NOT = { has_technology = tech_enigmatic_encoder } } add_research_option = tech_enigmatic_encoder } } } }

更新:2017 年 6 月 16 日 @ 下午 9:12

Change the update version back to 1.6.

更新:2017 年 6 月 15 日 @ 下午 10:32

Update to 1.7.

更新:2017 年 5 月 12 日 @ 上午 1:39

Here's how it works:

namespace = enigmatic_tech_add country_event = { id = enigmatic_tech_add.1 hide_window = yes fire_only_once = yes trigger = { has_country_flag = fortress_solved } mean_time_to_happen = { days = 5 } immediate = { every_country = { limit = { has_country_flag = fortress_solved } if = { limit = { NOT = { has_tech_option = tech_enigmatic_deflector } } add_research_option = tech_enigmatic_deflector add_tech_progress = { tech = tech_enigmatic_deflector progress = 0.30 } } if = { limit = { NOT = { has_tech_option = tech_enigmatic_power_core } } add_research_option = tech_enigmatic_power_core add_tech_progress = { tech = tech_enigmatic_power_core progress = 0.30 } } if = { limit = { NOT = { has_tech_option = tech_enigmatic_decoder } } add_research_option = tech_enigmatic_decoder add_tech_progress = { tech = tech_enigmatic_decoder progress = 0.30 } } if = { limit = { NOT = { has_tech_option = tech_enigmatic_encoder } } add_research_option = tech_enigmatic_encoder add_tech_progress = { tech = tech_enigmatic_encoder progress = 0.30 } } } } }