乌拉自己找吃的

This commit is contained in:
2025-07-21 19:01:33 +08:00
parent 885d2f7ad7
commit 0f24b38d71
17 changed files with 182 additions and 39 deletions

View File

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