mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"AbilityName": "Hati_Boss_EnhanceControl",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnBeingHitPre": [
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"EnhanceModifier": {
|
|
"Duration": 30,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"IsEnhanced"
|
|
],
|
|
"IsAdd": true,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnRemoved": [
|
|
{
|
|
"$type": "HandleAnimatorZoneTagsAction",
|
|
"AnimatorStateTags": [
|
|
"IsEnhanced"
|
|
],
|
|
"IsAdd": false,
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "InterruptMaterialPropertyAction",
|
|
"CustomKey": "Monster_HatiArmoredBoss_MA_P1_Perform_Roar_SecondaryEmission_01",
|
|
"Tag": "Monster_HatiArmoredBoss_MA_P1_Perform_Roar_SecondaryEmission_01",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"OnAbilityStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "EnhanceModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
} |