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

110 lines
4.7 KiB
JSON

{
//主城道具解锁——拉面解锁——黑丸刺身冰汤面-卡洛斯交付1
"ID": 40000505,
"Specials": {
// "Radius": 2000,
"UnlockState": 0
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
// {//完成态演出
// "$type": "Share.CActionPerformCfg",
// "ID": 101,
// "PerformID": 39513,
// "Predicates": [
// {
// "$type": "Share.CConfigEventBySpecials",
// "ParamName": "UnlockState",
// "Param":"1",
// "CompareType":"Equal"
// }
// ]
// },
{//解锁对话演出
"$type": "Share.CActionPerformCfg",
"ID": 102,
"PerformID": 39512,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "UnlockState",
"Param":"0",
"CompareType":"Equal"
}
]
},
{//解锁状态道具发放
"$type":"Share.CConfigAddItem",
"ID": 103,
"ItemID":103004,
"Count":1,
"Package": "Player",
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "UnlockState",
"Param":"0",
"CompareType":"Equal"
}
]
},
{//大将增加完成演出
"$type": "Share.CActionChangeInteractCfg",
"ID": 104,
"InteractID": 40000516,
"TagIDs": [
2019
],
"Participators": {
"2019": "A"
},
"InteractShape": "Sector",
"InteractScale": {
"X": 0,
"Y": 2.4,
"Z": 2,
"W": 150,
"R": 10
} ,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "UnlockState",
"Param":"0",
"CompareType":"Equal"
}
]
},
// {//满足修改参数
// "$type": "Share.CConfigSetSpecial",
// "ID": 106,
// "SpecialName": "UnlockState",
// "SpecialValue": 1,
// "Predicates": [
// {
// "$type": "Share.CConfigEventBySpecials",
// "ParamName": "UnlockState",
// "Param":"0",
// "CompareType":"Equal"
// }
// ]
// },
{//完成态标记交互完成
"$type": "Share.CActionInteractFinishCfg",
"ID": 107,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "UnlockState",
"Param":"0",
"CompareType":"Equal"
}
]
}
]
}
}
}