refactor: apply consistent formatting and minor import adjustments across test and tsconfig files.

This commit is contained in:
2026-01-07 18:05:22 +00:00
parent 542a65c2a9
commit f62bbb7927
12 changed files with 419 additions and 195 deletions
@@ -17,8 +17,6 @@ export const itemModule: ItemModule = {
unique: false,
getBattleInitTriggerList: (context) => {
if (!context.unit) return null;
return new WarTriggerCaller(
new che_사기(context.unit, BaseWarUnitTrigger.TYPE_CONSUMABLE_ITEM, 30)
);
return new WarTriggerCaller(new che_사기(context.unit, BaseWarUnitTrigger.TYPE_CONSUMABLE_ITEM, 30));
},
};
@@ -32,9 +32,6 @@ export const itemModule: ItemModule = {
return null;
}
return new WarTriggerCaller(
new che_저지_시도(unit),
new che_저지(unit)
);
return new WarTriggerCaller(new che_저지_시도(unit), new che_저지(unit));
},
};
@@ -17,8 +17,6 @@ export const itemModule: ItemModule = {
unique: false,
getBattleInitTriggerList: (context) => {
if (!context.unit) return null;
return new WarTriggerCaller(
new che_훈련(context.unit, BaseWarUnitTrigger.TYPE_CONSUMABLE_ITEM, 40)
);
return new WarTriggerCaller(new che_훈련(context.unit, BaseWarUnitTrigger.TYPE_CONSUMABLE_ITEM, 40));
},
};