1. 上帝模式:c_godmode()2. 饥饿值上限:GetPlayer().components.hunger:SetMax(500)3. 精神值上限:GetPlayer().components.sanity:SetMax(500)4. 生命值上限:GetPlayer().components.health:SetMaxHealth(300)5. 全物品直接制造:GetPlayer().components.builder:GiveAllRecipes()6. 删除物品:...
饥荒物品代码如下:材料:cutgrass(草)、 twigs(树枝)、log(木头)charcoal(木炭)、ash(灰)、cutreeds(采下的芦苇)、lightbulb(荧光果)、petals(花瓣)、petals_evil(噩梦花瓣)、pinecone(松果) 、foliage(叶子)、cutlichen(摘下的苔藓)、wormlight(虫子果)、lureplantbulb(食人花种子flint(燧石)、nitre...
give pickaxe:镐give axe:斧头give shovel:铲子食物类:give meat:肉give berries:浆果give carrot:胡萝卜三、批量生成与高级命令 批量生成:使用for i=1,n do give "itemname" end命令可以一次性获得多个物品,例如for i=1,10 do give "rocks" end可在背包中添加10个...
饥荒联机版代码大全最新: 1.【材料类】 2.【工具武器】 3.【穿戴】 4.【建筑】 5.【食物】 6.【植物】 7.【动物】 minimap = TheSim:FindFirstEntityWithTag(minimap) minimap.MiniMap:ShowArea(0,0,0, 10000) 地图全开复制上面两行 GetP ().components.builder:GiveAllRecipes() 全物品解锁,不消耗材料!
冰洞:icefishing_hole 大霜鲨:sharkboi 冰锥:sharkboi_icespike 出逃腿靴:bootleg 漩涡传送门:oceanwhirlportal 冰船:boat_ice 火女薇洛的专属物品代码 打火机:lighter 伯尼:bernie_inactive 火球术:emberlight 女武神薇格弗德的专属物品代码 战斗长矛:spear_wathgrithr 奔雷矛:spear_wathgrithr_...