HollowPS_TV_experiments/extras/zzz-0.1-jsons/VHSQuest_30011002.json

88 lines
3.6 KiB
JSON

//录像店1级风向委托-萝卜的警告交付委托交互
{
"ID": 30011002,
"Specials": {
"UnlockState": 0
},
"Events": {
"OnStart": {
"ID": 100,
"Actions": [
{ // 交付态显示气泡
"$type": "Share.CActionPerformCfg",
"ID": 101,
"PerformID": 45020,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "UnlockState",
"Param":"1",
"CompareType":"Equal"
}
]
},
{ // 交付委托演出
"$type": "Share.CActionPerformCfg",
"ID": 102,
"PerformID": 39016,
"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": 39016
// },
// {
// "$type": "Share.CActionResetEventCfg",
// "ID": 202
// }
// ]
// }
}
}