Compare commits

..

1 Commits
1.4.3 ... 1.4.5

Author SHA1 Message Date
Vasyl Horbachenko
63da350223 armor balance tweaks 2018-10-23 04:04:30 +03:00
2 changed files with 8 additions and 8 deletions

View File

@@ -85,14 +85,14 @@ PRICES = {
C_130: 8,
# armor
Armor.APC_BTR_80: 4,
Armor.MBT_T_55: 6,
Armor.MBT_T_80U: 8,
Armor.MBT_T_90: 10,
Armor.APC_BTR_80: 12,
Armor.MBT_T_55: 14,
Armor.MBT_T_80U: 18,
Armor.MBT_T_90: 20,
Armor.ATGM_M1134_Stryker: 4,
Armor.MBT_M60A3_Patton: 6,
Armor.MBT_M1A2_Abrams: 9,
Armor.ATGM_M1134_Stryker: 12,
Armor.MBT_M60A3_Patton: 14,
Armor.MBT_M1A2_Abrams: 18,
Unarmed.Transport_UAZ_469: 3,
Unarmed.Transport_Ural_375: 3,

View File

@@ -20,7 +20,7 @@ FRONTLINE_CAS_FIGHTS_COUNT = 4, 8
FRONTLINE_CAS_GROUP_MIN = 1, 2
FRONTLINE_CAS_PADDING = 12000
FIGHT_DISTANCE = 1500
FIGHT_DISTANCE = 3500
class ArmorConflictGenerator: