《东印度公司》开局任务修改

《东印度公司》开局任务修改

所属游戏: 东印度公司
英文名称:
相关操作: 收藏 下载地址 扩展
模组作者:zelda16
标签:
最后更新:2017-12-19

位置:East India CompanyDataAIcampaignmissions.txt
 

开局设定
        // starting funds per difficulty level
        easy (简单)
        {        
                campaign_grand (自由战役)
                {
                        funds = 150000  (玩家资金)
                        AI_funds = 100000  (AI资金)
                }
                campaign_1600 (战役1600年)
                {
                        funds = 150000
                        AI_funds = 100000
                }
                campaign_1700 (战役1700年)
                {
                        funds = 3000000
                        AI_funds = 1000000
                }
                campaign_1650 (战役1650年)
                {
                        funds = 1000000
                        AI_funds = 750000
                }
        }
        normal (普通)
        {        
                campaign_grand
                {
                        funds = 50000
                        AI_funds = 100000
                }
                campaign_1600
                {
                        funds = 50000
                        AI_funds = 100000
                }
                campaign_1700
                {
                        funds = 2000000
                        AI_funds = 1000000
                }
                campaign_1650
                {
                        funds = 750000
                        AI_funds = 750000
                }               
        }
        hard (困难)
        {        
                campaign_grand
                {
                        funds = 30000
                        AI_funds = 100000
                }
                campaign_1600
                {
                        funds = 30000
                        AI_funds = 100000
                }
                campaign_1700
                {
                        funds = 1000000
                        AI_funds = 1000000
                }
                campaign_1650
                {
                        funds = 500000
                        AI_funds = 750000
                }                        
        }