51_AstralParty/project/floors/DP3.js
2025-09-11 22:30:07 +08:00

219 lines
6.6 KiB
JavaScript

main.floors.DP3=
{
"floorId": "DP3",
"title": "龙宫游乐园:广场",
"name": "广场",
"width": 13,
"height": 13,
"canFlyTo": true,
"canFlyFrom": true,
"canUseQuickShop": true,
"cannotViewMap": false,
"cannotMoveDirectly": false,
"images": [],
"ratio": 1,
"defaultGround": "magicground2",
"bgm": "maps5A.mp3",
"firstArrive": [
{
"type": "setValue",
"name": "flag:ratio",
"operator": "+=",
"value": "1"
},
{
"type": "insert",
"name": "龙宫2选1"
}
],
"eachArrive": [],
"parallelDo": "",
"events": {
"0,6": {
"trigger": null,
"enable": false,
"noPass": null,
"displayDamage": true,
"opacity": 1,
"filter": {
"blur": 0,
"hue": 0,
"grayscale": 0,
"invert": false,
"shadow": 0
},
"data": []
},
"12,6": {
"trigger": null,
"enable": false,
"noPass": null,
"displayDamage": true,
"opacity": 1,
"filter": {
"blur": 0,
"hue": 0,
"grayscale": 0,
"invert": false,
"shadow": 0
},
"data": []
},
"7,5": [
{
"type": "openShop",
"id": "battletokenshop",
"open": true
}
],
"5,5": [
{
"type": "openShop",
"id": "shop5",
"open": true
}
],
"7,7": [
{
"type": "choices",
"text": "\t[凛,Rin]需要钥匙吗,这是探险路上必不可少的东西",
"choices": [
{
"text": "-${flags.rinshop*100}G",
"icon": "yellowKey",
"color": [
254,
223,
57,
1
],
"need": "status:money>=flags.rinshop*100",
"action": [
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "flags.rinshop*100"
},
{
"type": "setValue",
"name": "flag:rinshop",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "item:yellowKey",
"operator": "+=",
"value": "1"
}
]
},
{
"text": "-${flags.rinshop*300}G",
"icon": "blueKey",
"color": [
51,
157,
238,
1
],
"need": "status:money>=flags.rinshop*300",
"action": [
{
"type": "setValue",
"name": "status:money",
"operator": "-=",
"value": "flags.rinshop*300"
},
{
"type": "setValue",
"name": "flag:rinshop",
"operator": "+=",
"value": "1"
},
{
"type": "setValue",
"name": "item:blueKey",
"operator": "+=",
"value": "1"
}
]
},
{
"text": "离开",
"action": []
}
]
}
],
"5,7": [
"\t[米米,Mimi]喜欢这款游戏的话也可以关注下原作《星引擎Party》",
{
"type": "confirm",
"text": "是否前往《星引擎Party》页面",
"yes": [
{
"type": "function",
"function": "function(){\nopen(\"https://store.steampowered.com/app/2622000/_Party/\")\n}"
}
],
"no": []
}
]
},
"changeFloor": {
"6,12": {
"floorId": "DP2_2",
"loc": [
6,
1
],
"direction": "down"
},
"0,6": {
"floorId": "DPL3_1",
"loc": [
11,
6
],
"direction": "left"
},
"12,6": {
"floorId": "DPR3_1",
"loc": [
1,
6
],
"direction": "right"
}
},
"beforeBattle": {},
"afterBattle": {},
"afterGetItem": {},
"afterOpenDoor": {},
"autoEvent": {},
"cannotMove": {},
"cannotMoveIn": {},
"map": [
[142,142,142,142,142,142, 0,142,142,142,142,142,142],
[142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,142],
[142, 0,142,142,142,142,142,142,142,142,142, 0,142],
[142, 0,142, 0, 0, 0, 0, 0, 0, 0,142, 0,142],
[142, 0,142, 0,142,142,142,142,142, 0,142, 0,142],
[142, 0,142, 0,142,1003, 0,1002,142, 0,142, 0,142],
[ 92, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94],
[142, 0,142, 0,142,396, 0,1006,142, 0,142, 0,142],
[142, 0,142, 0,142,142, 0,142,142, 0,142, 0,142],
[142, 0,142, 0, 0, 0, 0, 0, 0, 0,142, 0,142],
[142, 0,142,142,142,142, 0,142,142,142,142, 0,142],
[142, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,142],
[142,142,142,142,142,142, 93,142,142,142,142,142,142]
],
"bgmap": [
],
"fgmap": [
]
}