mirror of
https://git.mero.moe/dimbreath/ZenlessData.git
synced 2026-03-05 15:55:46 +08:00
OSPRODWin1.1.0_R3563587_S3563587_D3563587
This commit is contained in:
138
Data/Ben_TutorialAbility.json
Normal file
138
Data/Ben_TutorialAbility.json
Normal file
@@ -0,0 +1,138 @@
|
||||
{
|
||||
"AbilityMixins": [
|
||||
{
|
||||
"$type": "ActwithStateFrameMixin",
|
||||
"ConfigList": [
|
||||
{
|
||||
"ActionList": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "Quest2Modifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"AnimatorStateName": "Attack_Branch_01_Attack_Release",
|
||||
"ForceTriggerOnTransitionIn": true,
|
||||
"Frame": 0,
|
||||
"IsLoop": false,
|
||||
"LayerIndex": 0
|
||||
},
|
||||
{
|
||||
"ActionList": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "Quest2Modifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"AnimatorStateName": "Attack_Branch_01_Attack_Block",
|
||||
"ForceTriggerOnTransitionIn": true,
|
||||
"Frame": 0,
|
||||
"IsLoop": false,
|
||||
"LayerIndex": 0
|
||||
},
|
||||
{
|
||||
"ActionList": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "Quest2Modifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"AnimatorStateName": "Attack_Branch_02_Attack_02_Release",
|
||||
"ForceTriggerOnTransitionIn": true,
|
||||
"Frame": 0,
|
||||
"IsLoop": false,
|
||||
"LayerIndex": 0
|
||||
},
|
||||
{
|
||||
"ActionList": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "Quest2Modifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"AnimatorStateName": "Attack_Branch_02_Attack_02_Block",
|
||||
"ForceTriggerOnTransitionIn": true,
|
||||
"Frame": 0,
|
||||
"IsLoop": false,
|
||||
"LayerIndex": 0
|
||||
},
|
||||
{
|
||||
"ActionList": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "Quest2Modifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"AnimatorStateName": "Attack_Branch_02_Attack_01_Block",
|
||||
"ForceTriggerOnTransitionIn": true,
|
||||
"Frame": 0,
|
||||
"IsLoop": false,
|
||||
"LayerIndex": 0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"AbilityName": "Ben_TutorialAbility",
|
||||
"AbilityStacking": "Unique",
|
||||
"DefaultModifier": {
|
||||
"OnBeingHit": [
|
||||
{
|
||||
"$type": "ApplyModifier",
|
||||
"ModifierName": "Quest1Modifier",
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByAnimCtrlerParam",
|
||||
"BoolVal": true,
|
||||
"CompareType": "Equal",
|
||||
"ParamName": "Bool_IsBlocking",
|
||||
"ParamType": 2,
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Modifiers": {
|
||||
"Quest1Modifier": {
|
||||
"Duration": -1,
|
||||
"ModifierStacking": "Replace",
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "LDListenEntityAction",
|
||||
"TargetKey": "AvatarTutorial_Ben_1"
|
||||
}
|
||||
]
|
||||
},
|
||||
"Quest2Modifier": {
|
||||
"Duration": 1,
|
||||
"ModifierStacking": "Replace",
|
||||
"OnAdded": [
|
||||
{
|
||||
"$type": "LDListenEntityAction",
|
||||
"Predicates": [
|
||||
{
|
||||
"$type": "ByHasModifier",
|
||||
"ModifierNameList": [
|
||||
"Quest1Modifier"
|
||||
],
|
||||
"Target": "Self"
|
||||
}
|
||||
],
|
||||
"TargetKey": "AvatarTutorial_Ben_2"
|
||||
}
|
||||
],
|
||||
"OnRemoved": [
|
||||
{
|
||||
"$type": "RemoveModifier",
|
||||
"ModifierName": "Quest1Modifier",
|
||||
"Target": "Self"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user