diff --git a/FileConfig.json b/FileConfig.json index ccd9264..0d4e473 100644 --- a/FileConfig.json +++ b/FileConfig.json @@ -120,7 +120,7 @@ }, { "type": "str", - "content": "独家功能1:支持多BOSS模式,可自行拓展,配置不同的副本,不同的BOSS,不同的奖励。" + "content": "独家功能1:支持多BOSS模式,可自行拓展,配置不同的副本,不同的BOSS,不同的奖励." }, { "type": "img", @@ -128,7 +128,55 @@ }, { "type": "str", - "content": "独家功能2:支持组队进入,可通过查看详细按钮,查看各个玩家伤害。" + "content": "独家功能2:支持组队进入,可通过查看详细按钮,查看各个玩家伤害." + }, + { + "type": "img", + "content": "4" + }, + { + "type": "str", + "content": "在配置文件中建立新的表,就可以添加多个世界BOSS活动." + }, + { + "type": "img", + "content": "5" + }, + { + "type": "str", + "content": "可针对每个BOSS设定不同的信息." + }, + { + "type": "img", + "content": "6" + }, + { + "type": "str", + "content": "可针对每个BOSS设定伤害倍率(自己拓展副本的时候如果怕BOSS不够硬,就可以更改这里的倍率)." + }, + { + "type": "img", + "content": "7" + }, + { + "type": "str", + "content": "可针对每个BOSS设定入场门票,开放时间,和对应阶级的奖励道具." + }, + { + "type": "img", + "content": "8" + }, + { + "type": "str", + "content": "世界BOSS副本可完全自定义,和PVF原生副本一样,可以设置多个房间,最后伤害结算只计算配置中BOSS ID的伤害." + }, + { + "type": "img", + "content": "9" + }, + { + "type": "str", + "content": "配置中战斗时长耗尽后,小队将被强制传送回阿拉德大陆.每一次战斗都计入排行榜,如果你不限制次数,可以与多名玩家,进行多次组队尝试战斗,结果将都被计算." } ] }, diff --git a/Project/WorldBoss/img/4.png b/Project/WorldBoss/img/4.png new file mode 100644 index 0000000..8a89839 Binary files /dev/null and b/Project/WorldBoss/img/4.png differ diff --git a/Project/WorldBoss/img/5.png b/Project/WorldBoss/img/5.png new file mode 100644 index 0000000..61703d3 Binary files /dev/null and b/Project/WorldBoss/img/5.png differ diff --git a/Project/WorldBoss/img/6.png b/Project/WorldBoss/img/6.png new file mode 100644 index 0000000..dd46982 Binary files /dev/null and b/Project/WorldBoss/img/6.png differ diff --git a/Project/WorldBoss/img/7.png b/Project/WorldBoss/img/7.png new file mode 100644 index 0000000..ffce4a8 Binary files /dev/null and b/Project/WorldBoss/img/7.png differ diff --git a/Project/WorldBoss/img/8.png b/Project/WorldBoss/img/8.png new file mode 100644 index 0000000..ebe15f0 Binary files /dev/null and b/Project/WorldBoss/img/8.png differ diff --git a/Project/WorldBoss/img/9.png b/Project/WorldBoss/img/9.png new file mode 100644 index 0000000..0a1a916 Binary files /dev/null and b/Project/WorldBoss/img/9.png differ