ZenlessData/Data/AbyssS2_Heat_04.json

75 lines
2.2 KiB
JSON
Raw Permalink Normal View History

{
"AbilityName": "AbyssS2_Heat_04",
"AbilitySpecials": {
"AS_AbnormalResistRatio": {
"Value": 10
},
"AS_AbnormalResistRatio_Extra": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"ModifierStacking": "Unique",
"OnStunCreateActions": [
{
"$type": "RemoveModifier",
"ModifierName": "NoElementAccumulationModifier",
"Target": "Self"
}
],
"OnStunDestroyActions": [
{
"$type": "ApplyModifier",
"ModifierName": "NoElementAccumulationModifier",
"Target": "Self"
}
],
"Properties": {
"Actor_AbnormalResistDelta_Elec": "%AS_AbnormalResistRatio",
"Actor_AbnormalResistDelta_Ether": "%AS_AbnormalResistRatio",
"Actor_AbnormalResistDelta_Fire": "%AS_AbnormalResistRatio",
"Actor_AbnormalResistDelta_Ice": "%AS_AbnormalResistRatio",
"Actor_AbnormalResistDelta_Physics": "%AS_AbnormalResistRatio"
}
},
"Modifiers": {
"NoElementAccumulationModifier": {
"Duration": -1,
"IgnoreTimeScale": false,
"ModifierStacking": "Unique",
"OnBeingHit": [
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Physics",
"PropertyValue": "%AS_AbnormalResistRatio_Extra",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Fire",
"PropertyValue": "%AS_AbnormalResistRatio_Extra",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Ice",
"PropertyValue": "%AS_AbnormalResistRatio_Extra",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Elec",
"PropertyValue": "%AS_AbnormalResistRatio_Extra",
"Target": "Self"
},
{
"$type": "ModifyAttackDataAction",
"PropertyKey": "Actor_AbnormalResistDelta_Ether",
"PropertyValue": "%AS_AbnormalResistRatio_Extra",
"Target": "Self"
}
]
}
}
}