mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
41 lines
908 B
JSON
41 lines
908 B
JSON
{
|
|
"AbilityName": "Ellen_MathSkill",
|
|
"AbilitySpecials": {
|
|
"AS_Actor_AddedDamageRatio_Ice": {
|
|
"Value": 0.01
|
|
},
|
|
"AS_IceDamage_Duration": {
|
|
"Value": 10
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "IceDamageModifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByMathSkillSuccess"
|
|
},
|
|
{
|
|
"$type": "ByDamageElementType",
|
|
"DamageElement": "Ice"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"IceDamageModifier": {
|
|
"Duration": "%AS_IceDamage_Duration",
|
|
"IgnoreTimeScale": false,
|
|
"MaxStackingNumber": 10,
|
|
"ModifierStacking": "MultipleAllRefresh",
|
|
"Properties": {
|
|
"Actor_AddedDamageRatio_Ice": "%AS_Actor_AddedDamageRatio_Ice"
|
|
}
|
|
}
|
|
}
|
|
} |