《饥荒》指令代码是什么?

如题所述

一、c_spawn(“XX”,数量)——放鼠标指针指示的地上

二、上帝模式:c_godmode()

三、饥饿值上限:GetPlayer().components.hunger:SetMax(500)

四、精神值上限:GetPlayer().components.sanity:SetMax(500)

五、生命值上限:GetPlayer().components.health:SetMaxHealth(300)

六、全物品直接制造:GetPlayer().components.builder:GiveAllRecipes()

七、删除物品:TheInput:GetWorldEntityUnderMouse():Remove()

八、传送:GetPlayer().Transform:SetPosition(坐标,例:0,0,0)

九、割下的草:cutgrass

十、树枝:twigs

十一、木头:log

十二、木炭:charcoal

十三、灰:ash

十四、采集的芦苇:cutreeds

十五、花瓣:petals

十六、噩梦花瓣:petals_evil

十七、活木头:livinglog

十八、叶子:foliage

十九、荧光果:lightbulb

二十、发光浆果:wormlight

温馨提示:答案为网友推荐,仅供参考