hgeorgsch / armchar-swish

ArM character server implementation using Haskell and Swish
GNU General Public License v3.0
0 stars 1 forks source link

Merge Item and Trait #102

Open hgeorgsch opened 2 years ago

hgeorgsch commented 2 years ago

There seem to be no reason to keep Item and Trait separate, and merging them would simplify the code. It is possible that we should solve #87 first, and review the feasibility.

hgeorgsch commented 2 years ago

We need to be able to single out Equipment. Does it suffice to have Possessions as a subclass of traits?
I cannot remember any case where traits are processed collectively without possessions undergoing the same,

hgeorgsch commented 2 years ago

It can wait until #87 is done