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

213 lines
9.8 KiB
JSON

//录像店萝卜的警告-发放委托交互
{
"ID": 30010002,
"Specials": {
"Radius": 2000,
"IsAcceptQuest": 0
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
{ // 未匹配风向情况
"$type": "Share.CActionPerformCfg",
"ID": 101,
"PerformID": 39018,
"Predicates": [
{
"$type": "Share.CConfigEventByVHSStoreMatchLevel",
"TrendID": 201002,
"MatchLevel": 0
}
]
},
{ // 已发放升级委托后的演出
"$type": "Share.CActionPerformCfg",
"ID": 102,
"PerformID": 39015,
"Predicates": [
{
"$type":"Share.CConfigEventByNot",
"Predicates":[
{
"$type": "Share.CConfigEventByVHSStoreMatchLevel",
"TrendID": 201002,
"MatchLevel": 0
}
]
},
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"Equal"
}
]
},
{ // 已匹配后不管层级,均按此进行委托表演
"$type": "Share.CActionPerformCfg",
"ID": 103,
"PerformID": 39014,
"Predicates": [
{
"$type":"Share.CConfigEventByNot",
"Predicates":[
{
"$type": "Share.CConfigEventByVHSStoreMatchLevel",
"TrendID": 201002,
"MatchLevel": 0
}
]
},
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{ // 已匹配后不管层级,均按此进行委托发放
"$type": "Share.CConfigUnlockHollowQuest",
"ID": 104,
"QuestID": 10010114,
"Reason": "VHSStore",
"Predicates": [
{
"$type":"Share.CConfigEventByNot",
"Predicates":[
{
"$type": "Share.CConfigEventByVHSStoreMatchLevel",
"TrendID": 201002,
"MatchLevel": 0
}
]
},
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{ // 发放委托后按此进行fairy提示
"$type": "Share.CActionShowTip",
"ID": 105,
"TipID": 999400001,
"ShowPage": 1,
"Predicates": [
{
"$type":"Share.CConfigEventByNot",
"Predicates":[
{
"$type": "Share.CConfigEventByVHSStoreMatchLevel",
"TrendID": 201002,
"MatchLevel": 0
}
]
},
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
//传递完成脚本
// {
// "$type": "Share.CConfigVHSStoreSetQuestFinishScript",
// "ID": 104,
// "QuestID": 10010114,
// "Script": 310100021,
// "ScriptSpecials":{"VHSStoreLevel":"specials(VHSStoreLevel)"},
// "Predicates": [
// {
// "$type": "Share.CConfigEventBySpecials",
// "ParamName": "IsAcceptQuest",
// "Param":"1",
// "CompareType":"NotEqual"
// }
// ]
// },
{
"$type": "Share.CConfigSetSpecial",
"ID": 106,
"SpecialName": "IsAcceptQuest",
"SpecialValue": "1",
"Predicates": [
{
"$type":"Share.CConfigEventByNot",
"Predicates":[
{
"$type": "Share.CConfigEventByVHSStoreMatchLevel",
"TrendID": 201002,
"MatchLevel": 0
}
]
},
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{
"$type": "Share.CActionResetEventCfg",
"ID": 107
}
]
},
"OnStart": {
"ID": 200,
"Actions": [
{//未匹配气泡
"$type": "Share.CActionPerformCfg",
"ID": 201,
"PerformID": 45011,
"Predicates": [
{
"$type": "Share.CConfigEventByVHSStoreMatchLevel",
"TrendID": 201002,
"MatchLevel": 0
}
]
},
// {//已发放气泡
// "$type": "Share.CActionPerformCfg",
// "ID": 202,
// "PerformID": 45020,
// "Predicates": [
// {
// "$type":"Share.CConfigEventByNot",
// "Predicates":[
// {
// "$type": "Share.CConfigEventByVHSStoreMatchLevel",
// "TrendID": 201002,
// "MatchLevel": 0
// }
// ]
// },
// {
// "$type": "Share.CConfigEventBySpecials",
// "ParamName": "IsAcceptQuest",
// "Param":"1",
// "CompareType":"Equal"
// }
// ]
// },
{
"$type": "Share.CActionResetEventCfg",
"ID": 203
}
]
}
}
}