饥荒石头代码是多少

《饥荒月岩石》的代码大全:(DLC-SW-DST)1.c_give(“XX”,数量)——直接放包里 2.c_spawn(“XX”,数量)——放鼠标指针指示的地上 XX填饥荒中的生物/物品等的英文名称 3.DebugSpawn“XXX”,数量——放在地上 4.其他指令:全物品直接制造:GetPlayer().components.builder:GiveAllRecipes()饥...
饥荒石头代码是多少
wall_moonrock_item 月岩石墙

moonrocknugget 月岩石

《饥荒月岩石》的代码大全:

(DLC-SW-DST)

1.c_give(“XX”,数量)——直接放包里

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

XX填饥荒中的生物/物品等的英文名称

3.DebugSpawn“XXX”,数量——放在地上

4.其他指令:

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

饥饿值不降低:GetPlayer().components.hungerause(true)

精神值不降低(慎用不可取消):GetPlayer().components.sanity:SetMax(500)

最大血格:GetPlayer().components.health:SetMaxHealth(300)

上帝模式:GetPlayer().components.health:SetInvincible(true)

5.下面是开全地图,要输入2个指令才行,每次都要回车执行:

minimap = TheSim:FindFirstEntityWithTag("minimap")

minimap.MiniMap:ShowArea(0,0,0, 10000)

6.设置生命:c_sethealth(百分数)

7.设置精神:c_setsanity(百分数)

8.设置饥饿:c_sethunger(百分数)

9.传送:c_gonext(“***”)

10.设置速度:c_speed(数值)

11.上帝模式:c_godmode()

12.变成海狸(吴迪专用):GetPlayer().components.beaverness:SetPercent(1)

13.删除:TheInput:GetWorldEntityUnderMouse():Remove()

14.地图全开:GetWorld().minimap.MiniMap:ShowArea(0,0,0,10000)

15.跳过一天:GetClock():MakeNextDay()/c_skipdays(数值)

16.跳过几天:for x = 1, 值 do GetClock():MakeNextDay() end

17.跳过一段时间:LongUpdate(值)时钟每格30个单位,一整天是480个单位

18.设置时间段:GetClock():SetSegs(白天,黄昏,夜晚)时钟一共有16个格,白天黄昏夜晚加在一起必须为16

19.跳过时间段:GetClock():NextPhase()白天跳到黄昏

20.开始春天(DLC1):GetSeasonManager():StartSpring()

21.开始夏天:GetSeasonManager():StartSummer()

22.开始秋天(DLC1):GetSeasonManager():StartAutumn()

23.开始冬天:GetSeasonManager():StartWinter()

24.开始下雨:GetSeasonManager():StartPrecip()

25.停止下雨:GetSeasonManager():StopPrecip()

26.生成闪电:GetSeasonManager():DoLightningStrike(Vector3(GetPlayer().Transform:GetWorldPosition()))

27.测量距离:print(math.sqrt(GetPlayer():GetDistanceSqToInst(TheInput:GetWorldEntityUnderMouse())))

28.解锁角色:GetPlayer().profile:UnlockCharacter("角色名称")或GetPlayer().profile:Save()

29.可以解锁多个角色:GetPlayer().profile:UnlockCharacter("willow")

GetPlayer().profile:UnlockCharacter("wickerbottom")

GetPlayer().profile:Save()

30.全部解锁:GetPlayer().profile:UnlockEverything()

31.清除死亡记录:ErasePersistentString("morgue")

DLC(Reign of Giants)

1.材料类

输入“cutgrass”(草)

输入“twigs”(树枝)

输入“log”(木头)

输入“charcoal”(木炭)

输入“ash”(灰)

输入“cutreeds”(采下的芦苇)

输入“lightbulb”(荧光果)

输入“petals”(花瓣)

输入“petals_evil”(噩梦花瓣)

输入“pinecone”2021-01-12
mengvlog 阅读 36 次 更新于 2025-09-11 00:10:02 我来答关注问题0
  •  深空游戏 饥荒联机版材料控制台代码

    饥荒联机版材料控制台代码如下:基础材料:干草:cutgrass绳子:rope树枝:twigs木头:log木板:boards石头:rocks石砖:cutstone燧石:flint硝石:nitre大理石:marble金块:goldnugget冰:ice特殊材料:活木:livinglog木炭:charcoal灰烬:ash花瓣:petals噩梦花瓣:petals_evil噩梦燃料:nightmarefuel粪便:poop仙人...

  •  深空游戏 饥荒联机版矿石控制台代码

    含石头、硝石、燧石:rock1 含石头、燧石、金块:rock2 含石头、燧石、月亮石:rock_moon 月亮碎石:moonrock_pieces 冰矿:rock_ice 石树类 石树:rock_petrified_tree 小石树:rock_petrified_tree_short 中石树:rock_petrified_tree_med 大石树:rock_petrified_tree_tall 老石树:rock_petrified_...

  • 饥荒石头代码如下:DebugSpawncutgrass草,DebugSpawntwigs树枝,DebugSpawnlog木头,DebugSpawncharcoal木炭,DebugSpawnash灰,DebugSpawncutreeds采下的芦苇。DebugSpawnlightbulb荧光果,DebugSpawnpetals花瓣,DebugSpawnpetalsevil噩梦花瓣,DebugSpawnpinecone松果。DebugSpawnfoliage叶子,DebugSpawncutlichen摘下的苔藓,DebugSp...

  • 石头:c_give("rocks", 数量)木头:c_give("logs", 数量)金子:c_give("goldnugget", 数量)树枝:c_give("twigs", 数量)草:c_give("cutgrass", 数量)肉类:c_give("meat", 数量)(注意可能引发一些不良后果)燧石:c_gi...

  •  深空游戏 饥荒全物品代码

    饥荒全物品代码包括但不限于以下内容:基础资源类:cutgrass:草 twigs:树枝 flint:燧石 berry:浆果 carrot:胡萝卜 ice:冰块 goldnugget:金子 rock:石头 nitre:硝石 物品类:deerclops_eyeball:巨鹿眼球 spidergland:蜘蛛腺体 transistor:电器元件 cutstone:石砖 houndstooth:狗牙 papyrus:莎草纸 ...

檬味博客在线解答立即免费咨询

代码相关话题

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