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

87 lines
3.7 KiB
JSON

{
//隐藏支线=隐藏邦布委托2
"ID": 40001002,
"Specials": {
"Radius": 2000,
"IsAcceptQuest": 0
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
{ //未发放委托时,进行演出表演
"$type": "Share.CActionPerformCfg",
"ID": 101,
"PerformID": 30126,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{ //未发放委托时,进行委托发放
"$type": "Share.CConfigUnlockHollowQuest",
"ID": 102,
"QuestID": 10010114,
"Reason": "TimeEvent",
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{ //修改绳网状态
"$type": "Share.CActionSetQuestPhaseCfg",
"ID": 107,
"TargetPhase": "Finished",
"QuestID": 10020196,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "IsAcceptQuest",
"Param":"1",
"CompareType":"NotEqual"
}
]
},
{ // 已发放委托后的演出
"$type": "Share.CActionPerformCfg",
"ID": 104,
"PerformID": 30127,
"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
}
]
}
}
}