科技树文件位置:
[A16] 机器人_更好的机器人\Defs\ResearchProjectDefs
里面最后两个技能为什么游戏里面不显示呢
我粘贴过来,简单翻译一下,就看出来了。
第四层<!--=== Tier 4 Anti-Logic ===-->
<!--
开始符号 <ResearchProjectDef>
科级树简称 <defName>RPP_Research_AntiLogic</defName>
科级全称 <label>Robotics: NP=P Anti-Logic</label>
科级内容介绍 <description>Break the boundaries set by existing levels of technology, understandings of logic, and the very concepts of causation. Our scientific horizons are becoming a lot more timey-wimey.</description>
科级研究量 <baseCost>30000</baseCost>
前置需求 <techLevel>Spacer</techLevel>
<requiredResearchFacilities>
<li>MultiAnalyzer</li>
</requiredResearchFacilities>
<prerequisites>
<li>RPP_Research_Matrix_Adv</li>
上面这几行不懂 </prerequisites>
科技树里面的横坐标 <researchViewX>17</researchViewX>
科技树里面的纵坐标 <researchViewY>7</researchViewY>
结束符号 </ResearchProjectDef>
上面是一个科级,下面是第二个科级。
<ResearchProjectDef>
<defName>RPP_Research_OmniBot</defName>
<label>Robotics: OmniBot</label>
<description>Production of a Godlike Tier 4 omni-talented robots becomes possible. These super-sonic-speed robots are capable of almost any task.</description>
<baseCost>15000</baseCost>
<techLevel>Spacer</techLevel>
<requiredResearchBuilding>HiTechResearchBench</requiredResearchBuilding>
<prerequisites>
<li>RPP_Research_AntiLogic</li>
<li>RPP_Research_Builder_Adv</li>
<li>RPP_Research_Crafter_Adv</li>
<li>RPP_Research_ER_Adv</li>
<li>RPP_Research_Kitchen_Adv</li>
</prerequisites>
<researchViewX>17</researchViewX>
<researchViewY>8</researchViewY>
</ResearchProjectDef>
-->
</ResearchProjectDefs>