2025-11-25 04:04:29

This commit is contained in:
actions[bot]
2025-11-25 04:04:29 +00:00
parent cae4bc2ca7
commit a519b263f0
110 changed files with 5920 additions and 4846 deletions

View File

@@ -101,7 +101,7 @@ equipments = {
}
manpower = 600
naval_supremacy_factor = 0.2
naval_dominance_factor = 1
naval_weather_penalty_factor = 1 #this value gets -1 before its used so 1.5 will increase the effects of weather penalties by 0.5. this is base value is required for MIO stat modifiers
#MIO stat modifers will factory by the unmodified stat value so here a 0.5 mio stat modifier would make this ships naval_weather_penalty_factor stat 1.5.
# change this from 1 at your own risk
@@ -115,6 +115,7 @@ equipments = {
can_convert_from = { vnr_ship_hull_civilian_1 }
module_slots = inherit
naval_dominance_factor = 1
}
vnr_ship_hull_civilian_2 = {
@@ -167,6 +168,7 @@ equipments = {
resources = {
steel = 1
}
naval_dominance_factor = 3
}
vnr_ship_hull_civilian_3 = {
@@ -200,5 +202,6 @@ equipments = {
resources = {
steel = 1
}
naval_dominance_factor = 3
}
}