5 Commits

Author SHA1 Message Date
ed59ee242e fix: handle quest completion via missionInventoryUpdate
Some checks failed
Build / build (18) (push) Failing after 43s
Build / build (22) (push) Failing after 1m0s
Build / build (20) (push) Failing after 59s
Build / build (18) (pull_request) Failing after 42s
Build / build (20) (pull_request) Failing after 59s
Build / build (22) (pull_request) Failing after 1m9s
2025-03-09 18:36:09 +01:00
bf7fd42198 feat: tutorial and natural new player experience (#983)
All checks were successful
Build / build (18) (push) Successful in 39s
Build / build (22) (push) Successful in 1m1s
Build / build (20) (push) Successful in 1m12s
Build Docker image / docker (push) Successful in 30s
Reviewed-on: #983
Co-authored-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
Co-committed-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
2025-02-22 11:10:52 -08:00
a259afe912 feat(webui): give all quests (#981)
All checks were successful
Build / build (18) (push) Successful in 39s
Build / build (20) (push) Successful in 1m0s
Build Docker image / docker (push) Successful in 36s
Build / build (22) (push) Successful in 1m4s
Reviewed-on: #981
Co-authored-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
Co-committed-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
2025-02-21 05:30:13 -08:00
fb8d176fbe fix(webui): quest cheats (#965)
All checks were successful
Build / build (18) (push) Successful in 58s
Build / build (20) (push) Successful in 1m8s
Build Docker image / docker (push) Successful in 1m25s
Build / build (22) (push) Successful in 32s
Completing Quests via the webui will now also award the quest's items and mails.

Also fixes doubly adding key chain items.
A few items will not be added, as it is currently impossible to determine the item category by path for these items.
This will be fixed soon.

Reviewed-on: #965
Co-authored-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
Co-committed-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
2025-02-19 14:09:47 -08:00
1413a6bcc2 feat: move quest cheats to webui (#963)
All checks were successful
Build Docker image / docker (push) Successful in 35s
Build / build (22) (push) Successful in 1m9s
Build / build (20) (push) Successful in 36s
Build / build (18) (push) Successful in 57s
Co-authored-by: Sainan <sainan@calamity.inc>
Reviewed-on: #963
Co-authored-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
Co-committed-by: Ordis <134585663+OrdisPrime@users.noreply.github.com>
2025-02-18 17:14:42 -08:00