mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
40 lines
842 B
JSON
40 lines
842 B
JSON
{
|
|
"AbilityName": "DeathXIII_AddBreakStunRatio",
|
|
"AbilitySpecials": {
|
|
"AS_PartStun": {
|
|
"Value": 0.0
|
|
},
|
|
"AS_PartStunRatio": {
|
|
"Value": 0.25
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "SetAbilitySpecialByExpression",
|
|
"DoRefresh": true,
|
|
"Expression": "property(MaxStun)*specials(AS_PartStunRatio)",
|
|
"ParamName": "AS_PartStun",
|
|
"Target": "Self",
|
|
"ValueType": "Float"
|
|
}
|
|
],
|
|
"OnBeingHitPre": [
|
|
{
|
|
"$type": "RecoverStunAction",
|
|
"Amount": "%AS_PartStun",
|
|
"Percentage": 0,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"ParryAid"
|
|
]
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
} |