88 lines
3.6 KiB
JSON
88 lines
3.6 KiB
JSON
//录像店1级风向委托-素未谋面交付委托交互
|
|
|
|
{
|
|
|
|
|
|
|
|
"ID": 30011001,
|
|
|
|
"Specials": {
|
|
|
|
"UnlockState": 0
|
|
|
|
},
|
|
|
|
"Events": {
|
|
|
|
"OnStart": {
|
|
|
|
"ID": 100,
|
|
|
|
"Actions": [
|
|
|
|
{ // 交付态显示气泡
|
|
|
|
"$type": "Share.CActionPerformCfg",
|
|
|
|
"ID": 101,
|
|
|
|
"PerformID": 45021,
|
|
|
|
"Predicates": [
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigEventBySpecials",
|
|
|
|
"ParamName": "UnlockState",
|
|
|
|
"Param":"1",
|
|
|
|
"CompareType":"Equal"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{ // 交付委托演出
|
|
|
|
"$type": "Share.CActionPerformCfg",
|
|
|
|
"ID": 102,
|
|
|
|
"PerformID": 39013,
|
|
|
|
"Predicates": [
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigEventBySpecials",
|
|
|
|
"ParamName": "UnlockState",
|
|
|
|
"Param":"0",
|
|
|
|
"CompareType":"Equal"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
// { // 交付委托fairy提示
|
|
|
|
// "$type": "Share.CActionShowTip",
|
|
|
|
// "ID": 103,
|
|
|
|
// "TipID": 999300003,
|
|
|
|
// "ShowPage": 1,
|
|
|
|
// "Predicates": [
|
|
|
|
// {
|
|
|
|
// "$type": "Share.CConfigEventBySpecials",
|
|
|
|
// "ParamName": "UnlockState",
|
|
|
|
// "Param":"0",
|
|
|
|
// "CompareType":"Equal"
|
|
|
|
// }
|
|
|
|
// ]
|
|
|
|
// },
|
|
|
|
{//满足修改参数
|
|
|
|
"$type": "Share.CConfigSetSpecial",
|
|
|
|
"ID": 104,
|
|
|
|
"SpecialName": "UnlockState",
|
|
|
|
"SpecialValue": 1,
|
|
|
|
"Predicates": [
|
|
|
|
{
|
|
|
|
"$type": "Share.CConfigEventBySpecials",
|
|
|
|
"ParamName": "UnlockState",
|
|
|
|
"Param":"0",
|
|
|
|
"CompareType":"Equal"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "Share.CActionResetEventCfg",
|
|
|
|
"ID": 105
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
// "OnInteract": {
|
|
|
|
// "ID": 200,
|
|
|
|
// "Actions": [
|
|
|
|
// { // 交付升级委托
|
|
|
|
// "$type": "Share.CActionPerformCfg",
|
|
|
|
// "ID": 201,
|
|
|
|
// "PerformID": 39013
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// "$type": "Share.CActionResetEventCfg",
|
|
|
|
// "ID": 202
|
|
|
|
// }
|
|
|
|
// ]
|
|
|
|
// }
|
|
|
|
}
|
|
|
|
}
|
|
|