From 11d040750c05c23e83b909328198a7daeb2816e1 Mon Sep 17 00:00:00 2001 From: TYTheBeast Date: Sat, 5 Oct 2024 07:27:46 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4fc65f..bfcb44a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ The current toolkit consists of two main components: the build batch generation ## Features -- [ ] Planned for v1: Automatically fetch latest items.json if missing, and automatically generate config.toml if it doesn't exist. +- [x] Automatically fetch latest items.json if missing. +- [ ] Automatically generate config.toml if it doesn't exist. - [x] Traverse and combine builds based on the provided equipment list, identifying valid builds and storing them in a database. - [x] Set conditions for validity checks, such as minimum attribute requirements, to filter out ineligible builds. - [x] Calculate basic attributes (hp, ehp, hpr, elemental defenses, attribute points, mana steal, mana regen, life steal, life regen, walk speed).