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

83 lines
3.2 KiB
JSON

{
//主城道具解锁——事件天梯-解锁交互
"ID": 40000509,
"Specials": {
"Radius": 2000,
"Unlockstate": 0
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
// {//天梯完成态交互
// "$type": "Share.CActionPerformCfg",
// "ID": 101,
// "PerformID": 39520,
// "Predicates": [
// {
// "$type": "Share.CConfigEventBySpecials",
// "ParamName": "Unlockstate",
// "Param":"1",
// "CompareType":"Equal"
// }
// ]
// },
{//天梯解锁态交互
"$type": "Share.CActionPerformCfg",
"ID": 102,
"PerformID": 39519
// "Predicates": [
// {
// "$type": "Share.CConfigEventBySpecials",
// "ParamName": "Unlockstate",
// "Param":"0",
// "CompareType":"Equal"
// }
// ]
},
// {//修改脚本解锁状态
// "$type": "Share.CConfigSetSpecial",
// "ID": 103,
// "SpecialName": "Unlockstate",
// "SpecialValue": "1",
// "Predicates": [
// {
// "$type": "Share.CConfigEventBySpecials",
// "ParamName": "Unlockstate",
// "Param":"0",
// "CompareType":"Equal"
// }
// ]
// },
{//将脚本修改为完成
"$type": "Share.CActionInteractFinishCfg",
"ID": 104
// "Predicates": [
// {
// "$type": "Share.CConfigEventBySpecials",
// "ParamName": "Unlockstate",
// "Param":"1",
// "CompareType":"Equal"
// }
// ]
}
]
},
"OnStart": {
"ID": 200,
"Actions": [
{//气泡演出
"$type": "Share.CActionPerformCfg",
"ID": 201,
"PerformID": 46005
},
{
"$type": "Share.CActionResetEventCfg",
"ID": 202
}
]
}
}
}