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

51 lines
1.6 KiB
JSON

{
//主城道具解锁——大将-黑丸熏叉烧面
"ID": 40000513,
"Specials": {
"Radius": 2000
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
{
"$type": "Share.CActionPerformCfg",
"ID": 101,
"PerformID": 39529
},
{//修正后道具扣除
"$type":"Share.CConfigAddItem",
"ID": 102,
"ItemID":103001,
"Count":-1,
"Package": "Player",
"Predicates": [
{
//有对应道具
"$type": "Share.CConfigEventByItemID",
"Package": "Player",
"ItemID": 103001,
"CompareType": "Equal",
"Count": 1
}
]
},
{
"$type": "Share.CActionInteractFinishCfg",
"ID": 103
}
]
}
},
"Predicates": [
{
//有对应道具
"$type": "Share.CConfigEventByItemID",
"Package": "Player",
"ItemID": 103001,
"CompareType": "Equal",
"Count": 1
}
]
}