davedotluebke / old-skool-text-game

Coding project used to learn Python
5 stars 4 forks source link

Weapon enhancements: Multiple default and wielded weapons, weapon slots #163

Closed davedotluebke closed 4 years ago

davedotluebke commented 4 years ago

Refining issue for one of the remaining checkbox goals in #33.

Creatures can have multiple default weapons (e.g. "You hit the monster with your bare hands", "You kick the monster with your feet") and can wield multiple weapons.

We will also track the weapon slots (feet, one hand, two hand) and weapon types (piercing, slashing, bludgeoning, heat, cold, acid, poison, magic, etc.)

Created branch "multiple-default-weapons" for this.

davedotluebke commented 4 years ago

Decided not to do this part, but to move it to a separate enhancement:

We will also track the weapon slots (feet, one hand, two hand) and weapon types (piercing, slashing, bludgeoning, heat, cold, acid, poison, magic, etc.)

and implemented the rest in fd3abd8..84d148c. Closing this issue.