饥荒联机版

饥荒联机版

59 个评价
Scythes
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
135.487 KB
2019 年 8 月 13 日 上午 9:25
2022 年 7 月 15 日 上午 8:13
5 项改动说明 ( 查看 )

订阅以下载
Scythes

描述
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 条留言
🥟 2024 年 9 月 3 日 下午 10:12 
这个mod添加了3种不同材料制成的镰刀,不要一起挨饿:

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

Scythes可以让你用一个工具收获几乎任何东西,大大减少了这样做所需的时间。它几乎适用于任何你可以采摘或收获的东西。
Berlin 2021 年 7 月 9 日 上午 6:22 
how to use it?
BOOM 2020 年 11 月 29 日 上午 1:46 
想要让收集的物品直接出现在物品栏而不是掉在地上,把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)
YS 2020 年 10 月 26 日 上午 5:14 
Hope this can be compatible with DS
YS 2020 年 10 月 26 日 上午 2:39 
Is it possible to migrate to DS version? Love this so much.
TheRealKoolHero 2020 年 6 月 15 日 上午 8:55 
noice.
灵王 2020 年 4 月 11 日 上午 10:53 
thanks
Electroely  [作者] 2020 年 4 月 11 日 上午 8:33 
Updated to version 1.2: Added compatibility with ActionQueue Reborn. Thank you for your feedback, it helps a ton in improving the mod.
灵王 2020 年 4 月 11 日 上午 12:15 
It cannot be used with ActionQueue Reborn。。:steamfacepalm:
Serp 2019 年 8 月 15 日 下午 12:38 
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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1803285852