This commit is contained in:
17
src/common/ideas/az_vnr_patch_extra_ideas.txt
Executable file
17
src/common/ideas/az_vnr_patch_extra_ideas.txt
Executable file
@@ -0,0 +1,17 @@
|
||||
ideas = {
|
||||
country = {
|
||||
az_vnr_extra = {
|
||||
modifier = {
|
||||
navy_visibility = -0.5
|
||||
naval_speed_factor = 1
|
||||
repair_speed_factor = 2
|
||||
navy_screen_attack_factor = 2
|
||||
navy_screen_defence_factor = 2
|
||||
navy_capital_ship_attack_factor = 2
|
||||
navy_capital_ship_defence_factor = 2
|
||||
navy_anti_air_attack_factor = 1
|
||||
industrial_capacity_dockyard = 5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -10,4 +10,83 @@ on_actions = {
|
||||
}
|
||||
}
|
||||
}
|
||||
on_monthly = {
|
||||
effect = {
|
||||
if = {
|
||||
limit = {
|
||||
has_global_flag = modoption_fengkuangai_on
|
||||
}
|
||||
update_ai_combat_bonus = yes
|
||||
update_ai_production_bonus = yes
|
||||
every_country = {
|
||||
limit = {
|
||||
OR = {
|
||||
AND = {
|
||||
is_subject = no
|
||||
is_ai = yes
|
||||
}
|
||||
AND = {
|
||||
is_ai = yes
|
||||
is_subject = yes
|
||||
OVERLORD = {
|
||||
is_ai = yes
|
||||
}
|
||||
}
|
||||
date > 1938.1.1
|
||||
date < 1940.1.1
|
||||
}
|
||||
}
|
||||
add_offsite_building = {
|
||||
type = dockyard
|
||||
level = 2
|
||||
}
|
||||
}
|
||||
every_country = {
|
||||
limit = {
|
||||
OR = {
|
||||
AND = {
|
||||
is_subject = no
|
||||
is_ai = yes
|
||||
}
|
||||
AND = {
|
||||
is_ai = yes
|
||||
is_subject = yes
|
||||
OVERLORD = {
|
||||
is_ai = yes
|
||||
}
|
||||
}
|
||||
date > 1940.1.1
|
||||
date < 1942.1.1
|
||||
}
|
||||
}
|
||||
add_offsite_building = {
|
||||
type = dockyard
|
||||
level = 4
|
||||
}
|
||||
}
|
||||
every_country = {
|
||||
limit = {
|
||||
OR = {
|
||||
AND = {
|
||||
is_subject = no
|
||||
is_ai = yes
|
||||
}
|
||||
AND = {
|
||||
is_ai = yes
|
||||
is_subject = yes
|
||||
OVERLORD = {
|
||||
is_ai = yes
|
||||
}
|
||||
}
|
||||
date > 1942.1.1
|
||||
}
|
||||
}
|
||||
add_offsite_building = {
|
||||
type = dockyard
|
||||
level = 8
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -636,13 +636,6 @@ DOH_AZURLANE_1 = {
|
||||
"镇海"
|
||||
"华甲"
|
||||
"定安"
|
||||
}
|
||||
}
|
||||
DOH_AZURLANE_2 = {
|
||||
name = NAME_THEME_DOH_AZURLANE_2
|
||||
for_countries = { DOH DH1 }
|
||||
type = ship
|
||||
unique = {
|
||||
"逸仙"
|
||||
"肇和"
|
||||
"应瑞"
|
||||
|
||||
Reference in New Issue
Block a user