MineColonies

MineColonies

53M Downloads

[API] Replace Enum SKILLS in the AbstractBuildingWorker class with a Registry.

marchermans opened this issue · 0 comments

commented

Current Situation:
Skills are currently being defined in a Constant Enum

Desired Situation:

  • The skills a Citizen has are expandable beyond what is stated in the Enum.
  • The skill implementation provides additional data for the statistics (like default value, min and max)
  • A registry is used to handle the skills themselfs.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.