暂存
This commit is contained in:
@@ -121,6 +121,35 @@ rg_create_gray_mod1_testship_1 = {
|
||||
}
|
||||
}
|
||||
|
||||
rg_create_gray_mod1_testship_2 = {
|
||||
create_fleet = {
|
||||
name = "NAME_RG_TESTSHIP"
|
||||
settings = {
|
||||
can_disband = yes
|
||||
can_upgrade = no
|
||||
can_change_composition = no
|
||||
can_change_leader = no
|
||||
uses_naval_capacity = no
|
||||
spawn_debris = no
|
||||
}
|
||||
effect = {
|
||||
set_owner = root
|
||||
create_ship = {
|
||||
name = "NAME_RG_TESTSHIP"
|
||||
design = "RG_Buff_interdictor"
|
||||
prefix = no
|
||||
upgradable = no
|
||||
}
|
||||
set_location = {
|
||||
target = root.capital_scope
|
||||
distance = 0
|
||||
angle = random
|
||||
}
|
||||
set_fleet_flag = rg_test_ship_fleet
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rg_create_fake_dragon_species = {
|
||||
create_species = {
|
||||
name = RG_SIMULATION_DRAGON_SPECIES
|
||||
|
||||
@@ -481,6 +481,56 @@ situation_rg_gray_mod2 = {
|
||||
}
|
||||
monthly_progress = {
|
||||
base = 0.1
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_1_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_1_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_2_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_1_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_4_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_3_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_5_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_3_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_6_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_7_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_8_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_9_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_10_booster
|
||||
}
|
||||
modifier = {
|
||||
add = 0.05
|
||||
desc = situation_rg_gray_mod2_stage_2_booster_tooltip
|
||||
has_situation_flag = situation_rg_gray_mod2_stage_11_booster
|
||||
}
|
||||
}
|
||||
abort_trigger = {
|
||||
|
||||
|
||||
@@ -35,3 +35,78 @@ special_project = {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
special_project = {
|
||||
key = "rg_gray_mod2_stage1_project"
|
||||
cost = 2000
|
||||
#days_to_research = 300
|
||||
tech_department = physics_research
|
||||
icon = "gfx/interface/icons/situation_log/situation_log_main_quest.dds"
|
||||
picture = GFX_evt_l-gateway
|
||||
event_scope = country_event
|
||||
requirements = {
|
||||
}
|
||||
on_start = {
|
||||
owner = {
|
||||
random_situation = {
|
||||
limit = {
|
||||
is_situation_type = situation_rg_gray_mod2
|
||||
}
|
||||
set_situation_locked = yes
|
||||
set_situation_flag = locked
|
||||
set_situation_flag = rg_stage6_locked
|
||||
}
|
||||
}
|
||||
}
|
||||
on_cancel = {
|
||||
owner = {
|
||||
}
|
||||
}
|
||||
on_success = {
|
||||
owner = {
|
||||
random_situation = {
|
||||
limit = {
|
||||
is_situation_type = situation_rg_gray_mod2
|
||||
}
|
||||
set_situation_flag = situation_rg_gray_mod2_stage_1_booster
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
special_project = {
|
||||
key = "rg_gray_mod2_stage4_project"
|
||||
cost = 2000
|
||||
#days_to_research = 300
|
||||
tech_department = engineering_research
|
||||
icon = "gfx/interface/icons/situation_log/situation_log_main_quest.dds"
|
||||
picture = GFX_evt_l-gateway
|
||||
event_scope = country_event
|
||||
requirements = {
|
||||
}
|
||||
on_start = {
|
||||
owner = {
|
||||
random_situation = {
|
||||
limit = {
|
||||
is_situation_type = situation_rg_gray_mod2
|
||||
}
|
||||
set_situation_locked = yes
|
||||
set_situation_flag = locked
|
||||
set_situation_flag = rg_stage6_locked
|
||||
}
|
||||
}
|
||||
}
|
||||
on_cancel = {
|
||||
owner = {
|
||||
}
|
||||
}
|
||||
on_success = {
|
||||
owner = {
|
||||
random_situation = {
|
||||
limit = {
|
||||
is_situation_type = situation_rg_gray_mod2
|
||||
}
|
||||
set_situation_flag = situation_rg_gray_mod2_stage_4_booster
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user