Various Items - ZenarchistCode/ZenModPack GitHub Wiki
Fire Sticks
This mod adds the ability to "place" sticks around an outdoor fire to cook with.
https://github.com/ZenarchistCode/ZenFireSticks
To disable this feature set "ZenFireplaceStick": 0
in ZenModPackConfig.json
Community Barrel
This item is a static object which is persistent and will last forever once placed in-game. It's designed to be placed using admin tools and spawned using the init.c
method. There are two versions - a fire barrel (_Holes) and a regular barrel.
Eg: SpawnObject("Zen_CommunityBarrel_Holes", "1125.991333 5.601173 2417.785400", "0 0 0", 1);
Classnames:
Zen_CommunityBarrel
Zen_CommunityBarrel_Holes
Cannabis
I implemented a basic cannabis growing system based on unused vanilla files. My cannabis cannot be eaten, it's purely a cosmetic item mainly designed to be a rare item players can find and grow to sell at the trader if you run traders.
Make sure to merge my cannabis types.xml
entries and spawn the seeds or packets in the world if you want to enable growing.
Classnames:
Zen_Cannabis
Zen_CannabisSeeds
Zen_CannabisSeedsPack
Dextroamphetamine
These are a new medicine item. They're just a re-skinned vitamin bottle, but when this item is consumed the player regenerates stamina 2x as fast for 10 minutes per tablet.
Classname:
Zen_DexBottle
Journal
This re-skinned Bible book journal is purely for conveniently carrying notes, pens, compass and map.
To disable it, just don't add the types.xml
entry.
Classname:
ZenJournal
Quiver
This item is an unimplemented vanilla item that I just added as an attachment slot to belts, added bolt attachment slots to, and stringtabled for translations. It's still a bit janky but perhaps better than nothing for those who love to use crossbows.
You can store up to 40 bolts in this quiver. It requires being spawned into the world like any other item using types.xml
Classname:
ZenQuiver
NBC Case
This is a re-skinned protector case which can carry a full NBC suit as attached items. To disable it just don't add the types.xml
entry.
Classname:
Zen_NBCCase
Re-skinned Vanilla Items
Zen_TradingFlag
Armband_ZenTrader
Zen_Mich2001Helmet_Black
Zen_Mich2001Helmet_Camo
Zen_Mich2001Helmet_DarkCamo
Zen_Mich2001Helmet_Zenarchist
Zen_TacticalShirt_Zenarchist
Zen_TacticalShirt_Black_Australia
Zen_TacticalShirt_Olive_Australia
Zen_TacticalShirt_Tan_Australia
Zen_BaseballCap_Camo
Zen_BaseballCap_DarkCamo
Zen_BaseballCap_Zenarchist
MilitaryBoots_BlackPunk
Zen_Shirt_HunterCat
Zen_Shirt_PharaohCat
Zen_Shirt_BothCat
ZenKnifeGardens
This mod config in ZenModPackConfig.json
enables the ability to dig garden plots inside greenhouses using knives and screwdrivers.