Linear ArchiveArchived issues viewer
← Back to list
INS-463

ステージのパラメータにステージアイコン画像の指定

StatusDone
TeamInstansys
Assigneeyasuhisa.hiraga@instansys.co.jp
PriorityNo priority
Created2026/03/02 03:57
Completed2026/03/09 03:38
Archived2026/03/17 02:36

Description

スクリーンショット 2026-03-02 9.04.17.png

export type CommonMainQuestMasterType = {
  id: string;
  difficultyId: string;
  name: string;
  platformImagePath: string; // 追加
  firstTimeRewards?:RewardsDataType,//初回限定報酬
  rewards?:RewardsDataType,//毎回もらえる報酬
}