Doc fix.
This commit is contained in:
parent
57bea595cd
commit
f12043a1f1
1 changed files with 2 additions and 2 deletions
|
@ -94,8 +94,8 @@ int land_max_interdiction_range = 8;
|
|||
|
||||
double mission_mob_cost = 0.0; /* Cost is percentage of max mob */
|
||||
|
||||
double unit_damage = 0.30; /* Units take this % of normal damage */
|
||||
double people_damage = 1.00; /* Civs/Mil/Uw take this % of normal damage */
|
||||
double unit_damage = 0.30; /* Units take this fraction of normal damage */
|
||||
double people_damage = 1.00; /* Civs/mil/uw take this fraction of damage */
|
||||
double collateral_dam = 0.10; /* Side effect damage to sector */
|
||||
double assault_penalty = 0.50; /* attack factor for para & assault troops */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue