-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
01189be
commit b8b151d
Showing
1 changed file
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
# 活动资源维护 | ||
|
||
一般是新活动开启时,新增 `./assets/resource/base/image` 下资源,以及 `./assets/interface.json` 中活动相关的 `pipeline_override` 的修改。 | ||
一般是新活动开启时,新增 `./assets/resource/base/image` 下资源,以及修改 `./assets/interface.json` 中活动相关的 `pipeline_override` 。 | ||
|
||
## 维护列表 | ||
|
||
| 任务/选项名 | 覆写任务 | 覆写参数 | 备注 | | ||
| --- | --- | --- | --- | | ||
| 轶事派遣 | EnterTheActivityMain | template | 当期活动入口模板 | | ||
| 活动选择 | ActivityEnterTheShow | template | 当期活动入口模板 | | ||
| 活动选择 | TargetStageName | expected | 关卡编号 | | ||
| 活动选择 | StageDifficulty | next | 关卡难度 | | ||
| - | CloseRewardPage | template | 独一律签到按钮 | | ||
### interface.json | ||
|
||
| 名称 | 类型 | 覆写任务 | 覆写字段 | 备注 | | ||
| --- | --- | --- | --- | --- | | ||
| 轶事派遣 | task | EnterTheActivityMain | template | 当期活动入口模板 | | ||
| 活动选择 | option | EnterTheActivityMain | template | 当期活动入口模板 | | ||
| 活动选择 | option | TargetStageName | expected | 关卡编号 | | ||
| 活动选择 | option | StageDifficulty | next | 关卡难度 | | ||
|
||
> [!NOTE] | ||
> | ||
> `活动选择`选项列表需要根据当前活动版本进行更新, | ||
> 当前开放中活动放最前面, | ||
> 已关闭但有尚未复刻的活动需标记“已结束”后放至最后, | ||
> 已关闭且外服已复刻完毕的活动需删除选项及相关资源(如模板图片)。 | ||
### pipeline | ||
|
||
| resource | 文件名 | 覆写任务 | 覆写字段 | 备注 | | ||
| --- | --- | --- | --- | --- | | ||
| base | startup.json | CloseRewardPage | template | 独一律签到页关闭按钮,图片命名为 `CloseRewardPage_<游戏版本>.png` | |