ZenlessData/Data/Device_Prop_Laser_Receiver_BeActive.json

48 lines
1.1 KiB
JSON
Raw Normal View History

{
"AbilityName": "Device_Prop_Laser_Receiver_BeActive",
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAbilityStart": [
{
"$type": "FireEffect",
"EffectPattern": "Eff_Device_Prop_Laser_Receiver_01_Active",
"Target": "Self"
},
{
"$type": "LDListenEntityAction",
"TargetKey": "ReceiverActive"
}
]
},
"Modifiers": {
"ActiveReceiver": {
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "ReferTarget",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": true,
"IsUseRotationY": true,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "Ctr_Pos",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Device_Prop_Laser_Receiver_01_Active",
"Target": "Self"
}
}
}