mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- Added external parameter CounterAttackGroupSize to DifficultySettings.xml for counter attack strength. This replaces the old hard coded value. Requires GameDir >= 2363!
- Changed counter attack elite soldier distribution to replace regulars just like the rest of the code handles elites. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@8396 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -16,7 +16,7 @@ enum
|
||||
DIF_LEVEL_MEDIUM,
|
||||
DIF_LEVEL_HARD,
|
||||
DIF_LEVEL_INSANE,
|
||||
MAX_DIF_LEVEL = 15,
|
||||
MAX_DIF_LEVEL,
|
||||
};
|
||||
|
||||
typedef struct
|
||||
@@ -31,6 +31,7 @@ typedef struct
|
||||
UINT16 iNumKillsPerProgressPoint;
|
||||
INT32 iInitialGarrisonPercentages;
|
||||
UINT8 iMinEnemyGroupSize;
|
||||
UINT8 iCounterAttackGroupSize;
|
||||
BOOLEAN bUnlimitedPoolOfTroops;
|
||||
INT32 iQueensInitialPoolOfTroops;
|
||||
UINT32 iQueenPoolIncrementPerDifficultyLevel;
|
||||
|
||||
Reference in New Issue
Block a user