改pawn价值

This commit is contained in:
Tourswen
2025-10-10 00:38:48 +08:00
parent 831dd2b01a
commit 118676a824
3 changed files with 4 additions and 3 deletions

View File

@@ -490,8 +490,8 @@
<!-- 基础属性设置 -->
<statBases>
<!-- 市场价值 -->
<MarketValue>100</MarketValue>
<RoyalFavorValue>5</RoyalFavorValue>
<MarketValue>5000</MarketValue>
<RoyalFavorValue>0</RoyalFavorValue>
<!-- 移动速度 -->
<MoveSpeed>3</MoveSpeed>

View File

@@ -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>

View File

@@ -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>