改pawn价值
This commit is contained in:
@@ -490,8 +490,8 @@
|
||||
<!-- 基础属性设置 -->
|
||||
<statBases>
|
||||
<!-- 市场价值 -->
|
||||
<MarketValue>100</MarketValue>
|
||||
<RoyalFavorValue>5</RoyalFavorValue>
|
||||
<MarketValue>5000</MarketValue>
|
||||
<RoyalFavorValue>0</RoyalFavorValue>
|
||||
|
||||
<!-- 移动速度 -->
|
||||
<MoveSpeed>3</MoveSpeed>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<Defs>
|
||||
<ThingDef Abstract="True" Name="ARA_PawnBase" ParentName="BasePawn">
|
||||
<statBases>
|
||||
<MarketValue>1750</MarketValue>
|
||||
<MarketValue>20000</MarketValue>
|
||||
<MoveSpeed>4.6</MoveSpeed>
|
||||
<ComfyTemperatureMin>-3000</ComfyTemperatureMin>
|
||||
<ComfyTemperatureMax>3000</ComfyTemperatureMax>
|
||||
|
||||
@@ -940,6 +940,7 @@
|
||||
<hasInteractionCell>True</hasInteractionCell>
|
||||
<interactionCellOffset>(0,0,-1)</interactionCellOffset>
|
||||
<designationCategory>ARA_Buildings</designationCategory>
|
||||
<terrainAffordanceNeeded>ARA_Creep</terrainAffordanceNeeded>
|
||||
<uiOrder>2120</uiOrder>
|
||||
<passability>PassThroughOnly</passability>
|
||||
<pathCost>50</pathCost>
|
||||
|
||||
Reference in New Issue
Block a user