This commit is contained in:
FA507RM-KALOSPA\Kalo 2023-05-24 18:05:20 +08:00
parent 3b2cbe14fc
commit 0041ac8720
3 changed files with 35 additions and 0 deletions

View File

@ -170,5 +170,6 @@ on_ship_destroyed_perp = {
events = {
rg_skill.11
rg_story.10
rg_story.22
}
}

View File

@ -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

View File

@ -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
@ -726,3 +727,33 @@ country_event = {
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 }
}
}
}