Skip to content

Commit

Permalink
feat: 新增鸣潮 2.1 卡池/角色/武器
Browse files Browse the repository at this point in the history
  • Loading branch information
TomyJan committed Feb 12, 2025
1 parent dec4f31 commit 6088bf3
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion data/system/pluginConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const mcGachaType = [

// 鸣潮历史 up 池时间和物品 id
// 注意, 解包得到 IconRup 中的 id 自 1.1 版本开始并不与角色 id 对应, 需要在 roleinfo 中找到相应 id
// 注意, 解包得到 IconWeapon 中的部分 id (暂时观察的结果只有新的五星) 自 1.3 版本开始并不与武器 id 对应, 需要在 weaponconf 中找到相应 id
// 注意, 解包得到 IconWeapon 中的新五星武器 id 自 1.3 版本开始并不与武器 id 对应, 新四星武器 id 自 ~2.1 版本开始不对应, 需要在 weaponconf 中找到相应 id
export const mcGachaUpPools = [
{
// 1.0 上半, 提前开服故时间提前
Expand Down Expand Up @@ -325,4 +325,58 @@ export const mcGachaUpPools = [
itemType: 2,
cardPoolName: '浮声沉兵',
},
{
// 2.1 上半
startTime: '1739412000', // 2025.02.13 10:00
endTime: '1741226340', // 2025.03.06 09:59
itemId: '1506',
itemName: '菲比',
itemType: 1,
cardPoolName: '于静谧呢喃',
},
{
// 2.1 上半
startTime: '1739412000', // 2025.02.13 10:00
endTime: '1741226340', // 2025.03.06 09:59
itemId: '21050046',
itemName: '和光回唱',
itemType: 2,
cardPoolName: '浮声沉兵',
},
{
// 2.1 下半
startTime: '1741226400', // 2025.03.06 10:00
endTime: '1742961540', // 2025.03.26 11:59
itemId: '1206',
itemName: '布兰特',
itemType: 1,
cardPoolName: '燃焰于海',
},
{
// 2.1 下半
startTime: '1741226400', // 2025.03.06 10:00
endTime: '1742961540', // 2025.03.26 11:59
itemId: '1205',
itemName: '长离',
itemType: 1,
cardPoolName: '炽羽策阵星',
},
{
// 2.1 下半
startTime: '1741226400', // 2025.03.06 10:00
endTime: '1742961540', // 2025.03.26 11:59
itemId: '21020036',
itemName: '不灭航路',
itemType: 2,
cardPoolName: '浮声沉兵',
},
{
// 2.1 下半
startTime: '1741226400', // 2025.03.06 10:00
endTime: '1742961540', // 2025.03.26 11:59
itemId: '21020016',
itemName: '赫奕流明',
itemType: 2,
cardPoolName: '浮声沉兵',
},
]
Binary file added resources/img/common/item/mc/1206.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/common/item/mc/1506.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/common/item/mc/21020036.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/common/item/mc/21050027.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/common/item/mc/21050046.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/img/common/item/mc/80080008.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6088bf3

Please sign in to comment.