《饥荒》石头代码是多少?

代码:moonrocknugget,游戏中其他代码如下:一、c_spawn(“XX”,数量)——放鼠标指针指示的地上 二、上帝模式:c_godmode()三、饥饿值上限:GetPlayer().components.hunger:SetMax(500)四、精神值上限:GetPlayer().components.sanity:SetMax(500)五、生命值上限:GetPlayer().components.health:Set...
《饥荒》石头代码是多少?
代码:moonrocknugget,游戏中其他代码如下:
一、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
2021-10-09
mengvlog 阅读 49 次 更新于 2025-10-31 01:44:25 我来答关注问题0
檬味博客在线解答立即免费咨询

代码相关话题

Copyright © 2023 WWW.MENGVLOG.COM - 檬味博客
返回顶部