2024-11-25 23:44:32
This commit is contained in:
@@ -399,8 +399,8 @@ MTG_naval_treaties = {
|
||||
modifier = {
|
||||
NOT = {
|
||||
OR = {
|
||||
TAG = HUJ
|
||||
TAG = BYG
|
||||
tag = HUJ
|
||||
tag = BYG
|
||||
}
|
||||
}
|
||||
factor = 0
|
||||
@@ -526,8 +526,8 @@ MTG_naval_treaties = {
|
||||
modifier = {
|
||||
NOT = {
|
||||
OR = {
|
||||
TAG = HUJ
|
||||
TAG = BYG
|
||||
tag = HUJ
|
||||
tag = BYG
|
||||
}
|
||||
}
|
||||
factor = 0
|
||||
|
||||
@@ -39,7 +39,7 @@ navy_rework_category = {
|
||||
allowed = {
|
||||
OR = {
|
||||
tag = DOH
|
||||
tag = DH1
|
||||
tag = DOH
|
||||
}
|
||||
}
|
||||
complete_effect = { set_global_flag = naval_lore_gui_show }
|
||||
@@ -50,9 +50,13 @@ navy_rework_category = {
|
||||
complete_effect = { set_global_flag = naval_lore_gui_show }
|
||||
}
|
||||
|
||||
# not needed anymore
|
||||
# ship_hull_description = {
|
||||
# icon = generic_naval
|
||||
# complete_effect = { FROM = { country_event = naval_lore.0 } }
|
||||
# }
|
||||
show_intro_panel = {
|
||||
visible = {
|
||||
NOT = { has_global_flag = navy_rework_splash_show }
|
||||
}
|
||||
complete_effect = {
|
||||
set_global_flag = navy_rework_splash_show
|
||||
set_variable = { navy_rework_welcome_splash_variable = 1 }
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -125,4 +125,21 @@ navy_rework_category = {
|
||||
factor = 1
|
||||
}
|
||||
}
|
||||
|
||||
add_km_never_built_blueprints = {
|
||||
allowed = {
|
||||
tag = TIX
|
||||
}
|
||||
available = {
|
||||
num_of_naval_factories > 0
|
||||
}
|
||||
cost = 50
|
||||
fire_only_once = yes
|
||||
complete_effect = {
|
||||
km_never_built_blueprints = yes
|
||||
}
|
||||
ai_will_do = {
|
||||
factor = 0
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user