From 22522488d89190d423a21829191f35675a40c37d Mon Sep 17 00:00:00 2001 From: Sky Johnson Date: Tue, 2 Jul 2024 22:53:28 -0500 Subject: [PATCH] Begin item guide rework --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 435c2d5..74876e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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