安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题









it's a robot. so it shouldn't matter if food is fresh or stale.
it is a "cat" so you can increase the hunger rate. it's there as an example. you made the charactr. you obviously know much more than me.
& the sanity night drain & monster fear because, well, it's a "cat". you can make the numbers higher.
if you like any of these ideas and choose to add them, i can tell you where i found them so you can give credit to the author.
thanks for making this. i really like it.
-- Sanity Night Drain
inst.components.sanity.night_drain_mult = 0 --Sanity gained at day.
inst.components.sanity.dapperness = TUNING.DAPPERNESS_SMALL * (3) --Sanity lost during the night.
--Afraid of monsters
inst.components.sanity.neg_aura_mult = 2
-- Damage multiplier
inst.components.combat.damagemultiplier = .90
-- Hunger rate (optional)
inst.components.hunger.hungerrate = 0.8*TUNING.WILSON_HUNGER_RATE
-- Cold Resist
inst.components.temperature.inherentinsulation = 30
--Food: doesn't mind stale food
inst.components.eater.stale_hunger = TUNING.WICKERBOTTOM_FRESH_FOOD_HUNGER
inst.components.eater.stale_health = TUNING.WICKERBOTTOM_FRESH_FOOD_HEALTH
--can see further
--inst.Transform:SetScale(0.8, 0.8, 0.8)
--inst:SetCameraDistance(40)