Add reloading component tracking #18
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Possible features:
I'd appreciate any additional ideas or conversations on this feature if you're interested!
Rough draft of schema:
Cannery.Reloading.Material:Represents some raw material used for reloading. Can be stored in containers alongside ammo packs.
Cannery.Reloading.PackMaterial:Represents a usage of raw material in an ammo pack. Can use
:amount_used+ material's:price_paidto calculate a raw cost for an ammo pack.