PN_Maintenance 변경
This commit is contained in:
parent
f99d4870b4
commit
5aebb72ce7
@ -18,13 +18,13 @@
|
|||||||
<stages>
|
<stages>
|
||||||
<li>
|
<li>
|
||||||
<label>urgent</label>
|
<label>urgent</label>
|
||||||
<minSeverity>0.10</minSeverity>
|
<minSeverity>0.1</minSeverity>
|
||||||
<becomeVisible>true</becomeVisible>
|
<becomeVisible>true</becomeVisible>
|
||||||
<restFallFactor>1.4</restFallFactor>
|
<restFallFactor>1.50</restFallFactor>
|
||||||
<capMods>
|
<capMods>
|
||||||
<li>
|
<li>
|
||||||
<capacity>Consciousness</capacity>
|
<capacity>Consciousness</capacity>
|
||||||
<offset>-0.15</offset>
|
<offset>-0.20</offset>
|
||||||
</li>
|
</li>
|
||||||
</capMods>
|
</capMods>
|
||||||
<statOffsets>
|
<statOffsets>
|
||||||
@ -50,12 +50,12 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>required</label>
|
<label>required</label>
|
||||||
<minSeverity>0.25</minSeverity>
|
<minSeverity>0.2</minSeverity>
|
||||||
<restFallFactor>1.2</restFallFactor>
|
<restFallFactor>1.25</restFallFactor>
|
||||||
<capMods>
|
<capMods>
|
||||||
<li>
|
<li>
|
||||||
<capacity>Consciousness</capacity>
|
<capacity>Consciousness</capacity>
|
||||||
<offset>-0.05</offset>
|
<offset>-0.10</offset>
|
||||||
</li>
|
</li>
|
||||||
</capMods>
|
</capMods>
|
||||||
<statOffsets>
|
<statOffsets>
|
||||||
@ -67,8 +67,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<label>stable</label>
|
<label>stable</label>
|
||||||
<minSeverity>0.75</minSeverity>
|
<minSeverity>0.80</minSeverity>
|
||||||
<restFallFactor>1.0</restFallFactor>
|
|
||||||
<capMods>
|
<capMods>
|
||||||
<!--<li>
|
<!--<li>
|
||||||
<capacity>Consciousness</capacity>
|
<capacity>Consciousness</capacity>
|
||||||
@ -85,7 +84,6 @@
|
|||||||
<li>
|
<li>
|
||||||
<label>flawless</label>
|
<label>flawless</label>
|
||||||
<minSeverity>1</minSeverity>
|
<minSeverity>1</minSeverity>
|
||||||
<restFallFactor>0.8</restFallFactor>
|
|
||||||
<capMods>
|
<capMods>
|
||||||
<li>
|
<li>
|
||||||
<capacity>Consciousness</capacity>
|
<capacity>Consciousness</capacity>
|
||||||
@ -94,7 +92,7 @@
|
|||||||
</capMods>
|
</capMods>
|
||||||
<statOffsets>
|
<statOffsets>
|
||||||
<PsychicSensitivity>-0.20</PsychicSensitivity>
|
<PsychicSensitivity>-0.20</PsychicSensitivity>
|
||||||
<MentalBreakThreshold>-0.04</MentalBreakThreshold>
|
<MentalBreakThreshold>-0.08</MentalBreakThreshold>
|
||||||
<WorkSpeedGlobal>0.10</WorkSpeedGlobal>
|
<WorkSpeedGlobal>0.10</WorkSpeedGlobal>
|
||||||
<MoveSpeed>0.2</MoveSpeed>
|
<MoveSpeed>0.2</MoveSpeed>
|
||||||
</statOffsets>
|
</statOffsets>
|
||||||
|
@ -5,10 +5,11 @@
|
|||||||
<needClass>Need_Chemical</needClass>
|
<needClass>Need_Chemical</needClass>
|
||||||
<label>Automaton Fuel</label>
|
<label>Automaton Fuel</label>
|
||||||
<description>The amount of fuel used by the automaton.</description>
|
<description>The amount of fuel used by the automaton.</description>
|
||||||
<listPriority>985</listPriority>
|
<listPriority>984</listPriority>
|
||||||
<fallPerDay>0.25</fallPerDay>
|
<fallPerDay>0.25</fallPerDay>
|
||||||
<freezeWhileSleeping>true</freezeWhileSleeping>
|
<freezeWhileSleeping>true</freezeWhileSleeping>
|
||||||
<showForCaravanMembers>true</showForCaravanMembers>
|
<showForCaravanMembers>true</showForCaravanMembers>
|
||||||
|
<major>true</major>
|
||||||
</NeedDef>
|
</NeedDef>
|
||||||
|
|
||||||
<NeedDef>
|
<NeedDef>
|
||||||
@ -17,8 +18,8 @@
|
|||||||
<label>Maintenance</label>
|
<label>Maintenance</label>
|
||||||
<description>The maintenance status of the automaton.\n\nIf it is low, it will cause malfunction.\n\nMaintenance is required every year (60 rimworld days).</description>
|
<description>The maintenance status of the automaton.\n\nIf it is low, it will cause malfunction.\n\nMaintenance is required every year (60 rimworld days).</description>
|
||||||
<onlyIfCausedByHediff>true</onlyIfCausedByHediff>
|
<onlyIfCausedByHediff>true</onlyIfCausedByHediff>
|
||||||
<listPriority>984</listPriority>
|
<listPriority>985</listPriority>
|
||||||
<fallPerDay>0.0111</fallPerDay>
|
<fallPerDay>0.01333</fallPerDay>
|
||||||
<showForCaravanMembers>true</showForCaravanMembers>
|
<showForCaravanMembers>true</showForCaravanMembers>
|
||||||
</NeedDef>
|
</NeedDef>
|
||||||
</Defs>
|
</Defs>
|
Loading…
x
Reference in New Issue
Block a user