2025-7-24
This commit is contained in:
@@ -516,8 +516,71 @@
|
||||
|
||||
<!-- ==================== 热情训练器 ==================== -->
|
||||
|
||||
|
||||
<ThingDef Abstract="True" Name="WULA_Syhth_Passion_Trainer">
|
||||
<!-- <defName>WULA_Syhth_Trainer</defName>
|
||||
<label>乌拉帝国技能预设</label> -->
|
||||
<description>一个可以人为调整人格倾向的数据包,使得乌拉帝国合成人在特定领域激发热情,需要通过乌拉帝国合成人特有的神经接口接入,其他种族无法使用。\n\n机械乌拉的存储空间有限,每一次使用数据包都会使得任意其他技能失去热情。</description>
|
||||
<thingClass>ThingWithComps</thingClass>
|
||||
<category>Item</category>
|
||||
<drawerType>MapMeshOnly</drawerType>
|
||||
<techLevel>Archotech</techLevel>
|
||||
<useHitPoints>true</useHitPoints>
|
||||
<pathCost>14</pathCost>
|
||||
<selectable>true</selectable>
|
||||
<altitudeLayer>Item</altitudeLayer>
|
||||
<tickerType>Never</tickerType>
|
||||
<alwaysHaulable>true</alwaysHaulable>
|
||||
<resourceReadoutPriority>Middle</resourceReadoutPriority>
|
||||
<thingCategories>
|
||||
<li>NeurotrainersPsycast</li>
|
||||
</thingCategories>
|
||||
<statBases>
|
||||
<MaxHitPoints>100</MaxHitPoints>
|
||||
<Beauty>-4</Beauty>
|
||||
<Mass>1</Mass>
|
||||
<MarketValue>5</MarketValue>
|
||||
<DeteriorationRate>0.1</DeteriorationRate>
|
||||
<WorkToMake>30000</WorkToMake>
|
||||
</statBases>
|
||||
<graphicData>
|
||||
<texPath>Wula/Item/WULA_Syhth_Trainer</texPath>
|
||||
<graphicClass>Graphic_Single</graphicClass>
|
||||
</graphicData>
|
||||
<researchPrerequisites>
|
||||
<li>WULA_New_Synth_Skill_2_Technology</li>
|
||||
</researchPrerequisites>
|
||||
<costList>
|
||||
<WULA_Charge_Cube>1</WULA_Charge_Cube>
|
||||
</costList>
|
||||
<recipeMaker>
|
||||
<unfinishedThingDef>UnfinishedHealthItemProsthetic</unfinishedThingDef>
|
||||
<recipeUsers>
|
||||
<li>WULA_Synth_Server</li>
|
||||
</recipeUsers>
|
||||
<useIngredientsForColor>false</useIngredientsForColor>
|
||||
<workSpeedStat>GeneralLaborSpeed</workSpeedStat>
|
||||
<workSkill>Crafting</workSkill>
|
||||
<effectWorking>Smith</effectWorking>
|
||||
<soundWorking>Recipe_Machining</soundWorking>
|
||||
<displayPriority>650</displayPriority>
|
||||
</recipeMaker>
|
||||
<tradeability>None</tradeability>
|
||||
<comps>
|
||||
<li Class="CompProperties_Forbiddable"/>
|
||||
<li Class="CompProperties_UseEffectDestroySelf" />
|
||||
<!-- <li Class="CompProperties_Usable">
|
||||
<useJob>UseNeurotrainer</useJob>
|
||||
<useLabel>123</useLabel>
|
||||
<showUseGizmo>true</showUseGizmo>
|
||||
</li>
|
||||
<li Class="CompProperties_UseEffect_LearnSkill">
|
||||
<skill>Shooting</skill>
|
||||
</li> -->
|
||||
</comps>
|
||||
</ThingDef>
|
||||
<!-- Melee -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Melee</defName>
|
||||
<label>乌拉帝国兴趣度训练包(格斗)</label>
|
||||
<comps>
|
||||
@@ -533,13 +596,12 @@
|
||||
<!-- 指定获得的兴趣度等级。可以是 Minor (小火,官方翻译好奇) 或 Major (大火,官方翻译狂热) -->
|
||||
<passionGained>Major</passionGained>
|
||||
<!-- 指定随机失去兴趣度的技能数量范围。格式为 min~max -->
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Shooting -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Shooting</defName>
|
||||
<label>乌拉帝国兴趣度训练包(射击)</label>
|
||||
<comps>
|
||||
@@ -552,13 +614,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Shooting</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Construction -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Construction</defName>
|
||||
<label>乌拉帝国兴趣度训练包(建造)</label>
|
||||
<comps>
|
||||
@@ -571,13 +632,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Construction</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Mining -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Mining</defName>
|
||||
<label>乌拉帝国兴趣度训练包(采矿)</label>
|
||||
<comps>
|
||||
@@ -590,13 +650,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Mining</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Cooking -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Cooking</defName>
|
||||
<label>乌拉帝国兴趣度训练包(烹饪)</label>
|
||||
<comps>
|
||||
@@ -609,13 +668,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Cooking</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Plants -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Plants</defName>
|
||||
<label>乌拉帝国兴趣度训练包(种植)</label>
|
||||
<comps>
|
||||
@@ -628,13 +686,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Plants</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Animals -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Animals</defName>
|
||||
<label>乌拉帝国兴趣度训练包(驯兽)</label>
|
||||
<comps>
|
||||
@@ -647,13 +704,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Animals</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Crafting -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Crafting</defName>
|
||||
<label>乌拉帝国兴趣度训练包(手工)</label>
|
||||
<comps>
|
||||
@@ -666,13 +722,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Crafting</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Artistic -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Artistic</defName>
|
||||
<label>乌拉帝国兴趣度训练包(艺术)</label>
|
||||
<comps>
|
||||
@@ -685,13 +740,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Artistic</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Medicine -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Medicine</defName>
|
||||
<label>乌拉帝国兴趣度训练包(医疗)</label>
|
||||
<comps>
|
||||
@@ -704,13 +758,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Medicine</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Social -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Social</defName>
|
||||
<label>乌拉帝国兴趣度训练包(社交)</label>
|
||||
<comps>
|
||||
@@ -723,13 +776,12 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Social</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
<!-- Intellectual -->
|
||||
<ThingDef ParentName="WULA_Syhth_Trainer">
|
||||
<ThingDef ParentName="WULA_Syhth_Passion_Trainer">
|
||||
<defName>WULA_Syhth_Passion_Trainer_Intellectual</defName>
|
||||
<label>乌拉帝国兴趣度训练包(智识)</label>
|
||||
<comps>
|
||||
@@ -742,9 +794,8 @@
|
||||
<li Class="WulaFallenEmpire.CompProperties_UseEffect_PassionTrainer">
|
||||
<skill>Intellectual</skill>
|
||||
<passionGained>Major</passionGained>
|
||||
<passionsLostRange>0~1</passionsLostRange>
|
||||
<passionsLostRange>1~1</passionsLostRange>
|
||||
</li>
|
||||
</comps>
|
||||
</ThingDef>
|
||||
|
||||
</Defs>
|
||||
|
||||
Reference in New Issue
Block a user