11
This commit is contained in:
@@ -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