template/packages-user/data-base/src
unanmed a66be585d1 feat(event): rework built-ins and centralize trigger collection
- rename deleteBlock -> removeBlock (dynamic tiles need dynamic:true),
  moveHeroStep -> stepHero; touchFront steps forward and lets the mover bump
- GameEventSystem.collectEvent owns point/tile source collection; moverImpl
  enter/leave/hit reuse it with OnEnter/OnLeave/OnTouch
- IBlockEventEnv gains required system field and nullable heroFloor
- MapLayer.removeBlock added and setBlock guarded by inMap; GameMap owns floorId
- IObjectMover.push accepts readonly steps
- update event/eventDispatch tests to the current implementation (fixtures
  supply system, hero location snapshots, renamed registrations)

Verified: data type gate 0 in-scope; vitest 19 files / 112 tests pass; prettier
and eslint clean on touched files.
2026-09-13 20:37:32 +08:00
..
enemy refactor: 删除污染严重的 TEnemy 和 THero,仅在战斗系统中包含 2026-05-17 23:56:40 +08:00
flag refactor: 将 Layer 0 单独放到一个包 2026-05-17 21:32:23 +08:00
hero feat(event): rework built-ins and centralize trigger collection 2026-09-13 20:37:32 +08:00
load refactor: 加载系统核心移动至数据端 2026-03-30 19:07:13 +08:00
map feat(event): rework built-ins and centralize trigger collection 2026-09-13 20:37:32 +08:00
game.ts feat(03-01): add Node-safe core state construction 2026-09-10 15:35:01 +08:00
index.ts refactor: 将 Layer 0 单独放到一个包 2026-05-17 21:32:23 +08:00
shared.ts refactor: 跟随者与勇士移动 2026-06-27 20:33:49 +08:00
types.ts feat: MapStore 2026-07-17 22:42:16 +08:00