mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-08-28 01:06:49 +08:00
feature: spirit allocation
This commit is contained in:
@@ -18,9 +18,9 @@ export interface HLProperties {
|
||||
lowest: Properties // 历史最低属性
|
||||
}
|
||||
|
||||
export type Allocation = Omit<Properties, 'age' | 'spirit'>
|
||||
export type Allocation = Omit<Properties, 'age'>
|
||||
export function createProperties(allocation: Allocation) {
|
||||
return { ...allocation, age: -1, spirit: 0 }
|
||||
return { ...allocation, age: -1 }
|
||||
}
|
||||
|
||||
export function createHLProperties(allocation: Allocation) {
|
||||
|
||||
Reference in New Issue
Block a user