StevenGann / TRPG

An OOP C# framework for Text RPG games, inspired by the improved console window in Windows 10.
6 stars 4 forks source link

Crafting and Enchanting #5

Open StevenGann opened 8 years ago

StevenGann commented 8 years ago

An item crafting and enchanting system has been planned since the start of TRPG. The Item and Buff classes already have overloads for the Item+Item, Buff+Buff, and Item+Buff operators for this purpose, though an actual interface for these things has not yet been considered.

Crafting:

Enchanting: