了不起的修仙模拟器中,参悟速度关系到参悟值的获取,那么游戏中参悟速度该怎么修改,下面一起来看看吧。
在AmazingCultivationSimulator\Settings\Property\RoleProperty.xml文件中检索以下数据:
<!--技能经验悟性系数Ik-->
<roperty Name="IntelligenceSkillEXPConstant">
<DisplayName>学习速度</DisplayName>
<DisplayValue>{0}</DisplayValue>
<Desc>修行者从实践中获取经验的速度。</Desc>
<ShowInUI>1</ShowInUI>
<GenerateRandom>1</GenerateRandom>
<MinValue>0.5</MinValue>
<MaxValue>999</MaxValue>
<BaseValue>1</BaseValue>
<FiveBase>
<li Name="Intelligence" Weight="1" Base="0.5" Addion="0.15"/>
</FiveBase>
<roperties>
<li Name="ConsciousnessEfficiency" Weight="1"/>
</Properties>
</Property>
变更:
<FiveBase>
<li Name="Intelligence" Weight="1" Base="0.5" Addion="0.15"/>
</FiveBase>
说明:
中的Addion="0.15"为每一点悟性增加15%学习速度,0点悟性为50%学习速度。
学习速度不仅影响参悟,各种职业学习也及其有效。
推荐把Addion="0.15"改成Addion="1.5"。
这样8点悟性下学习速度为1250%。
累计评论0条
展开其余评论