56 lines
1.7 KiB
JSON
56 lines
1.7 KiB
JSON
{
|
|
|
|
"ID": 1000218,
|
|
|
|
"Specials": {
|
|
|
|
//表格参数
|
|
|
|
"stamina": 20
|
|
|
|
},
|
|
|
|
"Events": {
|
|
|
|
"OnStart":{
|
|
|
|
"Actions":[
|
|
|
|
{
|
|
|
|
//+压力值
|
|
|
|
"$type": "Share.CConfigModifySceneProperty",
|
|
|
|
"Property": "Stamina",
|
|
|
|
"Count": "specials(stamina)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigPlayAnim",
|
|
|
|
"WaitingTime": -1
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigSetMapState",
|
|
|
|
"Position": "Absolute",
|
|
|
|
"NodeType": "All",
|
|
|
|
"X": 0,
|
|
|
|
"Y": 0,
|
|
|
|
"Radius": 0,
|
|
|
|
"Count": 1,
|
|
|
|
"FromVisibleState": [
|
|
|
|
"VisibleByTriggerEvent"
|
|
|
|
],
|
|
|
|
"ToVisibleState": ["Visible"]
|
|
|
|
},
|
|
|
|
//结束条件
|
|
|
|
{
|
|
|
|
"$type":"Share.CConfigSetConditionProgress",
|
|
|
|
"ConditionID":30060048,
|
|
|
|
"Progress":1,
|
|
|
|
"ModifyType":"Add"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigWaitSeconds",
|
|
|
|
"Time": 0.5
|
|
|
|
},
|
|
|
|
//教学弹窗
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigShowPopWindow",
|
|
|
|
"PopID": 1000212,
|
|
|
|
"ShowDirectly": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigFinishEvent"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|