Add reloading component tracking #18
Labels
No Label
big feature
bug
duplicate
enhancement
help wanted
high priority
invalid
low priority
question
tech debt
ui/ux
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shibao/cannery#18
Loading…
Reference in New Issue
Block a user
No description provided.
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_paid
to calculate a raw cost for an ammo pack.