feat: 일반 생성 로직에 killturn 메타 데이터 추가
This commit is contained in:
@@ -54,7 +54,7 @@ const buildGeneral = (): GeneralRow =>
|
|||||||
atmos: 0,
|
atmos: 0,
|
||||||
age: 25,
|
age: 25,
|
||||||
npcState: 0,
|
npcState: 0,
|
||||||
meta: {},
|
meta: { killturn: 24 },
|
||||||
}) as unknown as GeneralRow;
|
}) as unknown as GeneralRow;
|
||||||
|
|
||||||
const buildCity = (): CityRow =>
|
const buildCity = (): CityRow =>
|
||||||
|
|||||||
Reference in New Issue
Block a user