2024-09-12 16:30:47
All checks were successful
sync / build (push) Successful in 47s

This commit is contained in:
actions[bot]
2024-09-12 16:30:47 +00:00
parent 49fc5bdf1a
commit 9182790ccd
19 changed files with 314 additions and 17 deletions

View File

@@ -535,4 +535,24 @@ leader_traits = {
conversion_cost_civ_to_mil_factor = -0.25
conversion_cost_mil_to_civ_factor = -0.25
}
trait_jianye = {
random = no
supply_consumption_factor = -0.5
critical_receive_chance = -0.25
org_loss_at_low_org_factor = -0.05
}
trait_ruihe = {
random = no
land_reinforce_rate = 0.05
army_attack_factor = 0.05
air_cas_efficiency = 0.25
air_cas_present_factor = 0.1
}
trait_yunxian = {
random = no
naval_torpedo_hit_chance_factor = 0.05
army_speed_factor = 0.1
army_armor_attack_factor = 0.1
army_artillery_attack_factor = 0.1
}
}