feat: 实现避难所仓储系统与生存状态HUD改进
- 新增避难所仓储功能,支持物品在随身背包与仓储间转移 - 添加生存状态图标资源与状态阈值告警系统 - 重构HUD界面,优化状态显示与操作流程 - 扩展游戏核心系统,增加仓储相关动作和校验 - 更新文档说明仓储规则与实现细节
This commit is contained in:
@@ -3,6 +3,7 @@ import type { GameContent } from '@tinywaste/game-core';
|
||||
export const gameContent: GameContent = {
|
||||
version: '0.1.0',
|
||||
inventoryCapacity: 36,
|
||||
storageCapacity: 84,
|
||||
items: {
|
||||
water_dirty: {
|
||||
id: 'water_dirty',
|
||||
|
||||
Reference in New Issue
Block a user