ZenlessData/Data/Yanagi_MathSkill.json
2024-11-04 02:05:40 -03:00

80 lines
2.0 KiB
JSON

{
"AbilityMixins": [
{
"$type": "ActionsOnPropertyChangeMixin",
"PropertyActions": [
{
"CustomPropertyType": "Int_Stance",
"CustomReferMaxPropertyType": "MaxInt_Stance",
"IsUsePercentage": false,
"PropertyType": "Custom",
"ReferMaxPropertyType": "Custom",
"ValueRangeActions": [
{
"LowToValueActions": [
{
"$type": "ApplyModifier",
"ModifierName": "YanagiMathModifer",
"Predicates": [
{
"$type": "ByMathSkillSuccess",
"Target": "Caster"
}
],
"Target": "Self"
}
],
"Val": 1
},
{
"HighToValueActions": [
{
"$type": "ApplyModifier",
"ModifierName": "YanagiMathModifer",
"Predicates": [
{
"$type": "ByMathSkillSuccess",
"Target": "Caster"
}
],
"Target": "Self"
}
],
"Val": 0
}
]
}
]
}
],
"AbilityName": "Yanagi_MathSkill",
"AbilitySpecials": {
"AS_ElementAccumulationRatio_Math": {
"Value": 0.8
}
},
"AbilityStacking": "Unique",
"Modifiers": {
"YanagiMathModifer": {
"Duration": 8,
"ModifierStacking": "Replace",
"OnHitOther": [
{
"$type": "ModifyAttackDataAction",
"Predicates": [
{
"$type": "ByAnimTagList",
"TagList": [
"AttackNormal",
"Normal"
]
}
],
"PropertyKey": "Actor_AddedElementAccumulationRatio",
"PropertyValue": "%AS_ElementAccumulationRatio_Math",
"Target": "Self"
}
]
}
}
}