Add late campaign character portraits

This commit is contained in:
2026-06-24 19:49:19 +09:00
parent 40078eabe3
commit cc70d1b665
10 changed files with 64 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import type { TerrainType, UnitClassKey } from './battleRules';
import type { EquipmentSet } from './battleItems';
export type PortraitKey = 'liuBei' | 'guanYu' | 'zhangFei';
export type PortraitKey = 'liuBei' | 'guanYu' | 'zhangFei' | 'zhugeLiang' | 'zhaoYun' | 'jiangWei' | 'simaYi';
export type StoryPage = {
id: string;