mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
522 lines
13 KiB
JSON
522 lines
13 KiB
JSON
{
|
|
"AbilityName": "ActivityBattleAbility_VR_Buff_SwitchOutPlay",
|
|
"AbilitySpecials": {
|
|
"AS_AddedDamageRatio": {
|
|
"Value": 0.4
|
|
},
|
|
"AS_BuffDuration": {
|
|
"Value": 10
|
|
},
|
|
"AS_SpRecoverRatio": {
|
|
"Value": 5
|
|
}
|
|
},
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "MainModifier"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "EXSPDamageModifier"
|
|
}
|
|
],
|
|
"OnBuffAdded": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "EffModifier_Max",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffID",
|
|
"BuffIDList": [
|
|
"9000101"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true
|
|
},
|
|
{
|
|
"$type": "ByBuffCount",
|
|
"BuffID": 9000101,
|
|
"CompareType": "GreaterEqual",
|
|
"StackCount": 3
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "EffModifier_Middle",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffID",
|
|
"BuffIDList": [
|
|
"9000101"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true
|
|
},
|
|
{
|
|
"$type": "ByBuffCount",
|
|
"BuffID": 9000101,
|
|
"CompareType": "Equal",
|
|
"StackCount": 2
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "EffModifier_Low",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffID",
|
|
"BuffIDList": [
|
|
"9000101"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true
|
|
},
|
|
{
|
|
"$type": "ByBuffCount",
|
|
"BuffID": 9000101,
|
|
"CompareType": "Equal",
|
|
"StackCount": 1
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
},
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffID",
|
|
"BuffIDList": [
|
|
"9000101"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true
|
|
}
|
|
],
|
|
"TargetKey": "ActivityBattleAbility_Condition_BuffAdd"
|
|
}
|
|
],
|
|
"OnBuffRemoved": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "EffModifier_Remove",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByHandlingBuffID",
|
|
"BuffIDList": [
|
|
"9000101"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true
|
|
},
|
|
{
|
|
"$type": "ByBuffCount",
|
|
"BuffID": 9000101,
|
|
"CompareType": "LessEqual",
|
|
"StackCount": 0
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnSkillStart": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "EXSPBuffCount",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExSp"
|
|
}
|
|
],
|
|
"Target": "TeamAvatars"
|
|
},
|
|
{
|
|
"$type": "TriggerLevelCustomConditions",
|
|
"LevelConditionsID": 1523,
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByFromSkillType",
|
|
"SkillType": "ExSp"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"EXSPBuffCount": {
|
|
"Buff": {
|
|
"BuffID": 9000101,
|
|
"IsOverrideDuration": true
|
|
},
|
|
"Duration": "%AS_BuffDuration",
|
|
"MaxStackingNumber": 4,
|
|
"ModifierStacking": "MultipleAllRefresh"
|
|
},
|
|
"EXSPDamageModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"ExSp"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByBuffCount",
|
|
"BuffID": 9000101,
|
|
"CompareType": "GreaterEqual",
|
|
"StackCount": 1
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
"PropertyValue": "%AS_AddedDamageRatio",
|
|
"Target": "Target"
|
|
},
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"ExSp"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByBuffCount",
|
|
"BuffID": 9000101,
|
|
"CompareType": "GreaterEqual",
|
|
"StackCount": 2
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
"PropertyValue": "%AS_AddedDamageRatio",
|
|
"Target": "Target"
|
|
},
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"ExSp"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByBuffCount",
|
|
"BuffID": 9000101,
|
|
"CompareType": "GreaterEqual",
|
|
"StackCount": 3
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
"PropertyValue": "%AS_AddedDamageRatio",
|
|
"Target": "Target"
|
|
},
|
|
{
|
|
"$type": "ModifyAttackDataAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimTagList",
|
|
"TagList": [
|
|
"ExSp"
|
|
]
|
|
},
|
|
{
|
|
"$type": "ByBuffCount",
|
|
"BuffID": 9000101,
|
|
"CompareType": "GreaterEqual",
|
|
"StackCount": 4
|
|
}
|
|
],
|
|
"PropertyKey": "Actor_AddedDamageRatio",
|
|
"PropertyValue": "%AS_AddedDamageRatio",
|
|
"Target": "Target"
|
|
}
|
|
]
|
|
},
|
|
"EffModifier_Low": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Tag": "Common_MA_Buff_VR_RimGlow_06",
|
|
"key": "Common_MA_Buff_VR_RimGlow_06"
|
|
},
|
|
{
|
|
"$type": "ProcessScreenEffectAction",
|
|
"EffectKey": "Monster_Common_VRBuff_01_Vignette",
|
|
"EffectType": "Vignette"
|
|
}
|
|
]
|
|
},
|
|
"EffModifier_Max": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "EffModifier_Middle"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "EffModifier_Low"
|
|
},
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Large",
|
|
"CompareType": "GreaterEqual"
|
|
}
|
|
],
|
|
"Tag": "Common_MA_Buff_VR_RimGlow_07",
|
|
"key": "Common_MA_Buff_VR_RimGlow_07"
|
|
},
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Large",
|
|
"CompareType": "GreaterEqual"
|
|
}
|
|
],
|
|
"Tag": "Common_MA_Buff_VR_RimGlow_08",
|
|
"key": "Common_MA_Buff_VR_RimGlow_08"
|
|
},
|
|
{
|
|
"$type": "ProcessScreenEffectAction",
|
|
"EffectKey": "Monster_Common_VRBuff_01_Vignette",
|
|
"EffectType": "Vignette"
|
|
},
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Large",
|
|
"CompareType": "Less"
|
|
}
|
|
],
|
|
"Tag": "Common_MA_Buff_VR_RimGlow_01",
|
|
"key": "Common_MA_Buff_VR_RimGlow_01"
|
|
},
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Large",
|
|
"CompareType": "Less"
|
|
}
|
|
],
|
|
"Tag": "Common_MA_Buff_VR_RimGlow_02",
|
|
"key": "Common_MA_Buff_VR_RimGlow_02"
|
|
},
|
|
{
|
|
"$type": "ProcessScreenEffectAction",
|
|
"EffectKey": "Monster_Common_VRBuff_01_Vignette",
|
|
"EffectType": "Vignette"
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"AttachPointName": "MiddlePoint",
|
|
"EffectPattern": "Eff_Common_ActivityBattle_VR_01_01_Start",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Large",
|
|
"CompareType": "GreaterEqual"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"AttachPointName": "MiddlePoint",
|
|
"EffectPattern": "Eff_Common_ActivityBattle_VR_01_02_Start",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Middle",
|
|
"CompareType": "Equal"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"AttachPointName": "MiddlePoint",
|
|
"EffectPattern": "Eff_Common_ActivityBattle_VR_01_03_Start",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Small",
|
|
"CompareType": "LessEqual"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"EffModifier_Middle": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "EffModifier_Low"
|
|
},
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Tag": "Common_MA_Buff_VR_RimGlow_03",
|
|
"key": "Common_MA_Buff_VR_RimGlow_03"
|
|
},
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Tag": "Common_MA_Buff_VR_RimGlow_04",
|
|
"key": "Common_MA_Buff_VR_RimGlow_04"
|
|
},
|
|
{
|
|
"$type": "ProcessScreenEffectAction",
|
|
"EffectKey": "Monster_Common_VRBuff_01_Vignette",
|
|
"EffectType": "Vignette"
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"AttachPointName": "MiddlePoint",
|
|
"EffectPattern": "Eff_Common_ActivityBattle_VR_02_01_Start",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Large",
|
|
"CompareType": "GreaterEqual"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"AttachPointName": "MiddlePoint",
|
|
"EffectPattern": "Eff_Common_ActivityBattle_VR_02_02_Start",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Middle",
|
|
"CompareType": "Equal"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"AttachPointName": "MiddlePoint",
|
|
"EffectPattern": "Eff_Common_ActivityBattle_VR_02_03_Start",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByCharacterSize",
|
|
"CharacterSize": "Small",
|
|
"CompareType": "LessEqual"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"EffModifier_Remove": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "EffModifier_Max"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "EffModifier_Middle"
|
|
},
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "EffModifier_Low"
|
|
},
|
|
{
|
|
"$type": "ModifyMaterialPropertyAction",
|
|
"Tag": "Common_MA_Buff_VR_RimGlow_05",
|
|
"key": "Common_MA_Buff_VR_RimGlow_05"
|
|
},
|
|
{
|
|
"$type": "FireEffect",
|
|
"AttachPointName": "MiddlePoint",
|
|
"EffectPattern": "Eff_Common_ActivityBattle_VR_03_01_Start",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"MainModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "BranchOperator",
|
|
"Conditions": [
|
|
{
|
|
"$type": "ByIsLocalAvatar",
|
|
"IsLocalAvatar": true,
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"FailureActions": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "SpRecoverModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"OnSwitchInBegin": [
|
|
{
|
|
"$type": "RemoveModifier",
|
|
"ModifierName": "SpRecoverModifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"OnSwitchOutFinish": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "SpRecoverModifier",
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"SpRecoverModifier": {
|
|
"Duration": -1,
|
|
"ModifierStacking": "Unique",
|
|
"Properties": {
|
|
"Actor_SpRecoverRatio": "%AS_SpRecoverRatio"
|
|
}
|
|
}
|
|
}
|
|
} |