fix: 去除小学第二区的必用破。
This commit is contained in:
parent
78b018570c
commit
34eaa5403d
@ -59,6 +59,28 @@ main.floors.MT44=
|
|||||||
"type": "hide",
|
"type": "hide",
|
||||||
"remove": true
|
"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": {
|
"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, 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, 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, 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, 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, 1, 1, 1, 0, 0, 0, 1, 1, 1, 1],
|
||||||
[ 1, 0, 1,772,772, 1, 0, 0, 0, 1, 0, 89, 1],
|
[ 1, 0, 1,772,772, 1, 0, 0, 0, 1, 0, 89, 1],
|
||||||
|
@ -46,6 +46,28 @@ main.floors.MT45=
|
|||||||
],
|
],
|
||||||
"remove": true
|
"remove": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "setBlockOpacity",
|
||||||
|
"loc": [
|
||||||
|
[
|
||||||
|
2,
|
||||||
|
7
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"floorId": "MT44",
|
||||||
|
"opacity": 0.5
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "setBlockOpacity",
|
||||||
|
"loc": [
|
||||||
|
[
|
||||||
|
2,
|
||||||
|
8
|
||||||
|
]
|
||||||
|
],
|
||||||
|
"floorId": "MT44",
|
||||||
|
"opacity": 0.5
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "changeFloor",
|
"type": "changeFloor",
|
||||||
"floorId": "MT44",
|
"floorId": "MT44",
|
||||||
|
Loading…
Reference in New Issue
Block a user