CSI-280 / python-game

Python roguelike for CSI-280
0 stars 0 forks source link

Giving items traits and functions #57

Open steven-pershyn opened 4 years ago

steven-pershyn commented 4 years ago

The items need to have different traits and functions for each trait.

wesbeard commented 4 years ago

This could be done by identifying each type of item with a different attribute letter in the editor and then making a corresponding dictionary in the game files to store the different types of traits for each item.