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

79 lines
1.9 KiB
JSON

{
//主城打开空洞
"ID": 10000012,
"Specials": {
"Radius": 2000
},
// /* "OnEnter": [
// {
// "$type": "Share.CActionLog",
// "Log": "Helloworld"
// },
// {
// "$type": "Share.CActionWait",
// "MilliSeconds": 2000
// },
// {
// "$type": "Share.CActionLog",
// "Log": "Helloworld2"
// },
// {
// "$type": "Share.CActionCondition",
// "True": [
// {
// "$type": "Share.CActionLog",
// "Log": "False"
// },
// {
// "$type": "Share.CActionJump",
// "Log": "Update"
// }
// ],
// "False": [
// {
// "$type": "Share.CActionLog",
// "Log": "False"
// },
// {
// "$type": "Share.CActionJump",
// "Log": "OnTest3"
// }
// ]
// },
// {
// "$type": "Share.CActionLog",
// "Log": "AfterCondition"
// }
// ],
// "OnStory2": [
// {
// "$type": "Share.CActionLog",
// "Log": "OnTest2"
// },
// {
// "$type": "Share.CActionLog",
// "Log": "OnTest2"
// }
// ],*/
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
{
"$type": "Share.CActionPerformCfg",
"ID": 101,
"PerformID": 30000
},
{
"$type": "Share.CActionWait",
"ID": 102,
"MilliSeconds": 600
},
{
"$type": "Share.CActionResetEventCfg",
"ID": 103
}
]
}
}
}