乌拉自己找吃的
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Verse;
|
||||
|
||||
namespace WulaFallenEmpire
|
||||
{
|
||||
public class JobGiverDefExtension_WulaGetEnergy : DefModExtension
|
||||
{
|
||||
public float minEnergyLevelPercentage = 0.3f;
|
||||
public float emergencyThreshold = 0.1f;
|
||||
public float normalPriority = 5f;
|
||||
public float emergencyPriority = 9.5f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user