11
This commit is contained in:
20
1.6/1.6/Defs/Rooms/ARA_RoomStats.xml
Normal file
20
1.6/1.6/Defs/Rooms/ARA_RoomStats.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<RoomStatDef>
|
||||
<defName>ARA_IncubatorQualityFactor</defName>
|
||||
<label>孵化质量</label>
|
||||
<workerClass>RoomStatWorker_FromStatByCurve</workerClass>
|
||||
<updatePriority>0</updatePriority>
|
||||
<isHidden>true</isHidden>
|
||||
<roomlessScore>0.75</roomlessScore>
|
||||
<inputStat>Space</inputStat>
|
||||
<curve>
|
||||
<points>
|
||||
<li>(-5.0, 0.65 )</li>
|
||||
<li>(-2.5, 0.75 )</li>
|
||||
<li>( 0.0, 0.85 )</li>
|
||||
<li>( 1.0, 1.00 )</li>
|
||||
</points>
|
||||
</curve>
|
||||
</RoomStatDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user