Maintenance주기 2년으로 변경

This commit is contained in:
Cocopomel 2021-09-23 16:33:02 +09:00
parent 381230cc05
commit 0177ccf1c8
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
<hediffClass>AutomataRace.Hediff_Maintenance</hediffClass>
<label>Maintenance</label> <!--정비상태-->
<defaultLabelColor>(0.8, 0.8, 0.8)</defaultLabelColor>
<description>The maintenance status of the automaton.\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.\nIf it is low, it will cause malfunction.\n\nMaintenance is required every 2 years (120 rimworld days).</description>
<descriptionHyperlinks>
<ThingDef>PN_RepairKit</ThingDef>
<ThingDef>PN_SelfRepairKit</ThingDef>

View File

@ -16,11 +16,11 @@
<defName>PN_Need_Maintenance</defName>
<needClass>AutomataRace.Need_Maintenance</needClass>
<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 2 years (120 rimworld days).</description>
<onlyIfCausedByHediff>true</onlyIfCausedByHediff>
<listPriority>984</listPriority>
<baseLevel>1.0</baseLevel>
<fallPerDay>0.0166</fallPerDay>
<fallPerDay>0.0083</fallPerDay>
<showForCaravanMembers>true</showForCaravanMembers>
</NeedDef>
</Defs>