mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
95 lines
2.3 KiB
JSON
95 lines
2.3 KiB
JSON
|
{
|
||
|
"AbilityMixins": [
|
||
|
{
|
||
|
"$type": "ActionsOnPropertyChangeMixin",
|
||
|
"PropertyActions": [
|
||
|
{
|
||
|
"CustomPropertyType": "QingYi_Spirit",
|
||
|
"CustomReferMaxPropertyType": "QingYi_Spirit_MaxValue",
|
||
|
"PropertyType": "Custom",
|
||
|
"ReferMaxPropertyType": "Custom",
|
||
|
"ValueRangeActions": [
|
||
|
{
|
||
|
"LowToValueActions": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "Quest2Modifier",
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"Val": 75
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"AbilityName": "QingYi_TutorialAbility",
|
||
|
"AbilityStacking": "Unique",
|
||
|
"DefaultModifier": {
|
||
|
"OnPatternAttackLanded": [
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "Quest1Modifier",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByAnimEventIDs",
|
||
|
"AnimEventIDs": [
|
||
|
"QingYi_Attack_Normal_05_AttackProperty_01",
|
||
|
"QingYi_Attack_Normal_05_AttackProperty_02"
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
},
|
||
|
{
|
||
|
"$type": "ApplyModifier",
|
||
|
"ModifierName": "Quest3Modifier",
|
||
|
"Predicates": [
|
||
|
{
|
||
|
"$type": "ByAnimEventIDs",
|
||
|
"AnimEventIDs": [
|
||
|
"QingYi_Attack_Branch_01_Enhance_End_AttackProperty_01",
|
||
|
"QingYi_Attack_Branch_01_Enhance_End_AttackProperty_02"
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
],
|
||
|
"Target": "Self"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Modifiers": {
|
||
|
"Quest1Modifier": {
|
||
|
"Duration": 1,
|
||
|
"ModifierStacking": "Replace",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "LDListenEntityAction",
|
||
|
"TargetKey": "AvatarTutorial_QingYi_1"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Quest2Modifier": {
|
||
|
"Duration": 1,
|
||
|
"ModifierStacking": "Replace",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "LDListenEntityAction",
|
||
|
"TargetKey": "AvatarTutorial_QingYi_2"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"Quest3Modifier": {
|
||
|
"Duration": 2,
|
||
|
"ModifierStacking": "Unique",
|
||
|
"OnAdded": [
|
||
|
{
|
||
|
"$type": "LDListenEntityAction",
|
||
|
"TargetKey": "AvatarTutorial_QingYi_3"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|