mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
59 lines
1.2 KiB
JSON
59 lines
1.2 KiB
JSON
{
|
|
"AbilityName": "Lycaon_MathSkill",
|
|
"AbilitySpecials": {
|
|
"AS_PairACount": {
|
|
"Value": 0
|
|
},
|
|
"AS_StunDamageTakeRatio": {
|
|
"Value": 0.22
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "StunDebuffModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMathSkillSuccess"
|
|
},
|
|
{
|
|
"$type": "ByIsStunDestroyed",
|
|
"IsStunDestroyed": true,
|
|
"Target": "Target"
|
|
}
|
|
],
|
|
"Target": "Target"
|
|
}
|
|
],
|
|
"OnStunDestroyOtherActionsPre": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "StunDebuffModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMathSkillSuccess"
|
|
}
|
|
],
|
|
"Target": "Target"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"StunDebuffModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Replace",
|
|
"OnStunCreateActions": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "StunDebuffModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Properties": {
|
|
"Actor_StunDamageTakeRatio": "%AS_StunDamageTakeRatio"
|
|
}
|
|
}
|
|
}
|
|
} |