ZenlessData/Data/TreasureCar_GreenLightEffect.json

82 lines
2.2 KiB
JSON
Raw Normal View History

{
"AbilityName": "TreasureCar_GreenLightEffect",
"AbilityStacking": "Unique",
"Modifiers": {
"GreenLightModifier": {
"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": "Ctr_Box",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Device_Prop_TreasureCar_01_Idle_01_02_Light",
"Target": "Self"
},
{
"$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_Eye",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Device_Prop_TreasureCar_01_Idle_01_02_Eye",
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "RemoveAbilityAction",
"AbilityName": "TreasureCar_LightEffect",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "GreenLightModifier",
"Target": "Self"
}
]
}