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

75 lines
1.7 KiB
JSON

{
//主城打开工作台
"ID": 10000014,
"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.CActionOpenUI",
"ID": 101,
"UI": "UIActivePropsPage",
"Args": 1
},
{
"$type": "Share.CActionResetEventCfg",
"ID": 102
}
]
}
}
}