难度变为简单普通困难;结局按黑暗圣子分为两个结局

This commit is contained in:
bdf1 2024-08-26 01:24:54 +08:00
parent 406ce0e12b
commit 23837652da
2 changed files with 19 additions and 7 deletions

View File

@ -535,8 +535,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
] ]
}, },
{ {
"title": "困难", "title": "普通",
"name": "Hard", "name": "Normal",
"hard": 3, "hard": 3,
"color": [ "color": [
255, 255,
@ -547,8 +547,8 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
"action": [] "action": []
}, },
{ {
"title": "", "title": "困难",
"name": "???", "name": "Hard",
"hard": 4, "hard": 4,
"color": [ "color": [
255, 255,
@ -557,7 +557,7 @@ var data_a1e2fb4a_e986_4524_b0da_9b7ba7c0874d =
1 1
], ],
"action": [ "action": [
"???难度琼浆玉露和神之血效果归零。" "困难难度琼浆玉露和神之血不可用。"
] ]
} }
], ],

View File

@ -47,9 +47,21 @@ main.floors.HA18=
"name": "status:hp", "name": "status:hp",
"value": "status:atk+status:def" "value": "status:atk+status:def"
}, },
{
"type": "if",
"condition": "flag:heianshengzi",
"true": [
{ {
"type": "win", "type": "win",
"reason": "" "reason": "吴璋达"
}
],
"false": [
{
"type": "win",
"reason": "苗健壮"
}
]
} }
] ]
}, },