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

86 lines
3.4 KiB
JSON

{
//主城道具解锁——植物标本册 A-解锁对话
"ID": 40000541,
"Specials": {
"Radius": 2000,
"UnlockState": 0
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
{//解锁状态对话
"$type": "Share.CActionPerformCfg",
"ID": 101,
"PerformID": 39558,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "UnlockState",
"Param":"1",
"CompareType":"Equal"
}
]
},
{//解锁态完成交互
"$type": "Share.CActionInteractFinishCfg",
"ID": 102,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "UnlockState",
"Param":"1",
"CompareType":"Equal"
}
]
},
{//初见状态对话
"$type": "Share.CActionPerformCfg",
"ID": 103,
"PerformID": 39557,
"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": 110
}
]
},
"OnStart": {
"ID": 200,
"Actions": [
{
"$type": "Share.CActionPerformCfg",
"ID": 201,
"PerformID": 46019
},
{
"$type": "Share.CActionResetEventCfg",
"ID": 202
}
]
}
}
}