Add Darkrime Delves dungeon bot - #63
Wellwisher533 wants to merge 1 commit into
Conversation
|
Verdict for the original request: request changes — Darkrime Delves is a coherent dungeon-bot feature, but this PR does not fix the existing interaction path. It adds a second interaction system and makes Darkrime use that instead. [BLOCKER] Its header explicitly says existing interaction wrappers do not import or call it. It then implements its own target search, movement, interaction, dialog handling, retries, post-interaction checks, and action-queue control.
As a result, the original interaction path remains unchanged. Darkrime receives a separate version of interaction behavior, and later bots can use either path and behave differently. [BLOCKER]
The JSON contains route metadata, interaction policies, markers, and capture references that belong to the same Darkrime feature data already represented in Python. As a result, the PR adds two sources for Darkrime data: the Python catalog the bot uses and a JSON file the bot does not use. They will drift. Required direction:
The current implementation is a private interaction rewrite and duplicate Darkrime data, not a fix to the existing shared interaction path. |
Summary
Validation