1
0
ZenlessData/Data/_unsorted/WanderingHunter_Attack13_HideAndSeekPlayerEffect.json
2025-10-15 03:08:22 +02:00

222 lines
5.9 KiB
JSON

{
"AbilityName": "WanderingHunter_Attack13_HideAndSeekPlayerEffect",
"AbilityStacking": "Unique",
"DefaultModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnCustomEventReceived": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_HideAndSeek_Start"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "WanderingHunter_Attack13_AttachStartEffectPlayer",
"Target": "TeamAvatars"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_HideAndSeek_Success"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "WanderingHunter_Attack13_AttachSuccessEffectPlayer",
"Target": "TeamAvatars"
},
{
"$type": "RemoveModifier",
"ModifierName": "WanderingHunter_Attack13_AttachStartEffectPlayer",
"Target": "TeamAvatars"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_HideAndSeek_Fail"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "WanderingHunter_Attack13_AttachFailEffectPlayer",
"Target": "TeamAvatars"
},
{
"$type": "RemoveModifier",
"ModifierName": "WanderingHunter_Attack13_AttachStartEffectPlayer",
"Target": "TeamAvatars"
}
]
}
],
"OnHitOther": [
{
"$type": "SpecialEffectFadeAction",
"EffectNames": [
"Eff_Monster_WanderingHunter_Common_24_Flare"
],
"Predicates": [
{
"$type": "ByAnimEventIDs",
"AnimEventIDs": [
"Monster_WanderingHunter_ATK13_05_Attackproperty"
]
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"WanderingHunter_Attack13_AttachFailEffectPlayer": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "Self",
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "ChestPoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": false,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Monster_WanderingHunter_Common_24_Flare",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": false,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SpecialEffectFadeAction",
"EffectNames": [
"Eff_Monster_WanderingHunter_Common_24_Flare"
],
"Target": "Self"
}
]
},
"WanderingHunter_Attack13_AttachStartEffectPlayer": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "Self",
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "ChestPoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": false,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Monster_WanderingHunter_Common_25_Flare",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": false,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SpecialEffectFadeAction",
"EffectNames": [
"Eff_Monster_WanderingHunter_Common_25_Flare"
],
"Target": "Self"
}
]
},
"WanderingHunter_Attack13_AttachSuccessEffectPlayer": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Replace",
"OnAdded": [
{
"$type": "AttachEffect",
"AttachEffectPosRot": {
"CoordsOption": "Self",
"TargetOption": {
"$type": "ConfigPosRotReferTarget",
"AttachPoint": "ChestPoint",
"IsUseAttachPointPos": true,
"IsUseAttachPointRotation": false,
"OffsetReferTarget": "Self"
}
},
"EffectPattern": "Eff_Monster_WanderingHunter_Common_26_Flare",
"Offset": {
"AngleOffset": {
"x": 0,
"y": 0,
"z": 0
},
"IsUseRotationXZ": false,
"IsUseRotationY": false,
"PositionOffset": {
"x": 0,
"y": 0,
"z": 0
}
},
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "SpecialEffectFadeAction",
"EffectNames": [
"Eff_Monster_WanderingHunter_Common_26_Flare"
],
"Target": "Self"
}
]
}
}
}