Project Zomboid

Project Zomboid

评价数不足
Big Ass Sprayers
   
奖励
收藏
已收藏
取消收藏
文件大小
发表于
更新日期
86.928 KB
2024 年 3 月 23 日 下午 4:26
2024 年 3 月 23 日 下午 6:05
3 项改动说明 ( 查看 )

订阅以下载
Big Ass Sprayers

描述
If you like refilling sprayers this mod isn't for you. BIG ASS SPRAYERS make BIG ASS mildew and flies cures ;)

This shouldn't conflict with anything but I'm no expert. This is the entire mod, if you want to make KINDA SORTA BIG ASS SPRAYERS change the full weight to something else:

function Adjust(Name, Property, Value)
Item = ScriptManager.instance:getItem(Name)
Item:DoParam(Property.." = "..Value)
end


Adjust("farming.GardeningSprayFull","Weight","6")
Adjust("farming.GardeningSprayFull","UseDelta","0.01")
Adjust("farming.GardeningSprayCigarettes","Weight","6")
Adjust("farming.GardeningSprayCigarettes","UseDelta","0.01")
Adjust("farming.GardeningSprayMilk","Weight","6")
Adjust("farming.GardeningSprayMilk","UseDelta","0.01")

If you want to include this in another mod thats cool.

Inspired by Big Buckets of Water mod
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1923704760

Workshop ID: 3198123588
Mod ID: BigAssSprayers
4 条留言
plamenovnevyan 2024 年 8 月 24 日 上午 6:37 
It would be awesome if someone actually makes 3D model of back mounted sprayer
brimley  [作者] 2024 年 3 月 24 日 上午 2:19 
ha that other mod has watering cans, click the link above. I didnt want to include it and break it for anyone already using that one, but if people want it I can update this to include them too.
Scroobles McDoodle 2024 年 3 月 24 日 上午 12:50 
Can we get BIG ASS WATERING CAN as well?
brimley  [作者] 2024 年 3 月 23 日 下午 4:58 
running this on my MP right now, it works with no issues. makes farming way less annoying.