Lux-Ferre / gituich

An incremental/RPG game set within the sci-fi universe of my TTRPG.
0 stars 0 forks source link

Player Carry Capacity #20

Open Lux-Ferre opened 5 months ago

Lux-Ferre commented 5 months ago

Calculate the player's carry capacity based on equipment.

Eg, an empty hand slot could store 1 item but a basket in that slot could store 5.

This may be easier with a hidden equippable item to represent a slot being empty.

Entities currently have a weight, perhaps a volume would be a more realistic property for this purpose.