Small arc update (by rftr):

- 2 new directives
- 3 new admin actions
- arc website dropdown fix
- one admin action per region can now be changed

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9161 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Sevenfm
2021-09-01 16:48:13 +00:00
parent 67c04dd44b
commit b7adaf802a
14 changed files with 742 additions and 75 deletions
+16
View File
@@ -1740,6 +1740,16 @@ typedef struct
std::vector<INT32> iRaidMinesCosts;
std::vector<FLOAT> fRaidMinesPercentage;
UINT8 uCreateTurncoatsProgressRequirement;
FLOAT fCreateTurncoatsIntelCost;
std::vector<INT32> iCreateTurncoatsCosts;
std::vector<INT32> iCreateTurncoatsPerDay;
UINT8 uDraftProgressRequirement;
std::vector<INT32> iDraftCosts;
std::vector<INT32> iDraftPerDayModifier;
std::vector<INT32> iDraftLoyaltyLossPerDay;
// admin actions
INT32 iSupplyLineMaxLoyaltyIncrease;
@@ -1770,6 +1780,12 @@ typedef struct
INT32 iMiningPolicyBonus;
UINT8 uPathfindersSpeedBonus;
UINT8 uHarriersSpeedPenalty;
INT16 iFortificationsBonus;
} REBELCOMMAND_SETTINGS;
typedef struct