GetPlayer().components.builder:GiveAllRecipes() ---------- 全物品直接制造
GetPlayer().components.hungerause(true)
---------- 饥饿值不降低
GetPlayer().components.sanity:SetMax(500)
----------
精神值不降低(慎用不可取消
)
GetPlayer().components.health:SetMaxHealth(300)
----------
最大血格
GetPlayer().components.health:SetInvincible(true)
----------
上帝模式
c_give(“XX”,数量)——直接放包里