暂存能量改动
This commit is contained in:
25
1.6/Defs/StatDefs/WULA_Stats.xml
Normal file
25
1.6/Defs/StatDefs/WULA_Stats.xml
Normal file
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<Defs>
|
||||
<StatDef>
|
||||
<defName>WulaEnergyMaxLevelOffset</defName>
|
||||
<label>乌拉能量上限偏移</label>
|
||||
<description>影响乌拉族能量上限的偏移量。</description>
|
||||
<category>PawnMisc</category>
|
||||
<defaultBaseValue>0</defaultBaseValue>
|
||||
<minValue>-1</minValue>
|
||||
<maxValue>1</maxValue>
|
||||
<toStringStyle>PercentZero</toStringStyle>
|
||||
<displayPriorityInWithStatsUI>4000</displayPriorityInWithStatsUI>
|
||||
</StatDef>
|
||||
|
||||
<StatDef>
|
||||
<defName>WulaEnergyFallRateFactor</defName>
|
||||
<label>乌拉能量消耗速度因子</label>
|
||||
<description>影响乌拉族能量消耗速度的乘数因子。</description>
|
||||
<category>PawnMisc</category>
|
||||
<defaultBaseValue>1</defaultBaseValue>
|
||||
<minValue>0</minValue>
|
||||
<toStringStyle>PercentZero</toStringStyle>
|
||||
<displayPriorityInWithStatsUI>3990</displayPriorityInWithStatsUI>
|
||||
</StatDef>
|
||||
</Defs>
|
||||
Reference in New Issue
Block a user