1
0
ZenlessData/Data/NotoriousDeadEndButcher_EnhanceMode.json
2025-01-21 21:25:26 -03:00

159 lines
4.3 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActwithStateFrameMixin",
"ConfigList": [
{
"ActionList": [
{
"$type": "ApplyModifier",
"ModifierName": "EnhanceModeModifier",
"Target": "Self"
}
],
"AnimatorStateName": "P1_Attack_07_01",
"ForceTriggerOnTransitionIn": false,
"ForceTriggerOnTransitionOut": false,
"Frame": 90,
"IsLoop": false,
"LayerIndex": 0
}
]
}
],
"AbilityName": "NotoriousDeadEndButcher_EnhanceMode",
"AbilitySpecials": {
"AS_AddedAtkRatio": {
"Value": 0.15,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"EnhanceModeModifier": {
"Duration": 30,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "WriteAIParamAction",
"BoolParamValue": true,
"ParamName": "EnhanceMode",
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"EnhanceMode"
],
"IsAdd": true,
"Target": "Self"
},
{
"$type": "AttachEffect",
"AttachPointName": "Bip001 L Hand",
"EffectPattern": "Eff_Monster_NotoriousDeadEndButcher_P1_Attack_07_01_06_Loop",
"Target": "Self"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_NotoriousDeadEndButcher_01"
},
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_NotoriousDeadEndButcher_02"
}
],
"Tag": "Monster_NotoriousDeadEndButcher_MA_P1_Attack_07_01_OverrideOutline_01",
"Target": "Self",
"key": "Monster_NotoriousDeadEndButcher_MA_P1_Attack_07_01_OverrideOutline_01"
},
{
"$type": "ModifyMaterialPropertyAction",
"ApplyAllRenderers": false,
"RendererList": [
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_NotoriousDeadEndButcher_01"
},
{
"ApplyAllMaterials": true,
"RenderPath": "Monster_NotoriousDeadEndButcher_02"
}
],
"Tag": "Monster_NotoriousDeadEndButcher_MA_P1_Attack_07_01_SecondaryEmission_03",
"Target": "Self",
"key": "Monster_NotoriousDeadEndButcher_MA_P1_Attack_07_01_SecondaryEmission_03"
}
],
"OnCustomEventReceived": [
{
"$type": "RemoveModifier",
"ModifierName": "EnhanceModeModifier",
"Predicates": [
{
"$type": "ByCustomEvent",
"EventKey": "ExitEnhanceMode"
}
],
"Target": "Self"
}
],
"OnRemoved": [
{
"$type": "WriteAIParamAction",
"BoolParamValue": false,
"ParamName": "EnhanceMode",
"Target": "Self"
},
{
"$type": "HandleAnimatorZoneTagsAction",
"AnimatorStateTags": [
"EnhanceMode"
],
"IsAdd": false,
"Target": "Self"
},
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Monster_NotoriousDeadEndButcher_MA_P1_Attack_07_01_OverrideOutline_01",
"Target": "Self"
},
{
"$type": "InterruptMaterialPropertyAction",
"Tag": "Monster_NotoriousDeadEndButcher_MA_P1_Attack_07_01_SecondaryEmission_03",
"Target": "Self"
}
],
"OnStunDestroyActions": [
{
"$type": "RemoveModifier",
"ModifierName": "EnhanceModeModifier",
"Target": "Self"
}
],
"Properties": {
"Actor_BaseAttackRatio": "%AS_AddedAtkRatio"
}
}
},
"OnAdded": [
{
"$type": "ApplyAbilityAction",
"AbilityName": "NotoriousDeadEndButcher_Perception",
"Predicates": [
{
"$type": "ByIsInZoneTags",
"Tags": [
"Perception"
]
}
],
"Target": "Self"
}
]
}