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

40 lines
1.2 KiB
JSON

{
"ID": 3020101,
"EventTypeTag": [
"NoneInteractEventWithAnim"
// "CanInterruptWhenTeleport"
],
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "rand(250,350)"
},
// {
// "$type":"Share.CConfigEmpty"
// },
{
"$type": "Share.CConfigPlayAnim",
"WaitingTime": 3
},
{
"$type": "Share.CConfigShowTip",
"TipID": 72703,
"Delay": 0
},
{
//结束条件
"$type":"Share.CConfigSetConditionProgress",
"ConditionID":30060049,
"Progress":1,
"ModifyType":"Add"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}