refactor conversation

This commit is contained in:
bridge
2025-12-18 21:52:00 +08:00
parent 3ca5333246
commit acf7d9dd35
36 changed files with 109 additions and 51 deletions

View File

@@ -14,8 +14,9 @@ class MoveToRegion(DefineAction, ActualActionMixin):
移动到某个region
"""
COMMENT = "移动到某个区域"
DOABLES_REQUIREMENTS = "任何时候都可以执行"
ACTION_NAME = "移动到区域"
DESC = "移动到某个区域"
DOABLES_REQUIREMENTS = "无限制"
PARAMS = {"region": "region_name"}
def __init__(self, avatar, world):