LambdaSix / Wild-Living

A mod to bring a little more life and variety to the wilds of Cataclysm: Dark Days Ahead.
MIT License
10 stars 4 forks source link

Storage - A-Frame Upgrades #66

Open LambdaSix opened 4 years ago

LambdaSix commented 4 years ago

Rework the current A-Frame backpack into several tiers so it doesn't become immediately obsolete.

Basic A-Frame Backpack

Made from either the Birchbark Pouch or Loop Pouch, this frame is a simple wooden construction and the bag is tied to the frame, not changing any of the storage values except lowering encumbrance slightly.

image image image

Source: https://www.primitiveways.com/pack_frame.html

Custom A-Frame Backpack

A combination of the Basic frame some rework on the frame to allow attaching a matching bedroll set from [Create Issue] by providing 1 holster slot accepting a specific flag (WILD_BEDROLL) so it can only holster the one thing. Continues to use the storage of the pouches but lowers the encumbrance a little more and adding the loop.

Similar in concept to: image

Extended Custom A-Frame Backpack

Reinforcing and extending the custom back by adding more storage on top and keeping the lower loop for bedroll intact, but adding an additional holster slot for an axe or similar.

image

LambdaSix commented 4 years ago

This can potentially be surfaced via https://github.com/CleverRaven/Cataclysm-DDA/pull/39210 using Modifications to the backpack to add various parts, creating a more modular pack system based on the users desires.

Update: 39210 was Vetoed from inclusion in mainline, so none of this is currently possible within the existing framework.

LambdaSix commented 4 years ago

Related to #73