add: character

This commit is contained in:
Vick Scarlet
2026-08-14 00:57:02 +08:00
parent 9c8478c102
commit d0f7dbb464
18 changed files with 194 additions and 79 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
import type { Talent, TalentGrade } from '@remake/data'
import { talents } from '@remake/data'
import type { Properties } from './state'
import type { GameState, ProfileState } from './state'
import { type Talent, type TalentGrade, talents } from '@remake/data'
import type { Properties, GameState, ProfileState } from './state'
import { propsEffect, createFlatState } from './state'
import { check } from '@remake/condition'
import { pick, pickWeight, type RNG } from '@remake/vitex'