1
0
ZenlessData/Data/Suit_Ability_50433000.json
2025-03-11 21:10:23 -03:00

121 lines
2.9 KiB
JSON

{
"AbilityMixins": [
{
"$type": "WatchEntityMixin",
"EntityTypes": [
"Avatar"
],
"OnEntityAwaked": [
{
"$type": "ApplyModifier",
"ModifierName": "ListenerModifier_50433000",
"Target": "TeamAvatars"
}
],
"Relationships": [
"Allied"
]
}
],
"AbilityName": "Suit_Ability_50433000",
"AbilitySpecials": {
"AS_AddedDamageRatio_Ether": {
"Value": 0.1
},
"AS_Duration": {
"Value": 6
},
"AS_ElementMysteryDelta": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnTeamAvatarConstructed": [
{
"$type": "ApplyModifier",
"ModifierName": "ListenerModifier_50433000",
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"ElementMysteryModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"Properties": {
"Actor_ElementMysteryDelta": "%AS_ElementMysteryDelta"
}
},
"EtherDamageModifier": {
"Duration": "%AS_Duration",
"ModifierStacking": "Refresh",
"Properties": {
"Actor_AddedDamageRatio_Ether": "%AS_AddedDamageRatio_Ether"
}
},
"ListenerModifier_50433000": {
"Duration": -1,
"ModifierStacking": "Multiple",
"OnSkillStart": [
{
"$type": "BranchOperator",
"Conditions": [
{
"$type": "ByFromSkillType",
"SkillType": "ExSp"
}
],
"SuccessActions": [
{
"$type": "ApplyModifier",
"ModifierName": "ElementMysteryModifier",
"Target": "Caster"
},
{
"$type": "ApplyModifier",
"ModifierName": "ProtectModifier",
"Target": "Self"
},
{
"$type": "ApplyModifier",
"ModifierName": "EtherDamageModifier",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByHasModifier",
"ModifierNameList": [
"ProtectModifier"
],
"Target": "Caster"
}
]
}
],
"Target": "Caster"
},
{
"$type": "RemoveModifier",
"ModifierName": "ProtectModifier",
"ModifierTargetType": "CurTargetAbility",
"Target": "Self"
}
]
}
]
},
"ProtectModifier": {
"Duration": 0.05,
"ModifierStacking": "Refresh"
}
},
"OnAdded": [
{
"$type": "ApplyModifier",
"ModifierName": "ListenerModifier_50433000",
"Target": "TeamAvatars"
}
]
}