From 23837652da8745aa2efec14955dd17f5ee12b183 Mon Sep 17 00:00:00 2001 From: bdf1 Date: Mon, 26 Aug 2024 01:24:54 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=BE=E5=BA=A6=E5=8F=98=E4=B8=BA=E7=AE=80?= =?UTF-8?q?=E5=8D=95=E6=99=AE=E9=80=9A=E5=9B=B0=E9=9A=BE=EF=BC=9B=E7=BB=93?= =?UTF-8?q?=E5=B1=80=E6=8C=89=E9=BB=91=E6=9A=97=E5=9C=A3=E5=AD=90=E5=88=86?= =?UTF-8?q?=E4=B8=BA=E4=B8=A4=E4=B8=AA=E7=BB=93=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/data.js | 10 +++++----- project/floors/HA18.js | 16 ++++++++++++++-- 2 files changed, 19 insertions(+), 7 deletions(-) diff --git a/project/data.js b/project/data.js index ce9d64b..f31efe0 100644 --- a/project/data.js +++ b/project/data.js @@ -535,8 +535,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = ] }, { - "title": "困难", - "name": "Hard", + "title": "普通", + "name": "Normal", "hard": 3, "color": [ 255, @@ -547,8 +547,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = "action": [] }, { - "title": "???", - "name": "???", + "title": "困难", + "name": "Hard", "hard": 4, "color": [ 255, @@ -557,7 +557,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d = 1 ], "action": [ - "???难度琼浆玉露和神之血效果归零。" + "困难难度琼浆玉露和神之血不可用。" ] } ], diff --git a/project/floors/HA18.js b/project/floors/HA18.js index 31b754f..e3fcb34 100644 --- a/project/floors/HA18.js +++ b/project/floors/HA18.js @@ -48,8 +48,20 @@ main.floors.HA18= "value": "status:atk+status:def" }, { - "type": "win", - "reason": "" + "type": "if", + "condition": "flag:heianshengzi", + "true": [ + { + "type": "win", + "reason": "吴璋达" + } + ], + "false": [ + { + "type": "win", + "reason": "苗健壮" + } + ] } ] },