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

53 lines
1.4 KiB
JSON

{
"ID": 2010920, //卡主提示
"EventTypeTag": [
"Revert"
],
"Specials": {
"Count": 0
},
"Events": {
"OnStart": {
"Actions": [
//tips
{
"$type": "Share.CConfigJump",
"Jump": "Tips",
"Delay": 0,
"Predicates":[
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "Count",
"Param":0,
"CompareType":"Equal"
}
]
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"Tips":{
"Actions":[
{
"$type": "Share.CConfigShowTip",
"TipID": 201090104,
"Delay": 0
},
{
"$type": "Share.CConfigSetSpecial",
"SpecialName": "Count",
"SpecialValue": "specials(Count)+1"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}