Socialist-Sister/dsh-survival-mode--packages-engine ↗★ 1
@dsh-survival/engine
Survival-mode rules engine: hunger/hp/day-night/mob settlement, tool gates, mining drops, save persistence and the dsh-survival settings namespace
AI Analysis
核心用途是为 DSH 引入生存游戏机制。适合想要在 AI 交互中体验类似 Minecraft 生存挑战的趣味性任务用户。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full README ↗@dsh-survival/engine
生存模式规则引擎(Agent 预设行)。提供 survivalEngine 服务,在 tools/pre-execute 作用域瀑布中硬结算生命/饥饿/门禁/昼夜/怪物,在 tools/result 中把真实任务信号结算为挖矿掉落,并通过宿主 storageDomain 持久化世界存档,注册 settings 命名空间 dsh-survival。
必须与消费者 @dsh-survival/tool-survival 放在同一个 isolate: { survivalEngine: true } 组内(服务不得发布进 root realm)。
- id: survival
name: cordis:group
group: true
isolate:
survivalEngine: true
config:
- id: survival-engine
name: '@dsh-survival/engine'
- id: tool-survival
name: '@dsh-survival/tool-survival'