11
This commit is contained in:
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@@ -136,8 +136,6 @@
|
||||
<Compile Include="HarmonyPatches\Patch_ResearchManager_AddRemoveMethod.cs" />
|
||||
<Compile Include="Pawn_Comps\ARA_DratfableAnimals\CompDratfableAnimals.cs" />
|
||||
<Compile Include="Pawn_Comps\ARA_DratfableAnimals\CompProperties_DratfableAnimals.cs" />
|
||||
<Compile Include="Pawn_Comps\ARA_PreventPartLoss\CompProperties_PreventPartLoss.cs" />
|
||||
<Compile Include="Pawn_Comps\ARA_PreventPartLoss\PreventPartLossPatches.cs" />
|
||||
<Compile Include="Pawn_Comps\ARA_SwarmMaintainer\CompProperties_SwarmMaintainer.cs" />
|
||||
<Compile Include="Pawn_Comps\ARA_SwarmMaintainer\Comp_SwarmMaintainer.cs" />
|
||||
<Compile Include="Pawn_Comps\ARA_DratfableAnimals\BeastUnit.cs" />
|
||||
|
||||
@@ -7,7 +7,7 @@ namespace ArachnaeSwarm
|
||||
public class Need_HoneyProduction : Need
|
||||
{
|
||||
// 转化率:多少食物流失转换为蜂蜜
|
||||
public float ConversionRate = 10f;
|
||||
public float ConversionRate = 5f;
|
||||
|
||||
// 基础流失速率(与食物需要对应)
|
||||
private const float BaseHoneyGainPerTick = 2.6666667E-05f;
|
||||
|
||||
Reference in New Issue
Block a user