Expose sortie formation role counts
This commit is contained in:
@@ -283,6 +283,7 @@ type SortiePlanSummary = {
|
||||
recommendationCoverageComplete: boolean;
|
||||
deploymentLine: string;
|
||||
formationCoverageComplete: boolean;
|
||||
formationRoleCounts: Record<SortieFormationRole, number>;
|
||||
recommendationLine: string;
|
||||
recruitedLine: string;
|
||||
reserveLine: string;
|
||||
@@ -13433,6 +13434,7 @@ export class CampScene extends Phaser.Scene {
|
||||
recommendationCoverageComplete: missingRecommended.length === 0 && missingClassRecommendations.length === 0,
|
||||
deploymentLine: roleLine,
|
||||
formationCoverageComplete: roleCounts.front > 0 && roleCounts.flank > 0 && roleCounts.support > 0,
|
||||
formationRoleCounts: roleCounts,
|
||||
recommendationLine: recommended.length > 0
|
||||
? `추천 무장 ${recommendedSelectedCount}/${recommended.length} · 병종 ${recommendedClassCoverageLine}`
|
||||
: `추천 병종 ${recommendedClassCoverageLine}`,
|
||||
|
||||
Reference in New Issue
Block a user