add: character

This commit is contained in:
Vick Scarlet
2026-08-16 20:06:16 +08:00
committed by 神戸小鳥
parent 46a8528864
commit afb4276dd1
18 changed files with 194 additions and 79 deletions
+3 -5
View File
@@ -1,11 +1,9 @@
import type { Event } from '@remake/data/event'
import events from '@remake/data/event'
import type { Properties } from './state'
import type { GameState, ProfileState } from './state'
import { type Event, events } from '@remake/data'
import type { Properties, GameState, ProfileState } from './state'
import { propsEffect, createFlatState } from './state'
import { check as checkCondition } from '@remake/condition'
import { produce } from 'immer'
import type { TriggerResult } from './game'
import { produce } from 'immer'
export function check(
event: Event['id'],