mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user