Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
燧石镰刀有40次使用,造成的伤害与斧头相同。
时髦的镰刀有160种使用,伤害和斧头一样。
-月亮玻璃镰刀当用作镰刀时有160次使用,当用作武器时有200次使用它的伤害和hambat一样。
Scythes可以让你用一个工具收获几乎任何东西,大大减少了这样做所需的时间。它几乎适用于任何你可以采摘或收获的东西。
To make the collected items appear directly in the inventory instead of falling on the ground, modify lines 5-11 of modmain.lua to the following code
AddAction("SCYTHEHARVEST", "Reap", function(act)
-- G.SpawnPrefab("e_scythe_harvester"):HarvestTarget(act.target)
if act.target.components.pickable then
act.target.components.pickable:Pick(act.doer)
end
return true
end)
I guess to make collecting even faster, you could advertise to combine this scythe mod with the auto stack mod: https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1803285852