diff --git a/common/on_actions/RG_on_actions.txt b/common/on_actions/RG_on_actions.txt index 87e5199..202f073 100644 --- a/common/on_actions/RG_on_actions.txt +++ b/common/on_actions/RG_on_actions.txt @@ -170,5 +170,6 @@ on_ship_destroyed_perp = { events = { rg_skill.11 rg_story.10 + rg_story.22 } } \ No newline at end of file diff --git a/common/traits/!_RG_gray_goo_traits.txt b/common/traits/!_RG_gray_goo_traits.txt index 5d6a118..cb2ea6e 100644 --- a/common/traits/!_RG_gray_goo_traits.txt +++ b/common/traits/!_RG_gray_goo_traits.txt @@ -321,6 +321,9 @@ RG_leader_trait_admiral_fake_dragon = { COUNCIL = no TIER = none } + self_modifier = { # 不知道什么时候专属特质加100%经验率已经变成国际公约力 + species_leader_exp_gain = 1 + } modifier = { ship_armor_mult = 0.3 ship_hull_mult = 0.2 diff --git a/events/RG_story_event.txt b/events/RG_story_event.txt index ce8807d..f18bfa7 100644 --- a/events/RG_story_event.txt +++ b/events/RG_story_event.txt @@ -693,6 +693,7 @@ event = { set_age = 0 } event_target:rg_fake_dragon_owner = { + set_country_flag = rg_fake_dragon_reborn_country set_variable = { which = rg_fake_dragon_timedlife_counter value = 0 @@ -725,4 +726,34 @@ country_event = { name = rg_story.21.a default_hide_option = yes } +} + +# 龙噶了把所有卡住的的模拟龙扫描事件中止 +country_event = { + id = rg_story.22 + hidden_window = yes + is_triggered_only = yes + + trigger = { + from = { + is_country_type = guardian_dragon + NOR = { + has_country_flag = rubricator_dragon_country + has_country_flag = here_be_the_dragon + } + } + #fromfromfrom = { + # has_fleet_flag = dragon_fleet + #} + } + + immediate = { + every_country = { + limit = { + has_special_project = RG_FAKE_DRAGON_SCAN_PROJECT + } + abort_special_project = { RG_FAKE_DRAGON_SCAN_PROJECT } + } + } + } \ No newline at end of file