ZenlessData/Data/Harumasa_ElementAbnormal_Summon.json

131 lines
3.2 KiB
JSON
Raw Permalink Normal View History

{
"AbilityMixins": [
{
"$type": "WatchEntityMixin",
"EntityTypes": [
"Avatar"
],
"OnEntityAwaked": [
{
"$type": "ApplyModifier",
"ModifierName": "HarumasaElementAbnormalSummonTeamModifer",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsPartnerAvatar",
"IsPartnerAvatar": true,
"Target": "Self"
}
]
}
],
"Target": "TeamAvatars"
}
],
"Relationships": [
"Allied"
]
}
],
"AbilityName": "Harumasa_ElementAbnormal_Summon",
"AbilitySpecials": {
"AS_SummonCD": {
"Value": 10
}
},
"AbilityStacking": "Unique",
"DefaultModifier": {
"OnTeamAvatarConstructed": [
{
"$type": "ApplyModifier",
"ModifierName": "HarumasaElementAbnormalSummonTeamModifer",
"Predicates": [
{
"$type": "ByNot",
"Predicates": [
{
"$type": "ByIsPartnerAvatar",
"IsPartnerAvatar": true,
"Target": "Self"
}
]
}
],
"Target": "TeamAvatars"
}
]
},
"Modifiers": {
"HarumasaElementAbnormalSummonTeamModifer": {
"Duration": -1,
"ModifierStacking": "Replace",
"OnBuffAddToOther": [
{
"$type": "ApplyModifier",
"ModifierName": "SetTrapModifier01",
"Predicates": [
{
"$type": "ByHandlingBuffGroup",
"BuffGroupList": [
"Frost",
"Strike",
"Burn",
"Ignite",
"Electric",
"Overload",
"Erosion",
"Chaos"
]
},
{
"$type": "ByAbilityTargetCount",
"AbilityTargetKey": "Harumasa_AttackTarget_TrapIsNotActing",
"CompareType": "Equal",
"CompareValue": 0,
"Target": "Self"
}
],
"Target": "Caster"
}
]
},
"SetTrapModifier01": {
"Duration": "%AS_SummonCD",
"ModifierStacking": "Unique",
"OnAdded": [
{
"$type": "TriggerAbilityAction",
"AbilityName": "Harumasa_SetTrap_ElementAbnormal01",
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Harumasa_SetTrap_ElementAbnormal02",
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Harumasa_SetTrap_ElementAbnormal03",
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Harumasa_SetTrap_ElementAbnormal04",
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Harumasa_SetTrap_ElementAbnormal05",
"Target": "Self"
},
{
"$type": "TriggerAbilityAction",
"AbilityName": "Harumasa_SetTrap_ElementAbnormal06",
"Target": "Self"
}
]
}
}
}