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

88 lines
3.7 KiB
JSON

{
//隐藏支线=隐藏邦布委托1
"ID": 40001001,
"Specials": {
"Radius": 2000,
"IsAcceptQuest": 0
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
{ //未发放委托时,进行演出表演
"$type": "Share.CActionPerformCfg",
"ID": 101,
"PerformID": 30124,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{ //未发放委托时,进行委托发放
"$type": "Share.CConfigUnlockHollowQuest",
"ID": 102,
"QuestID": 10010207,
"Reason": "TimeEvent",
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{ //修改绳网状态
"$type": "Share.CActionSetQuestPhaseCfg",
"ID": 107,
"TargetPhase": "Finished",
"QuestID": 10020195,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{ // 已发放委托后的演出
"$type": "Share.CActionPerformCfg",
"ID": 104,
"PerformID": 30125,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"Equal"
}
]
},
{//发放委托后修改委托完成状态
"$type": "Share.CConfigSetSpecial",
"ID": 103,
"SpecialName": "IsAcceptQuest",
"SpecialValue": "1",
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{
"$type": "Share.CActionResetEventCfg",
"ID": 105
}
]
}
}
}