fix: 去除小学第二区的必用破。

This commit is contained in:
bdf1 2023-07-08 23:18:05 +10:00
parent 78b018570c
commit 34eaa5403d
2 changed files with 45 additions and 1 deletions

View File

@ -59,6 +59,28 @@ main.floors.MT44=
"type": "hide",
"remove": true
}
],
"2,7": [
{
"type": "if",
"condition": "(core.status.hero.loc.x>=2)",
"true": [
{
"type": "openDoor"
}
]
}
],
"2,8": [
{
"type": "if",
"condition": "(core.status.hero.loc.x>=2)",
"true": [
{
"type": "openDoor"
}
]
}
]
},
"changeFloor": {
@ -199,7 +221,7 @@ main.floors.MT44=
[ 1, 0, 1, 21, 21, 1, 0, 0, 0, 1,768,768, 1],
[ 1, 0, 1, 21, 0, 86, 0, 0, 0, 86, 0,768, 1],
[ 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1],
[ 1, 0, 1, 47, 0, 1, 0, 0, 0, 1,769,769, 1],
[ 1, 0, 1, 0, 0, 1, 0, 0, 0, 1,769,769, 1],
[ 1, 0, 1, 0, 0, 86, 0, 0, 0, 86, 0,769, 1],
[ 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1],
[ 1, 0, 1,772,772, 1, 0, 0, 0, 1, 0, 89, 1],

View File

@ -46,6 +46,28 @@ main.floors.MT45=
],
"remove": true
},
{
"type": "setBlockOpacity",
"loc": [
[
2,
7
]
],
"floorId": "MT44",
"opacity": 0.5
},
{
"type": "setBlockOpacity",
"loc": [
[
2,
8
]
],
"floorId": "MT44",
"opacity": 0.5
},
{
"type": "changeFloor",
"floorId": "MT44",