Project Zomboid

Project Zomboid

Littering 3.0, B41 Beta
dtoxic 1 Oct, 2022 @ 3:47am
[Suggestion]
First,thx for updating this mod i just recently became aware that littering mod was updated by you,so thx for that...now on to suggestion

Torn books could be repurposed to make empty Ammo boxes and Cardboard flat for those of us who play on extremely rare loot and cant find those boxes or are just out of luck of finding them

i made an example version where the recipe uses just 5 torn books (this of course can be made to include more resources for crafting like Duct Tape/Adhesive tape etc...that i will leave for you to decide) Here is the code for the LitteringB41_Recipes.txt
#############################################################################
recipe Craft Cardboard Flat { BookTorn=5, Result:CardboardFlat, Time:130.0, Category:General, Sound:PutItemInBag, } recipe Craft Empty 9mm Ammo Box { BookTorn=5, Result:9mmAmmoBoxEmpty, Time:130.0, Category:General, Sound:PutItemInBag, } recipe Craft Empty 38 Ammo Box { BookTorn=5, Result:38AmmoBoxEmpty, Time:130.0, Category:General, Sound:PutItemInBag, } recipe Craft Empty 44 Ammo Box { BookTorn=5, Result:44AmmoBoxEmpty, Time:130.0, Category:General, Sound:PutItemInBag, } recipe Craft Empty 45 Ammo Box { BookTorn=5, Result:45AmmoBoxEmpty, Time:130.0, Category:General, Sound:PutItemInBag, } recipe Craft Empty 223 Ammo Box { BookTorn=5, Result:223AmmoBoxEmpty, Time:130.0, Category:General, Sound:PutItemInBag, } recipe Craft Empty 308 Ammo Box { BookTorn=5, Result:308AmmoBoxEmpty, Time:130.0, Category:General, Sound:PutItemInBag, } recipe Craft Empty 556 Ammo Box { BookTorn=5, Result:556AmmoBoxEmpty, Time:130.0, Category:General, Sound:PutItemInBag, } recipe Craft Empty Shotgun Shell Box { BookTorn=5, Result:ShotgunAmmoBoxEmpty, Time:130.0, Category:General, Sound:PutItemInBag, }
Last edited by dtoxic; 1 Oct, 2022 @ 3:49am