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

227 lines
5.9 KiB
JSON

{
"AbilityName": "WanderingHunter_SoundControl",
"AbilitySpecials": {
"AS_GirlFoundCount": {
"Value": 0,
"ValueType": "Integer"
},
"AS_MaxFoundCount": {
"Value": 3,
"ValueType": "Integer"
},
"AS_StartHideAndSeek_SoundAction_PlayTimes": {
"Value": 0,
"ValueType": "Integer"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnCustomEventReceived": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnd",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_MainStory_TimesUP_SoundAction"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Monster_WanderingHunter_MainStoryTag"
]
}
]
}
]
}
],
"SuccessActions": [
{
"$type": "TriggerSoundAction",
"soundActionKey": "Play_Vo_Monster_WanderingHunter_Lucia_HASTimeUp "
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnd",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_MainStory_FoundFakeGirl_SoundAction"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Monster_WanderingHunter_MainStoryTag"
]
}
]
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"BossChallenge"
]
}
]
}
]
}
],
"SuccessActions": [
{
"$type": "TriggerSoundAction",
"soundActionKey": "Play_Vo_Monster_WanderingHunter_Lucia_HASCoughtWrong"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnd",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_HideAndSeek_Start"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Monster_WanderingHunter_MainStoryTag"
]
}
]
},
{
"$type": "ByAbilitySpecial",
"CompareType": "Equal",
"Param": 0,
"ParamName": "AS_StartHideAndSeek_SoundAction_PlayTimes",
"ParamType": "Integer",
"Target": "Self"
}
]
}
],
"SuccessActions": [
{
"$type": "TriggerSoundAction",
"soundActionKey": "Play_Vo_Monster_WanderingHunter_Lucia_HASStartFirst"
},
{
"$type": "SetAbilitySpecialAction",
"ModifyFunction": "Replace",
"Param": 1,
"ParamName": "AS_StartHideAndSeek_SoundAction_PlayTimes",
"ParamType": "Integer"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnd",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_HideAndSeek_Found"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Monster_WanderingHunter_MainStoryTag"
]
}
]
}
]
}
],
"SuccessActions": [
{
"$type": "TriggerSoundAction",
"soundActionKey": "Play_Vo_Monster_WanderingHunter_Lucia_HASFirstCought"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByAnd",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_HideAndSeek_AFK"
},
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Monster_WanderingHunter_MainStoryTag"
]
}
]
}
]
}
],
"SuccessActions": [
{
"$type": "TriggerSoundAction",
"soundActionKey": "Play_Vo_Monster_WanderingHunter_Lucia_HASAFK"
}
]
},
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_HideAndSeek_Success"
},
{
"$type": "ByCustomEvent",
"EventKey": "WanderingHunter_HideAndSeek_Fail"
}
]
}
],
"SuccessActions": [
{
"$type": "TriggerSoundAction",
"soundActionKey": "SA_Stop_SFX_Monster_Skill_WanderingHunter_ATK13_loop"
}
]
}
]
}
}