文档库 最新最全的文档下载
当前位置:文档库 › 代码

代码

c_give("log",99) 木材
c_give("smallmeat",99) 小肉
c_give("meat",99) 大肉
c_give("meat_dried",99)大干肉
c_give("drumstick",99)鸡腿
c_give("bird_egg",99)鸡蛋
c_give("tallbirdegg",99)高鸟蛋
c_give("eel",99)鳗鱼
c_give("fish",99) 鱼
c_give("mandrake",99) 曼德拉草
c_give("honey",99) 蜂蜜
c_give("butter",99) 黄油
c_give("butterflymuffin",99) 奶油松饼
c_give("frogglebunwich",99) (青蛙圆面包三明治)
pumpkincookie 南瓜饼
unagi (鳗鱼料理)
c_give("cutgrass",99) 草
c_give("twigs",99) 树枝
c_give("lightbulb",99) 荧光果
petals (花瓣)
petals_evil (噩梦花瓣)
c_give("flint",99) (燧石)

c_give("nitre",99) (硝石)
c_give("butterflywings",99)蝴蝶翅膀
c_give("poop",99)
c_give("spidereggsack",2) 蜘蛛
c_give("bonestew",99) 肉汤
 GetPlayer().components.builder:GiveAllRecipes() ---------- 全物品直接制造
GetPlayer().components.hungerause(true) ---------- 饥饿值不降低
GetPlayer().components.sanity:SetMax(500) ---------- 精神值不降低(慎用不可取消 )
GetPlayer().components.health:SetMaxHealth(300) ---------- 最大血格
GetPlayer().components.health:SetInvincible(true) ---------- 上帝模式
下面是开全地图,要输入2个指令才行,每次都要回车执行:
minimap = TheSim:FindFirstEntityWithTag("minimap")
a



相关文档