realgray-stellaris-mod/common/special_projects/RG_story_special_projects.txt

38 lines
619 B
Plaintext
Raw Normal View History

special_project = {
key = "RG_FAKE_DRAGON_SCAN_PROJECT"
#cost = 2000
days_to_research = 300
#tech_department = society_research
icon = "gfx/interface/icons/situation_log/situation_log_main_quest.dds"
picture = GFX_evt_space_dragon
event_scope = ship_event
requirements = {
shipclass_science_ship = 1
leader = scientist
}
on_start = {
2023-06-08 13:11:05 +08:00
owner = {
country_event = {
id = rg_story.13
}
}
}
on_cancel = {
2023-06-08 13:11:05 +08:00
owner = {
country_event = {
id = rg_story.14
}
}
}
on_success = {
2023-06-08 13:11:05 +08:00
this = {
set_event_locked = no
}
owner = {
2023-06-08 13:11:05 +08:00
country_event = {
id = rg_story.15
}
}
2023-06-08 13:11:05 +08:00
}
}