0.1.37 天人感应·因果织锦:功德系统+飞升试炼+世界奇观+MOD扩展口

This commit is contained in:
2026-09-10 23:37:57 +08:00
parent 2984d05647
commit 87cd71ad21
24 changed files with 1062 additions and 43 deletions
+5 -1
View File
@@ -45,7 +45,11 @@ export interface EffectDef {
formation?: string
apprentice?: { build: boolean }
trib?: { memberId: string; mode: 'rash' | 'guard' | 'delay' }
}
/** 0.1.37 功德因果值变动(正=善行,负=恶行) */
karma?: number
/** 0.1.37 飞升试炼阶段推进(心魔→天劫→飞升) */
ascension?: { memberId: string; stage: 'heart' | 'heaven' | 'ascend'; mode?: 'rash' | 'guard' | 'delay' }
}
export interface EventOptionDef {
label: string