小动物衍变器太远了我要搬回家
GravitasCreatureManipulatorConfigbuildingDef.ShowInBuildMenu = false;//改成true允许出现在菜单中
activatable.SetWorkTime(30f);//激活所需时间改成1可好
def.numSpeciesToUnlockMorphMode = 5;//解锁所需动物数量改成1可好
def.workingDuration = 15f;//变异所需时间改成1可好
def.cooldownDuration = 540f;//冷区所需时间改成1可好
下面是最重要一步在菜单中添加它
TUNING.BUILDINGS
找到new PlanScreen.PlanInfo(new HashedString("Oxygen"), false, new List<string>
在他的下面添加
"GravitasCreatureManipulator",
页:
[1]