游戏达人
  
- 贡献度
- 270
- 金元
- 17914
- 积分
- 2871
- 精华
- 0
- 注册时间
- 2014-11-30
|
本帖最后由 fanvalen 于 2022-10-10 18:26 编辑
改研究获得的数据变大加快研究(已经加快研究,消耗就不改了)
非要改的话下面两句
manualDeliveryKG.refillMass = 150f;//实际需求
manualDeliveryKG.capacity = 750f;//可存储
材料的高能粒子不要改
最后数字后面的f不要弄丢了
RESEARCHCENTER 研究站
researchCenter.mass_per_point = 50f;//改成5
AdvancedResearchCenterConfig 超级计算机
researchCenter.mass_per_point = 50f;//每点需要材料//改成5
NuclearResearchCenterConfig 材料研究
nuclearResearchCenter.materialPerPoint = 10f;//改成0.2
ORBITALRESEARCHCENTER 轨道研究
new ComplexRecipe.RecipeElement("OrbitalResearchDatabank".ToTag(), 1f, ComplexRecipe.RecipeElement.TemperatureOperation.AverageTemperature, false)//给与数据磁盘//将1改成5or10
COSMICRESEARCHCENTER 虚拟天象仪
researchCenter.mass_per_point = 1f;//改成0.01
DLC1CosmicResearchCenterConfig dlc的虚拟天象仪
researchCenter.mass_per_point = 1f;//改成0.01
连续研究会将前面超出的给后一个
|
|