1
0
ZenlessData/Data/_unsorted/BangbooTrampoline_Default.json
2026-07-29 01:25:01 +02:00

132 lines
3.2 KiB
JSON

{
"AbilityMixins": [
{
"$type": "FieldRangeMixin",
"ColliderConfig": {
"ColliderAngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderPosOffset": {
"x": 0,
"y": 0,
"z": 0
},
"ColliderType": "FanCylinder",
"FanCylinderColliderAngle": 360,
"FanCylinderColliderHeight": 3,
"FanCylinderColliderRadius": 1.2,
"FanCylinderColliderVertexNum": 12
},
"FieldEnterActions": [
{
"$type": "ApplyModifier",
"ModifierName": "LaunchDelayModifier",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"LaunchCooldownModifier"
],
"Target": "Self"
}
]
}
],
"Target": "Self"
}
],
"FieldExitActions": [
{
"$type": "RemoveModifier",
"ModifierName": "LaunchDelayModifier",
"Target": "Self"
}
],
"FieldInitPosRot": {
"CoordsOption": "Self",
"NeedRaycastGround": false,
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "TriggerPoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"IsFollow": true,
"TotalDuration": -1
}
],
"AbilityName": "BangbooTrampoline_Default",
"AbilityStacking": "Unique",
"Modifiers": {
"AirMarkModifier": {
"Duration": 1.5,
"ModifierStacking": "Unique",
"OnRemoved": [
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": false,
"ParamName": "Bool_InAir",
"ParamType": 2,
"Target": "LocalAvatar"
}
]
},
"LaunchCooldownModifier": {
"Duration": 5,
"ModifierStacking": "Unique"
},
"LaunchDelayModifier": {
"DelayHandlers": [
{
"DelayTime": 1,
"TimeUpActions": [
{
"$type": "SendEventToViewObjectAction",
"EventName": "Trampoline_Launch"
},
{
"$type": "SetAnimCtrlerParamAction",
"BoolVal": true,
"ParamName": "Bool_InAir",
"ParamType": 2,
"Target": "LocalAvatar"
},
{
"$type": "ApplyModifier",
"ModifierName": "AirMarkModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "LaunchCooldownModifier",
"Target": "Self"
}
]
}
],
"Duration": 1,
"ModifierStacking": "Unique"
}
}
}