Don't Starve Together

Don't Starve Together

59 ratings
Scythes
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
135.487 KB
13 Aug, 2019 @ 9:25am
15 Jul, 2022 @ 8:13am
5 Change Notes ( view )

Subscribe to download
Scythes

Description
This mod adds scythes made of 3 different materials to Don't Starve Together:

- The flint scythe has 40 uses and does the same damage as an axe.
- The Stylish Scythe has 160 uses and also does the same damage as an axe.
- The Moon Glass Scythe has 160 uses when used as a scythe, and 200 uses when used as a weapon. It does the same damage as a hambat.

Scythes let you harvest almost anything with a single swing of the tool, significantly decreasing the time it takes to do so. It works on practically anything you can pick or harvest.
12 Comments
🥟 3 Sep, 2024 @ 10:12pm 
这个mod添加了3种不同材料制成的镰刀,不要一起挨饿:

燧石镰刀有40次使用,造成的伤害与斧头相同。
时髦的镰刀有160种使用,伤害和斧头一样。
-月亮玻璃镰刀当用作镰刀时有160次使用,当用作武器时有200次使用它的伤害和hambat一样。

Scythes可以让你用一个工具收获几乎任何东西,大大减少了这样做所需的时间。它几乎适用于任何你可以采摘或收获的东西。
Berlin 9 Jul, 2021 @ 6:22am 
how to use it?
BOOM 29 Nov, 2020 @ 1:46am 
想要让收集的物品直接出现在物品栏而不是掉在地上,把modmain.lua的5-11行修改成下面的代码
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)
Oracle 26 Oct, 2020 @ 5:14am 
Hope this can be compatible with DS
Oracle 26 Oct, 2020 @ 2:39am 
Is it possible to migrate to DS version? Love this so much.
TheRealKoolHero 15 Jun, 2020 @ 8:55am 
noice.
灵王 11 Apr, 2020 @ 10:53am 
thanks
Electroely  [author] 11 Apr, 2020 @ 8:33am 
Updated to version 1.2: Added compatibility with ActionQueue Reborn. Thank you for your feedback, it helps a ton in improving the mod.
灵王 11 Apr, 2020 @ 12:15am 
It cannot be used with ActionQueue Reborn。。:steamfacepalm:
Serp 15 Aug, 2019 @ 12:38pm 
Interesting workaround for the problem with overriding the pick action or adding the fastpicker Tag. It also elimates the bug that using the scythe with mouse does not reduce the uses. (talking about other scythe mods out there).

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