Maintenance주기 2년으로 변경
This commit is contained in:
parent
381230cc05
commit
0177ccf1c8
@ -5,7 +5,7 @@
|
|||||||
<hediffClass>AutomataRace.Hediff_Maintenance</hediffClass>
|
<hediffClass>AutomataRace.Hediff_Maintenance</hediffClass>
|
||||||
<label>Maintenance</label> <!--정비상태-->
|
<label>Maintenance</label> <!--정비상태-->
|
||||||
<defaultLabelColor>(0.8, 0.8, 0.8)</defaultLabelColor>
|
<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>
|
<descriptionHyperlinks>
|
||||||
<ThingDef>PN_RepairKit</ThingDef>
|
<ThingDef>PN_RepairKit</ThingDef>
|
||||||
<ThingDef>PN_SelfRepairKit</ThingDef>
|
<ThingDef>PN_SelfRepairKit</ThingDef>
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
<defName>PN_Need_Maintenance</defName>
|
<defName>PN_Need_Maintenance</defName>
|
||||||
<needClass>AutomataRace.Need_Maintenance</needClass>
|
<needClass>AutomataRace.Need_Maintenance</needClass>
|
||||||
<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 2 years (120 rimworld days).</description>
|
||||||
<onlyIfCausedByHediff>true</onlyIfCausedByHediff>
|
<onlyIfCausedByHediff>true</onlyIfCausedByHediff>
|
||||||
<listPriority>984</listPriority>
|
<listPriority>984</listPriority>
|
||||||
<baseLevel>1.0</baseLevel>
|
<baseLevel>1.0</baseLevel>
|
||||||
<fallPerDay>0.0166</fallPerDay>
|
<fallPerDay>0.0083</fallPerDay>
|
||||||
<showForCaravanMembers>true</showForCaravanMembers>
|
<showForCaravanMembers>true</showForCaravanMembers>
|
||||||
</NeedDef>
|
</NeedDef>
|
||||||
</Defs>
|
</Defs>
|
Loading…
x
Reference in New Issue
Block a user