mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
|
{
|
||
|
"AbilityName": "VR_SmallBoss_HatiArmoredBOSS",
|
||
|
"AbilitySpecials": {
|
||
|
"AS_AddBreakStunRatio": {
|
||
|
"Value": 0.8
|
||
|
},
|
||
|
"AS_AddedElementAccumulationRatio": {
|
||
|
"Value": -0.2
|
||
|
},
|
||
|
"AS_DestroyRecoverRate_Ratio": {
|
||
|
"Value": -0.2
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "BreakStunModifier"
|
||
|
}
|
||
|
],
|
||
|
"OnBeingHit": [
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"PropertyKey": "Actor_AddedElementAccumulationRatio",
|
||
|
"PropertyValue": "%AS_AddedElementAccumulationRatio",
|
||
|
"Target": "Target"
|
||
|
},
|
||
|
{
|
||
|
"$type": "ModifyAttackDataAction",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByOr",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByAnimTagList",
|
||
|
"TagList": [
|
||
|
"AssaultAid"
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"$type": "ByAnimTagList",
|
||
|
"TagList": [
|
||
|
"ParryAid"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"PropertyKey": "Actor_AddedBreakStunRatio",
|
||
|
"PropertyValue": "%AS_AddBreakStunRatio",
|
||
|
"Target": "Target"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"BreakStunModifier": {
|
||
|
"Duration": -1,
|
||
|
"IgnoreTimeScale": false,
|
||
|
"ModifierStacking": "Unique",
|
||
|
"Properties": {
|
||
|
"Actor_StunDestroyRecoverRate_Ratio": "%AS_DestroyRecoverRate_Ratio"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|