Begin item guide rework

This commit is contained in:
Sky Johnson 2024-07-02 22:53:28 -05:00
parent b1b0868501
commit 22522488d8

View File

@ -21,6 +21,7 @@ The Update has not been merged into `master` yet, but it will be. In the meantim
- The installer has been totally rewritten using the new database wrapper and a handful of new library functions.
- Classes have been totally reworked! Prior, they were hard-coded into the game's overall settings. This made them highly inflexible and allowed only three classes which all needed their own level rows to define. This sucked! Now, classes are their own rows in the `classes` table, with starting stats and stat growth per-level. They also now have a special syntax in the `spells` field to detail at what level what spells the player gets.
- The help pages have been moved to the new structure and have been renamed to "Guide".
- Items now use a new special syntax similar to class spells to have multiple attributes; no more limits!
### Removed