diff --git a/FileConfig.json b/FileConfig.json index bacb4b7..e742f88 100644 --- a/FileConfig.json +++ b/FileConfig.json @@ -113,6 +113,22 @@ { "type": "img", "content": "1" + }, + { + "type": "img", + "content": "2" + }, + { + "type": "str", + "content": "独家功能1:支持多BOSS模式,可自行拓展,配置不同的副本,不同的BOSS,不同的奖励。" + }, + { + "type": "img", + "content": "3" + }, + { + "type": "str", + "content": "独家功能2:支持组队进入,可通过查看详细按钮,查看各个玩家伤害。" } ] }, @@ -747,7 +763,6 @@ } }, "骑士马战": { - "Private": true, "price": 100, "Script": [ "Project/HorseGuessing/HorseGuessing_Guide.nut", diff --git a/Project/WorldBoss/img/2.png b/Project/WorldBoss/img/2.png new file mode 100644 index 0000000..55c5d91 Binary files /dev/null and b/Project/WorldBoss/img/2.png differ diff --git a/Project/WorldBoss/img/3.png b/Project/WorldBoss/img/3.png new file mode 100644 index 0000000..cace5ee Binary files /dev/null and b/Project/WorldBoss/img/3.png differ