Expand campaign visual assets

This commit is contained in:
2026-06-25 10:52:16 +09:00
parent 30291fe0fa
commit 03ca89e03f
18 changed files with 254 additions and 300 deletions

View File

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