增加用于补贴用的机动位定义

This commit is contained in:
CounterFire2023 2024-11-25 16:36:07 +08:00
parent 89f30f775a
commit 8657ac2af7

View File

@ -64,6 +64,9 @@ export class CECRecordTotalClass extends BaseModule {
* discord ticket: 26, 7, 9, 11, 13, 15, 17, 20, 21, 22, 23, 24, 25
* p2e season 2(Contribution Clash): 18
* founder's tag holder: 19
* 机动: 100, 101, 102, 103, 104, 105, 106, 107, 108, 109
* 机动位的用法: 比如现在是第三期, badge的奖励, 1,2, 1,2rate设为0,
* 3rate改为16, bit位改为未使用的机动位
*/
@prop({ type: () => ClaimStatus, _id: false })
public claimStatus?: Map<string, ClaimStatus>