1
0
ZenlessData/Data/_unsorted/Sigrid_MathSkill.json
2026-07-29 01:25:01 +02:00

127 lines
3.4 KiB
JSON

{
"AbilityName": "Sigrid_MathSkill",
"AbilitySpecials": {
"AS_AddedAttackDelta_Math": {
"Value": 0,
"ValueType": "Float"
},
"AS_AddedAttackDelta_Math_Base": {
"Value": 50,
"ValueType": "Float"
},
"AS_AddedAttackDelta_Math_Max": {
"Value": 9999,
"ValueType": "Float"
},
"AS_AddedAttackDelta_Math_PerLevel": {
"Value": 0,
"ValueType": "Float"
},
"AS_WindHitDamageBoostRatio": {
"Value": 0.1,
"ValueType": "Float"
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnAdded": [
{
"$type": "SetAbilitySpecialByExpression",
"DoRefresh": false,
"Expression": "min(specials(AS_AddedAttackDelta_Math_Max),specials(AS_AddedAttackDelta_Math_Base)+property(Level)*specials(AS_AddedAttackDelta_Math_PerLevel))",
"ParamName": "AS_AddedAttackDelta_Math"
},
{
"$type": "ApplyModifier",
"ModifierName": "Sigrid_MathSkill_AttackModifier",
"Predicates": [
{
"$type": "ByMathSkillSuccess"
}
],
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "Sigrid_MathSkill_WindHitListenerModifier",
"Predicates": [
{
"$type": "ByMathSkillSuccess"
}
],
"Target": "Self"
}
]
},
"Modifiers": {
"Sigrid_MathSkill_AttackModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"Properties": {
"Actor_BaseAttackDelta": "%AS_AddedAttackDelta_Math"
}
},
"Sigrid_MathSkill_WindHitListenerModifier": {
"Duration": -1,
"ModifierStacking": "Unique",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByOr",
"Predicates": [
{
"$type": "ByHasBuffGroup",
"BuffGroupList": [
"Wind"
],
"Target": "Other"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Fire"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Ether"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Elec"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Physics"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Ice"
},
{
"$type": "ByWindConvertedElement",
"Target": "Other",
"TargetElement": "Lumen"
}
],
"Target": "Other"
},
{
"$type": "ByRelativeCampType",
"Relationship": "Enemy",
"Target": "Other"
}
],
"PropertyKey": "Actor_AddedDamageRatio",
"PropertyValue": "%AS_WindHitDamageBoostRatio",
"Target": "Self"
}
]
}
}
}