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

59 lines
1.8 KiB
JSON

{
"ID": 1011120,
"EventTypeTag": [
"InteractEventWithAnim",
"Empty"
],
"Events": {
"OnStart": {
"Actions": [
{
"$type": "Share.CConfigAddItem",
"ItemID": 1,
"Count": "rand(35,65)"
},
{
"$type":"Share.CConfigEmpty"
},
{
"$type": "Share.CConfigJump",
"Predicates": [
{
"$type": "Share.CConfigEventByHollowVariable",
"Key": "Event.1011120",
"CompareType": "Equal",
"Count": 0
}
],
"Jump": "OnDialog"
},
{
"$type": "Share.CConfigFinishEvent"
}
]
},
"OnDialog": {
"Actions": [
{
"$type": "Share.CConfigSetHollowVariable",
"Key": "Event.1011120",
"Value": 1
},
{
"$type": "Share.CConfigShowTip",
"TipID": 101112001,
"Type":"End",
"NextTips":[
{
"$type": "Share.CConfigShowTip",
"TipID": 101112002
}
]
},
{
"$type": "Share.CConfigFinishEvent"
}
]
}
}
}