🐞 fix(稷下学宫): 正式环境屏蔽权重展示
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import { RougelikeCardPara } from "../db/RougelikeCard";
|
||||
import { RougelikeCharaPara } from "../db/RougelikeChara";
|
||||
import { RougelikeCollectionType } from "../db/RougelikeCollection";
|
||||
import { RandomRec } from "../db/RougelikeRecordDetail";
|
||||
import { UserGuildType } from "../db/UserGuild";
|
||||
|
||||
export interface RewardInter {
|
||||
@@ -54,7 +55,7 @@ export interface RougeDamageInter {
|
||||
unserDamage: number;
|
||||
isAp: boolean;
|
||||
isRound: boolean;
|
||||
maxHp?:number;
|
||||
maxHp?: number;
|
||||
}
|
||||
|
||||
export interface Uid {
|
||||
@@ -198,6 +199,7 @@ export interface CommonReward {
|
||||
takeoutReward?: RewardInter[]; // 可以外带的奖励 id&count
|
||||
score?: number; // 增加的积分
|
||||
techScore?: number; // 增加的科技分
|
||||
weightRecords?: RandomRec[]
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user