update data

This commit is contained in:
Vick Scarlet
2021-09-09 10:24:46 +08:00
parent 20288a686b
commit 3a9149e9a4
10 changed files with 361 additions and 57 deletions

View File

@@ -9,13 +9,13 @@ async function debug() {
await life.initial();
life.restart({
CHR: 2000, // 颜值 charm CHR
INT: 2000, // 智力 intelligence INT
STR: 2000, // 体质 strength STR
MNY: 2000, // 家境 money MNY
SPR: 2000, // 快乐 spirit SPR
AGE: 100,
TLT: [1134, 1048, 1009], // 天赋 talent TLT
CHR: 5, // 颜值 charm CHR
INT: 5, // 智力 intelligence INT
STR: 5, // 体质 strength STR
MNY: 5, // 家境 money MNY
SPR: 5, // 快乐 spirit SPR
// AGE: 100,
TLT: [1134, 1048, 1114], // 天赋 talent TLT
});
const lifeTrajectory = [];
let trajectory;
@@ -43,7 +43,7 @@ async function debug() {
}
).join('\n ')
);
if(age == 99) debugger
if(age == 60) debugger
} while(!trajectory.isEnd)
// debugger;
}