Have they removed the difficulty levels from the game? Or are they just removed from the demo?
frpe02 said:Have they removed the difficulty levels from the game? Or are they just removed from the demo?
I think that's a "no" to both questions.frpe02 said:Have they removed the difficulty levels from the game? Or are they just removed from the demo?
very_easy_player = {
global_manpower = 0.5
infantry_cost = -0.5
cavalry_cost = -0.5
artillery_cost = -0.5
bigship_cost = -0.5
lightship_cost = -0.5
galley_cost = -0.5
build_cost = -0.5
merchant_cost = -0.5
colonist_cost = -0.5
inflation_reduction = 0.5
global_revolt_risk = -3
}
easy_player = {
global_manpower = 0.25
infantry_cost = -0.25
cavalry_cost = -0.25
artillery_cost = -0.25
bigship_cost = -0.25
lightship_cost = -0.25
galley_cost = -0.25
build_cost = -0.25
merchant_cost = -0.25
colonist_cost = -0.25
inflation_reduction = 0.25
global_revolt_risk = -1
}
hard_player = {
}
very_hard_player = {
land_morale = -0.25
naval_morale = -0.25
}
very_easy_ai = {
land_morale = -0.25
naval_morale = -0.25
}
easy_ai = {
}
hard_ai = {
land_morale = 0.25
naval_morale = 0.25
global_tax_modifier = 0.25
}
very_hard_ai = {
land_morale = 0.5
naval_morale = 0.5
global_tax_modifier = 0.5
}