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

109 lines
3.5 KiB
JSON

{
"ID": 10003,
"EventTypeTag": [
"HollowItem"
],
"Specials":
{
"Num":0,
//表格参数
"Range":3,
"LowerLimit" : 1,
"UpperLimit" : 2
},
"Events": {
"ItemTrigger": {
"Actions": [
{
"$type": "Share.CConfigCameraMove",
"StretchKey": "Far",
"Type": "CustomBound",
"BoundHalfW":"specials(Range)+1",
"BoundHalfH":"specials(Range)+1"
},
{
"$type":"Share.CConfigRandSpecial",
"MinCount":"specials(LowerLimit)",
"MaxCount":"specials(UpperLimit)",
"Special":"Num"
},
// {
// "$type": "Share.CConfigWaitSeconds",
// "Time": 0.75
// },
{
"$type": "Share.CConfigHollowSetSwitchEffect",
"Key": "Bomb"
},
{
"$type": "Share.CConfigSetMapState",
"Position": "Relative",
"NodeType": "All",
"X": 0,
"Y": 0,
"Radius": 1,
"Count": 1,
"FromVisibleState":
[
"VisibleByTriggerEvent",
"VisibleAtGridAround",
"TemporaryVisibleAtAround"
],
"FromState":
[
"Brighten"
],
"ToVisibleState":
[
"Visible"
],
"ToState":
[
"Brighten"
]
},
{
"$type": "Share.CConfigSetMapState",
"Position": "Relative",
"NodeType": "All",
"Type":["Battle_Normal","Battle_Elite","Dialog_Negative"],
"X": 0,
"Y": 0,
"Radius": "specials(Range)",
"Count": "specials(Num)",
"FromVisibleState": [
"Visible"
],
"FromState":
[
"ShowEvent",
"Locked",
"Unlocked"
],
"ToState":
[
"Finished"
]
},
// {
// "$type":"Share.CConfigPlaySound",
// "SoundID":80056
// },
{
"$type": "Share.CConfigWaitSeconds",
"Time": 2.5
},
{
"$type": "Share.CConfigCameraMove",
"Type": "Player",
"StretchKey": "Back"
},
{
"$type": "Share.CConfigHollowSetSwitchEffect"
// "Key": "Bomb"
}
]
}
}
}