stg-annon / BT-Silver-Base

a base game for BT Silver with some edits
29 stars 18 forks source link

Potion Changes #178

Open stg-annon opened 6 years ago

stg-annon commented 6 years ago

Anything potion related is now stored in a potion library object which can be used to pull the pertinent metadata of a given id. The players inventory is now stored in a single persistent dictionary structure as {"item_id": quantitity} this prevents the hassle of trying to store whole objects when all that is needed is a list of acquired items and their quantity