ZenlessData/Data/Device_Vehicle_MovingTrain_04_SpecialLight.json
2024-09-23 09:11:37 -03:00

48 lines
1.2 KiB
JSON

{
"AbilityName": "Device_Vehicle_MovingTrain_04_SpecialLight",
"AbilityStacking": "Unique",
"Modifiers": {
"LightModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$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": "LockBone",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Device_Vehicle_Train_04_SlowMove_Start_Light_01",
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "LightModifier",
"Target": "Self"
}
]
}