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

183 lines
4.4 KiB
JSON

{
"AbilityMixins": [
{
"$type": "AttachStateWithModifierMixin",
"ConfigList": [
{
"AnimatorStateName": "CoAttack_04_A_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"BlockLightModifier"
]
},
{
"AnimatorStateName": "CoAttack_04_A_03",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"BlockLightModifier"
]
},
{
"AnimatorStateName": "CoAttack_04_B_02",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"BlockLightModifier"
]
},
{
"AnimatorStateName": "CoAttack_04_B_03",
"FrameCountHigh": 0,
"FrameCountLow": 0,
"IsLoop": false,
"LayerIndex": 0,
"MaxFrameCountHigh": true,
"MaxFrameCountLow": false,
"ModifierNameList": [
"BlockLightModifier"
]
}
],
"IsSeam": false
}
],
"AbilityName": "LampasBlackVeil_LightManager",
"AbilitySpecials": {
"IsOpenLight": {
"Value": 1,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_LightVFX",
"Predicates": [
{
"$type": "ByTags",
"TagList": [
"Lampas_CoAttack"
],
"Target": "Self"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"BlockLightModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "RemoveModifier",
"ModifierName": "Modifier_LightVFX",
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_LightVFX",
"Target": "Self"
}
]
},
"Modifier_LightVFX": {
"Duration": -1,
"IgnoreTimeScale": false,
"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",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": true,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Monster_LampasBlackVeil_01_Light",
"Target": "Self"
}
]
}
},
"OnAbilityStart": [
{
"$type": "ApplyModifier",
"ModifierName": "Modifier_LightVFX",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 1,
"ParamName": "IsOpenLight",
"ParamType": "Integer",
"Target": "Self"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"BlockLightModifier"
]
}
]
}
],
"Target": "Self"
},
{
"$type": "RemoveModifier",
"ModifierName": "Modifier_LightVFX",
"Predicates": [
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 0,
"ParamName": "IsOpenLight",
"ParamType": "Integer",
"Target": "Self"
}
],
"Target": "Self"
}
]
}