tianta/project/events.js

262 lines
4.7 KiB
JavaScript
Raw Normal View History

2022-10-16 21:58:52 +08:00
var events_c12a15a8_c380_4b28_8144_256cba95f760 =
{
"commonEvent": {
"加点事件": [
{
"type": "comment",
"text": "通过传参flag:arg1 表示当前应该的加点数值"
},
{
"type": "choices",
"choices": [
{
"text": "攻击+${1*flag:arg1}",
"action": [
{
"type": "setValue",
"name": "status:atk",
"operator": "+=",
"value": "1*flag:arg1"
}
]
},
{
"text": "防御+${2*flag:arg1}",
"action": [
{
"type": "setValue",
"name": "status:def",
"operator": "+=",
"value": "2*flag:arg1"
}
]
},
{
"text": "生命+${200*flag:arg1}",
"action": [
{
"type": "setValue",
"name": "status:hp",
"operator": "+=",
"value": "200*flag:arg1"
}
]
}
]
}
],
"回收钥匙商店": [
{
"type": "comment",
"text": "此事件在全局商店中被引用了(全局商店keyShop)"
},
{
"type": "comment",
"text": "解除引用前勿删除此事件"
},
{
"type": "comment",
"text": "玩家在快捷列表V键中可以使用本公共事件"
},
{
"type": "while",
"condition": "1",
"data": [
{
"type": "choices",
"text": "\t[商人,trader]你有多余的钥匙想要出售吗?",
"choices": [
{
"text": "黄钥匙10金币",
"color": [
255,
255,
0,
1
],
"action": [
{
"type": "if",
"condition": "item:yellowKey >= 1",
"true": [
{
"type": "setValue",
"name": "item:yellowKey",
"operator": "-=",
"value": "1"
},
{
"type": "setValue",
"name": "status:money",
"operator": "+=",
"value": "10"
}
],
"false": [
"\t[商人,trader]你没有黄钥匙!"
]
}
]
},
{
"text": "蓝钥匙50金币",
"color": [
0,
0,
255,
1
],
"action": [
{
"type": "if",
"condition": "item:blueKey >= 1",
"true": [
{
"type": "setValue",
"name": "item:blueKey",
"operator": "-=",
"value": "1"
},
{
"type": "setValue",
"name": "status:money",
"operator": "+=",
"value": "50"
}
],
"false": [
"\t[商人,trader]你没有蓝钥匙!"
]
}
]
},
{
"text": "离开",
"action": [
{
"type": "exit"
}
]
}
]
}
]
}
],
"跳过事件图片": [
{
"type": "if",
"condition": "flag:useS_PASS",
"true": [
{
"type": "showImage2",
"code": 50,
"image": "tiaojuqing.png",
"sloc": [
0,
0,
"null",
"null"
],
"loc": [
700,
0,
243,
71
],
"opacity": 1,
"time": 0
},
{
"type": "moveImage",
"code": 50,
"to": [
400,
0
],
"opacity": 1,
"time": 500
}
],
"false": [
{
"type": "moveImage",
"code": 50,
"to": [
700,
0
],
"time": 500
},
{
"type": "hideImage",
"code": 50,
"time": 0
}
]
}
],
"34door": [
{
"type": "function",
"function": "function(){\ncore.replaceBlock(540, 378, core.floorIds);\n}"
},
{
"type": "function",
"function": "function(){\ncore.replaceBlock(539, 540, core.floorIds);\n}"
},
{
"type": "function",
"function": "function(){\ncore.replaceBlock(538, 539, core.floorIds);\n}"
},
{
"type": "function",
"function": "function(){\ncore.replaceBlock(378, 538, core.floorIds);\n}"
}
2023-05-28 21:19:17 +08:00
],
"40回忆汪洋": [
{
"type": "showImage2",
"code": 38,
"image": "30juqing.png",
"loc": [
0,
0
],
"opacity": 0.7,
"time": 500,
"async": true
},
{
"type": "showImage2",
"code": 39,
"image": "wangyangqianxiao.png",
"loc": [
200,
40
],
"opacity": 0.7,
"time": 500,
"async": true
},
{
"type": "waitAsync"
},
{
"type": "hideImage",
"code": 38,
"time": 500,
"async": true
},
{
"type": "hideImage",
"code": 39,
"time": 500,
"async": true
},
{
"type": "waitAsync"
}
2022-10-16 21:58:52 +08:00
]
}
}