mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
|
{
|
||
|
"AbilityName": "ActivityBattleAbility_Condition_ShieldPlay",
|
||
|
"AbilitySpecials": {
|
||
|
"AS_BuffDuration": {
|
||
|
"Value": 15.0
|
||
|
}
|
||
|
},
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "AddSceneTagAction",
|
||
|
"SceneTagList": [
|
||
|
"ActivityBattleAbility_Condition_ShieldPlay"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"OnSkillStart": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "ConditionModifier",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByOr",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByFromSkillType",
|
||
|
"SkillType": "EvadeAid",
|
||
|
"Target": "Self"
|
||
|
},
|
||
|
{
|
||
|
"$type": "ByFromSkillType",
|
||
|
"SkillType": "ParryAid",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"Target": "Level"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"ConditionModifier": {
|
||
|
"Buff": {
|
||
|
"BuffID": 9000001,
|
||
|
"IsOverrideDuration": true
|
||
|
},
|
||
|
"Duration": "%AS_BuffDuration",
|
||
|
"ModifierStacking": "Replace",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "LDListenEntityAction",
|
||
|
"TargetKey": "ActivityBattleAbility_Condition_BuffAdd"
|
||
|
},
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "QuestCountModifier"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"QuestCountModifier": {
|
||
|
"Duration": "%AS_BuffDuration",
|
||
|
"ModifierStacking": "Refresh",
|
||
|
"OnRemoved": [
|
||
|
{
|
||
|
"$type": "LDListenEntityAction",
|
||
|
"TargetKey": "ActivityBattleAbility_Condition_BuffRemoved"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|