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

124 lines
4.9 KiB
JSON

{
//主城道具解锁——拉面解锁——黑丸青椒鸡汤面-解锁交互
"ID": 40000501,
"Specials": {
"Radius": 2000,
"RamenUnlockState": 0
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
// {//完成态对话演出
// "$type": "Share.CActionPerformCfg",
// "ID": 101,
// "PerformID": 39505,
// "Predicates": [
// {
// "$type": "Share.CConfigEventBySpecials",
// "ParamName": "RamenUnlockState",
// "Param":"0",
// "CompareType":"NotEqual"
// }
// ]
// },
{//道具解锁演出
"$type": "Share.CActionPerformCfg",
"ID": 102,
"PerformID": 39504,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RamenUnlockState",
"Param":"0",
"CompareType":"Equal"
}
]
},
{//发放道具-瀑汤谷赏味秘券·青
"$type":"Share.CConfigAddItem",
"ID": 103,
"ItemID":103003,
"Count":1,
"Package": "Player",
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RamenUnlockState",
"Param":"0",
"CompareType":"Equal"
}
]
},
{//大将增加完成演出
"$type": "Share.CActionChangeInteractCfg",
"ID": 104,
"InteractID": 40000514,
"TagIDs": [
2019
],
"Participators": {
"2019": "A"
},
"InteractShape": "Sector",
"InteractScale": {
"X": 0,
"Y": 2.4,
"Z": 2,
"W": 150,
"R": 10
} ,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RamenUnlockState",
"Param":"0",
"CompareType":"Equal"
}
]
},
{//修改解锁对话状态
"$type": "Share.CConfigSetSpecial",
"ID": 105,
"SpecialName": "RamenUnlockState",
"SpecialValue": "1",
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RamenUnlockState",
"Param":"0",
"CompareType":"Equal"
}
]
},
{//完成态标记交互完成
"$type": "Share.CActionInteractFinishCfg",
"ID": 106,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RamenUnlockState",
"Param":"0",
"CompareType":"NotEqual"
}
]
}
]
},
"OnStart": {
"ID": 200,
"Actions": [
{//气泡演出
"$type": "Share.CActionPerformCfg",
"ID": 201,
"PerformID": 46000
},
{
"$type": "Share.CActionResetEventCfg",
"ID": 202
}
]
}
}
}