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

95 lines
3 KiB
JSON

{
"ID": 1010715,
"Events": {
"OnStart":
{
"Actions": [
//基础金币
{
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "rand(35,65)"
},
{
"$type":"Share.CConfigEmpty"
},
//计数器跳转
{
"$type": "Share.CConfigJump",
"Jump": "OnUnlock"
}
]
},
"OnUnlock": {
"Actions": [
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "EventState.1010715",
"Value": 1
},
//下方提醒
{
"$type": "Share.CConfigWaitSeconds",
"Time": 0.2
},
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundIndexX":45,
"BoundIndexY":65
},
//Tips提示死路
{
"$type": "Share.CConfigShowTip",
"TipID": 101071501,
"Type":"End",
"NextTips":[
{
"$type": "Share.CConfigShowTip",
"TipID": 101071502
}
]
},
{
"$type": "Share.CConfigWaitSeconds",
"Time": 1.5
},
{
"$type": "Share.CConfigCameraMove",
"Type": "Player",
"StretchKey": "Back"
},
{
"$type": "Share.CConfigJump",
"Jump": "OnEnd"
}
]
},
"OnEnd": {
"Actions": [
{
"$type": "Share.CConfigEventModification",
"ModificationNum":1,
"ModificationType":1,
"X":1,
"Y":3,
"Radius":1,
"Position":"Absolute",
"TargetEventID": [
1010717
],
"TargetEventType":1,
"EventID":[
1003
],
"EventState":"Locked",
"VisibleState":"Visible"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}