mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2024-11-08 19:48:44 +08:00
85 lines
2.2 KiB
JSON
85 lines
2.2 KiB
JSON
{
|
|
"AbilityMixins": [
|
|
{
|
|
"$type": "ActwithStateFrameMixin",
|
|
"ConfigList": [
|
|
{
|
|
"ActionList": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest1Modifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"AnimatorStateName": "Attack_Branch_02_Explode",
|
|
"ForceTriggerOnTransitionIn": true,
|
|
"Frame": 0,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0
|
|
},
|
|
{
|
|
"ActionList": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest1Modifier",
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"AnimatorStateName": "CoAttack_Branch_02_Explode",
|
|
"ForceTriggerOnTransitionIn": true,
|
|
"Frame": 0,
|
|
"IsLoop": false,
|
|
"LayerIndex": 0
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"AbilityName": "OokumaMari_TutorialAbility",
|
|
"AbilityStacking": "Unique",
|
|
"DefaultModifier": {
|
|
"OnHitOther": [
|
|
{
|
|
"$type": "ApplyModifier",
|
|
"ModifierName": "Quest2Modifier",
|
|
"Predicates": [
|
|
{
|
|
"$type": "ByAnimEventIDs",
|
|
"AnimEventIDs": [
|
|
"OokumaMari_Attack_Normal_05_AttackProperty_01",
|
|
"OokumaMari_Attack_Normal_06_AttackProperty_01",
|
|
"OokumaMari_Attack_Normal_06_AttackProperty_02",
|
|
"OokumaMari_Attack_Normal_06_AttackProperty_03",
|
|
"OokumaMari_CoAttack_Normal_06_AttackProperty_01",
|
|
"OokumaMari_CoAttack_Normal_06_AttackProperty_02",
|
|
"OokumaMari_CoAttack_Normal_06_AttackProperty_03"
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
],
|
|
"Target": "Self"
|
|
}
|
|
]
|
|
},
|
|
"Modifiers": {
|
|
"Quest1Modifier": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"TargetKey": "AvatarTutorial_OokumaMari_1"
|
|
}
|
|
]
|
|
},
|
|
"Quest2Modifier": {
|
|
"Duration": 1,
|
|
"ModifierStacking": "Replace",
|
|
"OnAdded": [
|
|
{
|
|
"$type": "LDListenEntityAction",
|
|
"TargetKey": "AvatarTutorial_OokumaMari_2"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
} |