Migsect / Inscription

Minecraft Bukkit Plugin to add Glyphs RPG mechanic to the Game
0 stars 1 forks source link

Refactor conditions on attributes into something more configurable #86

Closed Migsect closed 4 years ago

Migsect commented 4 years ago

Justification

Currently conditions are hard backed into glyphs. We should generalize this system such that the conditions are applicable based on glyphs. This will increase the flexibility of the glyph attributes.

For example, item usage for glyph activation often appear as while using %ITEM%, this can simply be configured with the glyph.

The hope is that conditions don't need to be programmed again for attributes, or at least the text for the conditions. Additionally this can cleanup tooltips and allow conditions to be added much more cleanly.

Requirements

Migsect commented 4 years ago

Added as of https://github.com/Migsect/Inscription/commit/918b5f4dc79c80a76993be79a6ace7d5df6c7045